Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Zend Developer Zone:
Dynamically Generating PDF Files with PHP and Haru
Nov 19, 2008 @ 23:47:40

New on the Zend Developer Zone there's a tutorial written up by Wil Sinclair looking at building dynamic PDF files in PHP with help from Haru.

This incredible versatility also applies to the topic of today's article: the PDF, or Portable Document Format. Not content with just one, PHP actually comes with two different extensions that allow developers to dynamically generate PDF documents: the PDFlib extension, and the libHaru extension. Over the next few pages, I'm going to take a quick look at the Haru extension, providing you with a brief overview of its functions and demonstrating how you can use it in your PHP development.

The tutorial walks you through the installation of the extension and several examples of it in use - everything from simple text input out to text transformations, drawing shapes and adding annotations.

tagged: dynamic pdf generate haru extension pecl tutorial

Link:


Trending Topics: