2009 Nov 5
Template based document generation using LiveDocx and Zend Framework
Generating print-ready well-formatted PDF documents with PHP is not an easy task. Traditionally, there are two main approaches to PDF generation with PHP. Given sufficient time and patience, both partially get the job done, but still leave a lot to be desired. This tutorial introduces a new way of doing it using template based document generation.