I have this question, just in theory.
I do some query results and there displays a html page, can i insert a download link there which makes me download the html file but as a pdf?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
After searching a lot, I came across this tool: http://code.google.com/p/wkhtmltopdf/
It must be run as external binary, so you probably need a dedicated server/VPS (won’t work on shared hosts), but appears to be the best available.
It is based on the WebKit engine (the same used by Safari and Chrome, plus their mobile versions), so it is probably the most accurate PDF generator available (for free!).