The Zend Developer Zone has posted a new tutorial from Alexander Veremyev as an introduction to the Zend_Pdf component for the Zend Framework.
The Zend_Pdf component of the Zend Framework is intended to allow you to create or manipulate PDF documents from within your applications. [...] In this tutorial my goal is to give you an overview of the capabilities of Zend_Pdf.
Alexander shows the process from start to finish - loading the module, creating a new document, working with text, creating images and shapes, styling, rotation and cropping.