Tweak print/pdf4tcl version 0.8
[dports.git] / print / fpdf / pkg-descr
1 FPDF is a PHP class which allows to generate PDF files with pure PHP, that is
2 to say without using the PDFlib library. The advantage is that PDFlib requires
3 a fee for a commercial usage. F from FPDF stands for Free: you may use it for
4 any kind of usage and modify it to suit your needs.
5
6 FPDF has other advantages: high level functions.
7 Here is a list of its main features:
8
9     * Choice of measure unit, page format and margins
10     * Page header and footer management
11     * Automatic page break
12     * Automatic line break and text justification
13     * Image support (JPEG and PNG)
14     * Colors
15     * Links
16     * TrueType, Type1 and encoding support
17     * Page compression
18
19 Of course, the generation speed of the document is less than with PDFlib.
20 However, the performance penalty keeps very reasonable and suits in most
21 cases, unless your documents are particularly complex or heavy.
22
23 WWW: http://www.fpdf.org/