[thelist] how to convert an existing php output in pdf format?help needed..

Ken Snyder kendsnyder at gmail.com
Thu Sep 27 00:54:33 CDT 2007


jothi jothi wrote:
> hello there..
>    
>   I am a student doing a project in php.I have output that were generated by the php codes..i woulg to to convert the output in to pdf format?what should i add in my existing php codes?
>    
>   I have gone through some tutoarials...i still dont understand on how to convert this output in to pdf format?If any of you have gone through this problem,and if you had the solution,could pls guide me?
>   

I have had great success using DomPdf 
(http://www.digitaljunkies.ca/dompdf/).  It even has a demo: 
http://www.digitaljunkies.ca/dompdf/examples.php#demo

It accepts html and a lot of css and automatically handles lots of 
tricky layout issues such as text wrapping and tables.

- Ken Snyder



More information about the thelist mailing list