What is "fpdf"
FPDF is a PHP class that allows you to generate PDF files with pure PHP, that is, without using the Pdflib library.
Main features:
- Choice of unit of measurement, page format and margins.
- Manage header and footer.
- Automatic page break.
- Automatic line break and text justification.
- Image support (JPEG, PNG and GIF).
- Page compression.
Link to official page: http://www.fpdf.org/