How do I turn a html page into a pdf using PHP scripts?
I have a php form that sends the information to a page that displays all the results in a nice html page. I need for the server to convert the result page to a pdf and then send it to an email. I think there is a way to do this without installing any files onto the server but I have forgot what the php function is that does this. How would I go about doing this?
2 Responses to “How do I turn a html page into a pdf using PHP scripts?”



this can be done using php pdf library, you need to check whether your server has this library
the following tutorial would help you
http://articles.sitepoint.com/article/generate-pdfs-php
(Report comment)
Best free php librarian
http://www.fpdf.org/
(Report comment)