I just want to present a new tool for converting HTML to PDF – html-2-pdf.com. It’s basically an online converter which could transform any* web site to a PDF document. Generally it could be useful if you want to print a website, or for example if you want to save the content of the website for offline reading.
The site is really simple – just insert the address of the web page which you want to be converted and few seconds after that it is ready to be downloaded. The site is just an interface of the amazing wkhtmltopdf library.
I am open for suggestions about the functionality of the site.
* – for some reasons there are web sites which are not converted correctly. This is because of HTTP headers which these sites restricting.
Hi, can you show how we can work with wkhtmltopdf and cakephp ? Thank a lot 😀
n4than, probably this will help you [url=http://code.google.com/p/wkhtmltopdf/wiki/IntegrationWithPhp]wkhtmltopdf and php[/url]
What I am using is layout which calls exec function with parameters and stores the output in specific directory with specific name. Then I can read it and display it on the screen (if needed).