Caution: The documentation you are viewing is
for an older version of Zend Framework.
You can find the documentation of the current version at:
https://docs.zendframework.com/
Introduction - Zend_Pdf
The Zend_Pdf component is a PDF (Portable Document Format) manipulation engine. It can load, create, modify and save documents. Thus it can help any PHP application dynamically create PDF documents by modifying existing documents or generating new ones from scratch. Zend_Pdf offers the following features:
Create a new document or load existing one. [1] PDF
Retrieve a specified revision of the document.
Manipulate pages within a document. Change page order, add new pages, remove pages from a document.
Different drawing primitives (lines, rectangles, polygons, circles, ellipses and sectors).
Text drawing using any of the 14 standard (built-in) fonts or your own custom TrueType fonts.
Rotations.
Image drawing. [2]
Incremental PDF file update.