如何从 php 脚本生成多页 pdf
如何从 php 循环生成多页 PDF 文件,每个页面都有固定的页眉和页脚,并且每个 pdf 文件的正文中有一个包含多列的表格?
我尝试过使用 zend_pdf,但我放弃了,因为我无法轻松地在每个页面中克隆页眉和页脚...并且我在表格中遇到了其他问题...
感谢您的帮助。
How can I generate multipage PDF files from php loop, with a fixed header and footer in each page, and a table with multiple columns in the body of each pdf file ?
I have tried with zend_pdf, but I give up because I can't easily clone my header and footer in each page... an I get other problems with the tables...
Thanks for help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
DOM PDF 是我之前用于此目的的 php 模块。也许你会从中得到更好的结果。
http://code.google.com/p/dompdf/
DOM PDF is the php module I've used for this before. Maybe you will get better results from that.
http://code.google.com/p/dompdf/