Update print/foomatic-db to version 20161105
[dports.git] / print / py-fpdf / pkg-descr
1 PyFPDF is a library for PDF document generation under Python, ported from
2 PHP (see FPDF "Free"-PDF, a well-known PDFlib-extension replacement with
3 many examples, scripts and derivatives).
4
5 Compared with other PDF libraries, PyFPDF is simple, small and versatile,
6 with advanced capabilities and easy to learn, extend and maintain.
7
8 Features
9     * Python 2.5 to 2.7 support (with experimental Python3 support)
10     * Unicode (UTF-8) TrueType font subset embedding
11     * Barcode I2of5 and code39, QR code coming soon ...
12     * PNG, GIF and JPG support (including transparency and alpha channel)
13         * Templates with a visual designer & basic html2pdf
14     * Exceptions support, other minor fixes, improvements and PEP8 code
15           cleanups
16
17 WWW: https://code.google.com/p/pyfpdf/