Page 1 of 1

Batch Print

Posted: Fri Oct 12, 2007 3:15 pm
by wesallen
Is there an easy way to print a batch of existing PDF documents?

Posted: Fri Oct 12, 2007 4:54 pm
by Ivan - Tracker Software
Which SDK do you use ? Simple SDK or ActiveX ?

Batch Print

Posted: Fri Oct 12, 2007 5:05 pm
by wesallen
We have just purchased your product and have not started down either path yet. Right now programing in VB6 moveing to vb.net if that makes a difference.

Posted: Thu Oct 18, 2007 4:12 pm
by Ivan - Tracker Software
Easiest way is simple: open the PDF (using AX or Simple SDK), print it (with AX just a call to AX function; with Simple SDK you need to call low level Window printing API (like BeginDoc, EndDoc, etc) and draw each page from the PDF on printer's DC); close the document and loop again.