Justin M asked:
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?
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 Comments to 'How do I turn a html page into a pdf using PHP scripts?'
June 29, 2010
this can be done using php pdf library, you need to check whether your server has this library
the following tutorial would help you
July 1, 2010
Best free php librarian