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é
I have read the source code of PDFCreator.
And in the function "ShellAndWait" in file "modShell.bas", I found this:
DoDoEvents
Loop Until WaitForSingleObject(ShExInfo.hProcess, 0) <> WAIT_TIMEOUT
It seems to be an infinite loop while printing a PDF file.
And why cIsPrintable returns False because there no shell\print command given in registry.
Well, how to solve the problem now?