Sir/Ma'am, It is possible to print the html file to pdf using php?I have a page where this page is a kind of resume form my problem is how can I print all the fields in a standard pdf? Thank you very much...
There is a PDF library in PHP
Check out this manual page: http://www.php.net/manual/en/ref.pdf.php
However, this does require that php is compiled with PDF support
www.fpdf.org