We are trying to automate PDF generation with PDFCreator. So far, we can send single print jobs to the printer and create PDFs using the registry settings.
Is it possible to combine together multiple print jobs into a single PDF with registry settings and no user interaction with the PDFCreator UI?
this is not possible without doing anything. The problem is: when shall the pdf be generated?
But you can use the COM object to automate PDFCreator, collect the jobs you want, combine them and then create the PDF, without the user having to actually use PDFCreators UI.