Print PDF to Tiff
Submitted by andre.pereira on Tue, 2007-04-10 19:10.
Dear Sirs,
I am using PDFCreator to convert Doc's and Pdf's to Tiff images. When i try to print a PDF the convertion Stop's, when i manualy close the Acrobat Reader 8 window the process continues. Does anyone has an ideia why the Acrobat Reader 8 window stops the process.
Thank you in advance,
André
Hi
I have the same problem with Acrobat Reader 8.0 and 7.09 using PDFCreator 0.9.3 IN VB.NET 2005.
It seems that it stopped at the line calling cPrintFile:
_PDFCreator.cPrintFile("C:\test.pdf")But something is strange. Sometimes it has no problem at all(no window of acrobat reader was shown, no stop running), but sometimes it goes wrong(The window of Acrobat Reader was shown, minimized, and cPrintFile hangs.)
I guess that cPrintFile doesn't support printing of PDF files, because that
_PDFCreator.cIsPrintable("C:\test.pdf")will return False. Or maybe it is just something bug in cPrintFile.I have no idea what to do with the strange problem.