Deletions:
[[http://www.setasign.de/support/manuals/fpdf-tpl/introduction/ FPDF-TPL]] extends FPDF to provide templates
===FPDI===
[[http://www.setasign.de/support/manuals/fpdi/introduction/ FPDI]] extends FPDF to provide importing
Deletions:
http://www.setasign.de/support/manuals/fpdi/
Additions:
FPDF is a PHP class library which allows you to generate PDF files with pure PHP, that is to say without using the PDFlib library. The F in FPDF stands for free libre open and you may use it for any kind of usage and modify it to suit your needs. FPDF requires no extension (except zlib to activate compression and GD for GIF support) and works with PHP4 and PHP5.
If you need Unicode UTF8 support you might prefer [[TCPDF TCPDF]]
If you need Unicode UTF8 support you might prefer [[TCPDF TCPDF]]
Deletions:
Here is a list of its 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, PNG and GIF)
* Colors
* Links
* TrueType, Type1 and encoding support
* Page compression
FPDF requires no extension (except zlib to activate compression and GD for GIF support) and works with PHP4 and PHP5.