问题描述
我正在使用 PDFCreator 的示例代码从Access(2003)报告中创建pdf通过VBA.这工作正常,但现在我想将多个pdf合并为一个. PDF Creator可以通过对话框中的等待"按钮来执行此操作,但是我想保持静音.任何想法如何实现这一目标?我找不到足够的PDFCreator类文档.
I'm using the example code of PDFCreator to create pdf's from my Access (2003) reports via VBA. This works 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.
推荐答案
看看C:\ Program Files \ PDFCreator \ Scripts文件夹中的VB Script选项.找出您需要的那个.通过一些工作,您可以将VBScript代码转换为VBA代码.
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.
这篇关于通过VBA与PDF Creator合并PDF文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!