Batch Print

PDF-XChange Viewer SDK for Developer's
(ActiveX and Simple DLL Versions)

Moderators: TrackerSupp-Daniel, Tracker Support, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Ivan - Tracker Software, Tracker Supp-Stefan

wesallen
User
Posts: 19
Joined: Wed Oct 03, 2007 9:15 pm
Location: Georgia

Batch Print

Post by wesallen »

Is there an easy way to print a batch of existing PDF documents?
User avatar
Ivan - Tracker Software
Site Admin
Posts: 3550
Joined: Thu Jul 08, 2004 10:36 pm
Location: Vancouver Island - Canada

Post by Ivan - Tracker Software »

Which SDK do you use ? Simple SDK or ActiveX ?
Tracker Software (Project Director)

When attaching files to any message - please ensure they are archived and posted as a .ZIP, .RAR or .7z format - or they will not be posted - thanks.
wesallen
User
Posts: 19
Joined: Wed Oct 03, 2007 9:15 pm
Location: Georgia

Batch Print

Post 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.
User avatar
Ivan - Tracker Software
Site Admin
Posts: 3550
Joined: Thu Jul 08, 2004 10:36 pm
Location: Vancouver Island - Canada

Post 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.
Tracker Software (Project Director)

When attaching files to any message - please ensure they are archived and posted as a .ZIP, .RAR or .7z format - or they will not be posted - thanks.