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
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
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!).
You can. You just have to write the code to do so. Perhaps some searching would have helped you find this.
This is probably the best one out there. Html2PDF. It has a lot of features for you.
There is a module for Zend Framework called Zend_Pdf. Example is here : http://framework.zend.com/manual/1.12/en/zend.pdf.usage.html