Search found 2 matches

by daboon
Fri Mar 13 2009
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Printing PDF has intermitent error under load
Replies: 0
Views: 9454

Printing PDF has intermitent error under load

I have been using PrintPDFDocument directly from cdintf300.dll to print PDF files. This works great as long as there is a delay between prints. But I have found that if I send requests quickly (in a loop for example) it will fail intermittently. Even a loop that only prints twice can fail. A loop co...
by daboon
Thu Dec 13 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Is PrintPDFDocument synchronous?
Replies: 2
Views: 5145

Is PrintPDFDocument synchronous?

I am creating an application that downloads PDF files and prints them and I need to remove the files after they are printed. So, I need to know when I can delete them. Of course this depends on whether the PrintPDFDocument function is synchronous or if there is a finished event I need to catch inste...