Can PHP create PDF files for me?
The PHP Library, phplib will let you do this and there are a series of functions that will give you good control over the resultant PDF.
A popular choice with many is the excellent FPDF resource which you can find out more about here: http://www.fpdf.org
There are various FAQs that explain all the functions and how to go from creating your first PDF to writing a sophisticated program to format your material and content exactly how you want.
Remember to read the manual before posting your questions in their support forum!
Comment on this Question and Answer >>>
ASK A QUESTION
More other PHP Questions
I have lots of if else logic - is there another option?How do I add comments to my PHP script?
What are autoglobals?
What is the difference between the while and do while loops?
What is a constant in PHP?
