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

DevShed:
Generate PDF Documents with PHP on the Windows Platform
Sep 17, 2008 @ 17:03:25

In a new tutorial on DevShed, they show you how to create PDF documents in a Windows environment with the help of PHP.

If you're a PHP programmer who has tried to generate PDF documents on the Windows platform, you may have run into some very irritating issues. This article will discuss those issues, show you how to generate PDF documents that can be viewed on a desktop and through a browser, and help you troubleshoot if you run into problems.

They show how to set up the PDF libraries, create a simple PDF document ("hello world" of course) including the use of true type fonts and the best ways to output it to the browser for public consumption.

tagged: pdf document windows tutorial browser

Link:


Trending Topics: