Documentation

Introduction - Zend_Pdf

Introduction

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.

[1] Loading V1.4 (Acrobat 5) documents is now supported.
[2] JPG, PNG [Up to 8bit per channel+Alpha] and TIFF images are supported.

Copyright

© 2006-2021 by Zend by Perforce. Made with by awesome contributors.

This website is built using zend-expressive and it runs on PHP 7.

Contacts