带页眉和页脚的字符串转换为 PDF
什么是最好的?最快的方法:
- 将 HTML 格式的字符串转换为多页 PDF
- 将 CSS 应用于字符串/PDF 中的 HTML 元素 应用
- 页眉和页脚 使用目录
- 自动对 PDF 进行页码
愿意为此购买一些东西,但宁愿拥有快速/肮脏的方法来做到这一点。
Possible Duplicate:
Convert HTML + CSS to PDF with PHP?
What is the best and fastest way to:
- Convert an HTML formatted string to multi-page PDF
- Apply CSS to HTML elements in the string/PDF
- Apply header and footer
- Automatically pagenumber the PDF with a table of contents
Willing to purchase something for this but would rather have a quick/dirty method to do it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 DOMPDF (http://code.google.com/p/dompdf/) 方面取得了巨大成功,支持 CSS 负载(浮动除外),并且很好地重复了页眉和页脚。不过,我认为您必须编写自己的目录功能。但它与我正在构建的 Zend Framework 应用程序的其余部分集成得非常好,我可以推荐它。
I'm having good success with DOMPDF (http://code.google.com/p/dompdf/), supports loads of CSS (except float) and does repeated headers and footers nicely. You'd have to write your own TOC functionality, I think though. But it integrates really well with the rest of the Zend Framework app I'm building and I can recommend it.