| Package Information |
| Summary |
Creating PDF on the fly with the PDFlib library |
| Maintainers |
Rainer Schaaf <rjs@pdflib.com> (lead) [details] Uwe Steinmann <uwe@steinmann.cx> (lead) [details]
|
| License |
PHP |
| Description |
This extension wraps the PDFlib programming library
for processing PDF on the fly, created by Thomas Merz.
PDFlib is available for commercial licensing and under the PDFlib Lite License
(see http://www.pdflib.com/fileadmin/pdflib/pdf/license/PDFlib-Lite-license.pdf)
More info on how to use PDFlib with PHP can be found at
http://www.pdflib.com/developer-center/technical-documentation/php-howto |
| Homepage |
www.pdflib.com |
Release notes Version2.0.3 |
Bugfixes:
- PDF_get_parameter crashed when called with only 2 parameters.
Enhancements:
- added pdf_utf8_to_utf16() and pdf_utf16_to_utf8() API's.
- included support for PDFlib4 again |