Possible Duplicate:
Convert HTML + CSS to PDF with PHP?
Which is the best PDF library for PHP?
I am trying to take the print out of a web page in pdf format.
How can this be done?
Possible Duplicate:
Convert HTML + CSS to PDF with PHP?
Which is the best PDF library for PHP?
I am trying to take the print out of a web page in pdf format.
How can this be done?
You could use a free save to pdf tool http://www.dopdf.com/
If you then want to share this with othe people on your website then upload the file and link to it via href
<a href="file.pdf">download pdf</a>
You need to use pdf generator library in your php file
Download it from http://sourceforge.net/projects/tcpdf/files/
See README.txt for installation instructions.