The Zend Framework (ZF) provides a class, Zend_Pdf, for creating PDF files. A few years ago I had some experience creating PDFs using the fpdf library. As I recall, it worked quite well. However, since I now had begun developing using the ZF, I decided to try and make use of what it had to offer in the realm of PDF creation when the need for it arose recently.
