PHP 是否有 PDF 库可以在现有 pdf 上打印图像?

发布于 2024-11-10 15:34:33 字数 175 浏览 4 评论 0原文

我正在寻找 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

深海蓝天 2024-11-17 15:34:33

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

转身泪倾城 2024-11-17 15:34:33

看一下 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文