Hello Everyone, How do I create a PDF file in PHP that contains the following text "Testing Testing 1,2,3!!!"? Many Thanks,
Some classes to help you build pdf in php : http://www.ros.co.nz/pdf http://www.digitaljunkies.ca/dompdf/ http://www.tufat.com/s_html2ps_html2pdf.htm For these you don't need extra libs , php is enough.
Another lib for PDF creation is : http://www.fpdf.org/ Very simple and generates good quality docs -Shelon Padmore