Merge PDF files with PDF Creator via VBA
I'm using the example code of PDFCreator to create pdf's from my Access (2003) reports via VBA. This 开发者_如何学Pythonworks fine, but now I want to merge several pdf's into a single one. PDF Creator is able to this via the Wait-button in the dialog, but I want to do this silent. Any ideas how to achieve this? I can't find sufficient documentations of the PDFCreator-class.
Take a look at the VB Script options in the C:\Program Files\PDFCreator\Scripts folder. Figure out which one you need. With a bit of work you can convert the VBScript code to VBA code.
The Scripts folder currently has VBA script for word. This will will slightly differently in Access. There is also bug that may effect you:
https://forums.pdfforge.org/t/any-idea-if-the-vba-bug-works-every-second-time-will-be-adressed/15668
精彩评论