pdflib

This package is not maintained, if you would like to take over please go to this page.
No replacement provided. Contact us if you know a replacement.

Creating PDF on the fly with the PDFlib library

This extension wraps the PDFlib programming library
for processing PDF on the fly, available from PDFlib GmbH
at https://www.pdflib.com.

More info on how to use PDFlib with PHP can be found at
https://www.pdflib.com/documentation/howtos/

Maintainer

  • Uwe Steinmann (lead )
  • Rainer Schaaf (lead )

Details

Stars: 2
Issue openned: 1
Downloads: 1490633
2.0
20 years ago
Version 2.0 change log

A major rework
- supports PDFlib 5 and PDFlib 6
- adds an Object Oriented API to PDFlib (for PHP 5 only)
- uses PHP exceptions (for PHP 5 only)
- only official PDFlib API's are included (plus pdf_open_memory_image)
- changed old API's with varargs to only accept all args now
- disables VIRTUAL_DIR support (use SerachPath instead)
- disables CHECK_OPEN_BASEDIR checks