maksimovic / zend-pdf
Zend Framework 1 Pdf package
2.0.2
2026-04-02 23:18 UTC
Requires
- php: >=8.1
- ext-ctype: *
- ext-gd: *
- ext-iconv: *
- ext-zlib: *
- maksimovic/zend-exception: ^2.0.1
- maksimovic/zend-log: ^2.0.0
- maksimovic/zend-memory: ^2.0.0
Requires (Dev)
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^10.5
Replaces
- zf1/zend-pdf: ^1.12
- zf1s/zend-pdf: ^1.12
README
A PHP 8.1+ compatible fork of zf1s/zend-pdf, originally from Zend Framework 1.
PDF generation and manipulation library. Create documents, add pages, draw text, shapes, and images (JPEG, PNG, TIFF), embed standard and TrueType fonts, handle bookmarks, form fields, JavaScript, and metadata.
Installation
composer require maksimovic/zend-pdf
This package replaces zf1/zend-pdf and zf1s/zend-pdf.
License
BSD-3-Clause