FPDF is a class to generate PDF files with straight PHP, that is to say without using the PDFlib library.
Here is a list of version 1.5 main features:
- Choice of measure unit, page format and margins
- Page header and footer management
- Automatic page break
- Automatic line break and text justification
- Image support (JPEG and PNG)
- Colors
- Links
- TrueType and encoding support (Central European, Cyrillic and Greek)
- Page compression
Visit the fpdf.org site to have access to the complete documentation, tutorials, forum and download the full package. |