使用 Zend_PDF 生成工资表?
早上好,
我有兴趣从我的薪资网站生成 PDF,该网站是使用 Zend Framework 构建的。就生成包含工资单数据的 PDF 所需的工作量而言,Zend_PDF 看起来相当令人生畏,更不用说 W2 文档了。是否有更好的工具(考虑 Smarty 或 FPDF?)与 Zend Framework 兼容,并生成工资单或 W2 所需的复杂程度?
谢谢!!
Good Morning,
I'm interested in generating PDFs from my payroll website which is being built using Zend Framework. Zend_PDF looks to be fairly intimidating in terms of the amount of work needed to generate a PDF that contains payroll data, let alone a W2 document. Are there better tools available (thinking Smarty or FPDF?) that are compatible with Zend Framework and will generate the level of intricacy needed for a pay stub or W2?
Thanks!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用 html2pdf,这是一个做得很好的工具,可以将 html 代码转换为 pdf 文件。
您可以在这里找到示例:
http://html2pdf.fr/example
它易于使用并与 Zend 集成。
I use html2pdf, a well done tool which converts html code to pdf files.
You can find examples here :
http://html2pdf.fr/example
It's easy to use and integrate with Zend.