Printing PDF SDK
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Is there a good quality SDK out there that someone could recommend to enable me to print PDF files from within my C++ application? Adobe doesn't provide me a way to set printer tray information (pass in a DEVMODE structure) and they frequently popup dialogs. I've found a ton of PDF SDK's out there, but none of them have a good set of printing functions. I need the ability to specify a printer and tray and know that no message boxes are going to pop; since this will run as an engine application. Thanks, Ron.