|
|
 Hugo Ferreira | 2009-10-08 10:19:03 |
We would like to thank you for this great piece of code.
For a long time PHP was lacking some library like this for PDF generation, good work.
Cheers,
Hugo |
 Jonathan Maron | 2009-10-09 03:58:11 - In reply to message 1 from Hugo Ferreira |
Hello Hugo
The traditional way of generating PDF files programmatically is very time consuming
The HTML-to-PDF approach is not always as precise as one may wish.
Hence, we set about creating a new approach, in which you create a template in a word processing application and then simply populate that template in PHP.
This approach is considerably less time consuming and really easy to implement.
The result is the Zend_Service_LiveDocx_* family of components.
If you need any help, simply contact me at:
http://www.phplivedocx.org/contact/
I am only too happy to assist :-)
Jonathan |
|