Programmatic printing of PDF
IT & Infrastructure
1
Posts
1
Posters
0
Views
1
Watching
-
Anybody knows how to batch print PDF files, using say Acrobat SDK or something? I downloaded the SDK, but it will take me days to go through it, so some guidelines would be appreciated. I thought it should be easy, but all existing libs are for modifying and creating pdf docs, not for printing them. I want to be able to print many pdf files, but without installing a pdf printer driver, such as CutePDF or something like that. The only stupid way I found was to call the AcroRd32.exe and pass the file to print in command line parameters, but if you send many files it is very slow (that app itself loads many other libs), and it sometimes gets stuck. Not to mention it is not multithreaded, can not control it, etc. Thanks.