Possible Duplicate:
Convert HTML + CSS to PDF with PHP?
I have a website developed using HTML, CSS and javascript/jQuery. I need to convert a webpage to PDF format ( or any other printable version). How can this be done?
Possible Duplicate:
Convert HTML + CSS to PDF with PHP?
I have a website developed using HTML, CSS and javascript/jQuery. I need to convert a webpage to PDF format ( or any other printable version). How can this be done?
...any other printable version. Why not to do just special css and html layout with link like «version for print»?
wkhtmltopdf is fantastic and works with any programming language that can run a command line process. You will have to run the it on the server, but IMHO it is the best way to render PDFs from HTML hands down.
Command line:
wkhtmltopdf www.myhomepage.com myhomepage.pdf