PHPFreaks.com: Template based document generation using LiveDocx and Zend Framework
LiveDocX service is getting popular. It lets you prepare PDF, DOCX, DOC and RTF documents using templates. On PHPFreaks.com you can read about how to use LiveDocX component of Zend Framework.
The key point with LiveDocx is to reduce the effort required to generate well-formatted, print-ready word processing documents to an absolute minimum. For the end-user, the logic involved in creating any of the supported file formats is identical. For example, regardless of whether you want a PDF or RTF file, the code, with the exception of one parameter, is the same.
Sounds interesting? It should. This new approach reduces time developers spent on writing document generation code.