Hello, i want using php generate a pdf in my site with some format and some values i have into some vars, any suggestion of a good script and good practices to know about? Thanks!
views:
33answers:
4
A:
Using a HTML to PDF generator is probably the best way. The one I have found the easiest to use, and use regularly, is http://www.tufat.com/s_html2ps_html2pdf.htm
It can be daunting at first, but once you get used to it it's fine.
gabe3886
2010-08-12 14:20:58
A:
You can make an ajax call to your php and then push the generated PDF to the browser.
you can create PDF server side with this.
youssef azari
2010-08-12 14:35:38
A:
if you have shell access, you can use http://www.pd4ml.com/ for converting html to pdf. its really easy, but its not free and you need shell access.
3x3cut3r
2010-08-12 14:43:26