Create PDF documents with PHP using FPDF
A great module to generate PDFs
I have found a very useful tool for web programmers that more than one may be interested in. It's called FPDF and it's free! Here is a list of its main features:
- Choice of the unit of measurement, page formatting and margins.
- Header and footer management
- Automatic page break
- Automatic line break and text justification
- Image support (JPEG and PNG)
- Colors
- Linking
- TrueType, Type1 fonts and encoding support
- Page compression
The tutorials will get you started quickly with FPDF. The complete online documentation can be found here and the download area here.