New COM interface - How to Add a Print job

Hi,

First, let me say that I really appreciate the PDFCreator product and think you do a great job with it.  I’m very excited about the new release.

Can someone tell me how to replicate the old PDFCreator.cPrintFile() in the new COM interface.
I can’t seem to initialize a queue and then call NextJob without a file already being printed.

Thank you


Hello,


currently, there is no way to print a file from within the COM interface, you have to do that on your own. Once this is done, you can do all other operations on the jobqueue object.

Regards,
Sazan

Thank you for the prompt response!  I hope that this feature will be added back into a future release.