使用标准 Acrobat 以编程方式合并 PDF 文件?
SO 和其他地方有很多关于使用非 Adobe 产品以编程方式组合 PDF 文件的建议。
有没有办法(相当容易地)使用我的 Adobe Acrobat Standard(不是 Reader)的付费副本以编程方式将两个或多个 PDF 文件合并为一个新的 PDF 文件(我知道可以通过合并 -> 多个文件手动完成) ?
更喜欢命令(例如,复制 file1.pdf file2.pdf合并.pdf),但愿意诉诸VBA。
感谢您的任何想法!
There are lots of suggestions on SO and elsewhere for using non-Adobe products to programmatically combine PDF files.
Is there no way to (fairly easily) use my paid copy of Adobe Acrobat Standard (not Reader) to programmatically combine two or more PDF files into a new PDF file (I know it can be done manually with combine -> multiple files)?
Would prefer a command (e.g., copy file1.pdf file2.pdf combined.pdf), but would be willing to resort to VBA.
Thanks for any ideas!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Acrobat 没有 VBA。 VBA 是 Microsoft 的东西(并且显然很快就会从我读到的内容中消失[编辑:删除该内容;显然它在 Office 2010 中仍然存在并且运行良好])。
Acrobat SDK 将允许您自动化 Acrobat 并执行您想做的事情,但它不适合胆小的人。使用您在其他地方读到的免费解决方案之一可能会更容易(无论如何是短期的)。
There is no VBA for Acrobat. VBA is a Microsoft thing (and is apparently going away soon from what I've read [edit: strike that; apparently it's still alive and well in Office 2010]).
The Acrobat SDK will allow you to automate Acrobat and do what you want to do, but it's not for the faint of heart. It may be easier (short-term, anyway) to use one of the free solutions you've read about elsewhere.