Hi Loic,
On the latest update of the gdpicture.ocx the function ConvertTo24Bpp
is giving me an error.
This is what used to work:
ole_newprint.TiffSelectPage(i)
ole_newprint.ConvertTo24Bpp()
ole_newprint.DrawTextBackColor("PAGE "+string(i) +"/"+string(itotal)+" "+details, 1, 1, 7, 1, ole_newprint.ColorGetARGBValueFromARGB(255, 255, 255, 255),"Arial",ole_newprint.ColorGetARGBValueFromARGB(255, 0, 0, 0),false)
ole_newprint.TiffSaveAsNativeMultiPage (outTiff,2)
I am using black and white tiff (multipage) images.
Why do I need to call ConvertTo24Bpp() ??
Users are complaing that the print files are very big.
A 20Kbytes 2 page Tiff will sent to the printer as 1MB print.
Can you please help?
Regards,
Frank
