What is the php code to save html as PDF file?

Asked By 40 points N/A Posted on -
qa-featured

             Please tell me what is the php code to save html as pdf file. What is the coding that works well with this kind of issue. How about java and asp? What is the best  possible way to save html as pdf file in your opinion? Honest answers from experts are welcome.

SHARE
Answered By 0 points N/A #137763

What is the php code to save html as PDF file?

qa-featured

Different programmers use different codes which are customized to suit their needs. If you wish to convert html files into pdf the easy way you could use the API created by pdf crowd: convertURI(‘http://yoursite.com/’);
?>The code will create a pdf. For more detailed instructions if you want, for example to customize the pdf created, visit https://pdfcrowd.com/blog/2011/04/18/convert-html-to-pdf-in-php.html

Related Questions