PDF with colors
Posted: Tue Mar 13, 2012 12:08 pm
dear friends,
I am a Visual FoxPro developer, I am trying Bullzip PDF Creator, it seems well configurable, but unfortunately I get PDF on greyscale, while I need of color PDF. I have Windows XP just formatted.
If I print a color document through Word (with Bullzip printer) I get a color PDF, but when I run a FoxPro Report (with colors and pictures) I get a greyscale PDF.
Please any suggestions?
lcObj = CreateObject("BullZIP.PDFPrinterSettings")
lcObj.SetValue("Output","c:\temp\test.pdf")
lcObj.SetValue("ShowSettings" ,"never")
lcObj.SetValue("ShowPDF" ,"no")
lcObj.SetValue("ShowProgressFinished" ,"no")
lcObj.SetValue("ShowProgress" ,"no")
lcObj.SetValue("Linearize" ,"yes")
lcObj.WriteSettings(.T.)
REPORT FORM MyReport.frx TO PRINTER noconsole
Thank you very much
I am a Visual FoxPro developer, I am trying Bullzip PDF Creator, it seems well configurable, but unfortunately I get PDF on greyscale, while I need of color PDF. I have Windows XP just formatted.
If I print a color document through Word (with Bullzip printer) I get a color PDF, but when I run a FoxPro Report (with colors and pictures) I get a greyscale PDF.
Please any suggestions?
lcObj = CreateObject("BullZIP.PDFPrinterSettings")
lcObj.SetValue("Output","c:\temp\test.pdf")
lcObj.SetValue("ShowSettings" ,"never")
lcObj.SetValue("ShowPDF" ,"no")
lcObj.SetValue("ShowProgressFinished" ,"no")
lcObj.SetValue("ShowProgress" ,"no")
lcObj.SetValue("Linearize" ,"yes")
lcObj.WriteSettings(.T.)
REPORT FORM MyReport.frx TO PRINTER noconsole
Thank you very much