Programmer's Reference Guide
Table of Contents
- 35.1. Introduction.
- 35.2. Creating and loading PDF documents.
- 35.3. Save changes to the PDF document.
- 35.4. Document pages.
- 35.5. Drawing.
- 35.5.1. Geometry.
- 35.5.2. Colors.
- 35.5.3. Shape Drawing.
- 35.5.4. Text Drawing.
- 35.5.5. Using fonts.
- 35.5.6. Starting in 1.5, Extracting fonts.
- 35.5.7. Image Drawing.
- 35.5.8. Line drawing style.
- 35.5.9. Fill style.
- 35.5.10. Rotations.
- 35.5.11. Save/restore graphics state.
- 35.5.12. Clipping draw area.
- 35.5.13. Styles.
- 35.5.14. Transparency.
- 35.6. Document Info and Metadata.
- 35.7. Zend_Pdf module usage example.
Zend_Pdf module is a PDF (Portable Document Format) manipulation engine written entirely in PHP 5. It can load existing documents, create new, modify and save modified documents. Thus it can help any PHP-driven application dynamically prepare documents in a PDF by modifying existing template or generating document from a scratch. Zend_Pdf module supports the following features:
Create new document or load existing one. [2]
Retrieving specified revision of the document.
Manipulate pages within document. Changing page order, adding new pages, removing 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. [3]
Incremental PDF file update.
Search the Manual
Components
Languages Available
Translation Status Reports
View the current status report of Zend Framework manual translations.
