Use PHP to Create Dynamic pdf Files
(Page 1 of 3 )
The php_pdf.dll extension is enough to produce pdf files on the fly. Once you have read this article you may start to produce high quality pdf files for your clients.
In the following article you will learn how to create a pdf file using PHP. This code will be useful if you were considering creating invoices, reports or any other hardcopy file for your client. It is assumed that you know where all of your PHP files are located and that PHP is configured in your Apache Web Server.
You will need to have a pdf viewer handy. If you don’t have this package, simply go to http://www.adobe.com/products/acrobat/ and download adobe acrobat.
Next: Creating the pdfs on the Fly >>
More PHP Articles
More By Ben Shepherd