Page 1 of 1

Printing of multiple tif images through HP printer is slow

Posted: Thu Mar 27, 2014 12:04 pm
by raghupathi
Currently, I am using licensed version of GdPicture 9.0 and while printing multiple tif images through HP printer it takes too long time to print. Whereas, I am able to print the same tif file quickly by using ActiveX. The code which I am using is mentioned below for your reference.

ImageID = oGdPictureImaging.CreateGdPictureImageFromFile(path)
oGdPictureImaging.PrintSetQuality(GdPicture10.PrintQuality.PrintQualityLowResolution)
PageCount = oGdPictureImaging.TiffGetPageCount(ImageID)
oGdPictureImaging.PrintSetFromToPage(1, PageCount)
oGdPictureImaging.PrintFit(ImageID)

Thanks for your help in advance

Re: Printing of multiple tif images through HP printer is sl

Posted: Tue Apr 22, 2014 6:00 pm
by Loïc
Hello,

You should consider to try GdPicture 10. Printing quality and speed is quite better in our latest release.

With best regards,

Loïc Carrère