在 FOP 生成的 PDF 文件中包含 PDF 文件
我正在使用 FOP 生成 PDF 文件。
在 FOP 生成的 PDF 中包含另一个 PDF 文件或使用 PHP 将多个 PDF 文件合并在一起的最佳方法是什么?
I'm using FOP to generate PDF files.
What's the best way to either include another PDF file in a PDF generated by FOP or to cook multiple PDF files together using PHP?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 FOP 创建后,作为一种后处理,我建议查看 PDF 工具包< /a>.用它自己的话说:
我在一些需要将 FOP 的输出重新排序为可打印页面顺序的项目中使用了它。
不幸的是,它既不是 Java 也不是 PHP,但它在很多方面都很有用,我认为仍然需要提及。它是一个小的独立的,您也许可以简单地在服务器的路径中设置......
After creation with FOP, as kind of post-processing, I'd suggest to take a look at the PDF toolkit. In it's own words:
I used this in some projects where I needed to re-sort FOP's output into a printable page order.
Unfortunately it's neither Java nor PHP, but it's useful in so many ways, that I think it needs mentioning nonetheless. And it's a small standalone, that you can perhaps simply set in your server's path...
我建议你
要么使用一些命令行工具,例如 http://sourceforge.net/projects/pdfsam/
或使用 fpdi 类合并 pdf - http://www.setasign。 de/products/pdf-php-solutions/fpdi/
i would suggest you
either use some commandline tool e.g. http://sourceforge.net/projects/pdfsam/
or combine the pdfs using the fpdi class - http://www.setasign.de/products/pdf-php-solutions/fpdi/