What you will need
9/31
The Portable Document Format
Basic PDF Generation Steps
Many different options
PHP Supports a number of different methods of generating PDF documents from pure PHP Code (FPDF), to a number of PDF-generating extensions. I have chosen to use the PDFLib extension (ext/pdf).
What you'll need to PDFLib support into PHP
•
The PDFLib library (http://www.pdflib.com/)
./configure --with-pdflib=[DIR]