PHP 是否有 PDF 库可以在现有 pdf 上打印图像?
我正在寻找 pdf 库,最好是开源的,它将在现有 pdf 上打印图像。我查看了 Haru 但它编辑只从头开始创建 pdf 并且他们不打算添加 pdf将来随时编辑功能。 PHP 库将是首选。
I'm searching for pdf library, preferably open source, which will print a image on an existing pdf. I looked at Haru but it edits only creates pdf from scratch and they don't intend to add pdf editing feature anytime in the future. PHP library would be preferred.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Zend Framework 将打印到现有的 pdf 上,前提是它是 1.5 或之前的版本(我认为,不能 100% 确定 pdf 版本,可能是 1.4)。
在这里阅读更多信息 - http://devzone.zend.com/article/2525
Zend Framework will print onto an existing pdf, provided it's a version 1.5 or before (I think, not 100% sure on the pdf version, could be 1.4).
Read more here - http://devzone.zend.com/article/2525
看一下 FPDI (http://www.setasign.de/products/pdf-php-solutions/fpdi/),它可以扩展 TCPDF 或 FPDF,并允许您加载 PDF 作为模板。
Take a look at FPDI (http://www.setasign.de/products/pdf-php-solutions/fpdi/) which can extend TCPDF or FPDF and allows you to load PDF's as templates.