As a background task for our web application BeeBole, I was looking for an easy and efficient way to produce PDF documents without being stuck with postscript like syntax or being feature limited in a design point of view.
Last week I discovered the tool I was looking for : WKHTMLTOPDF
By leveraging the power of the webkit engine through QtWebKit module, this thing is converting HTML with full CSS support to PDF the same way you “Save as PDF” from your browser
In this article, I’ll show you the very first prototype I did of a possible WKHTMLTOPDF integration with our application.
Continue reading