Generating Payroll Forms with Zend_PDF?
Good Morning,
I'm interested in generating PDFs from my payroll website which is bein开发者_JAVA技巧g 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!!
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.
精彩评论