pieter michels

Github    Ask me anything   

programming trip and tech thoughts

December 28, 2011 at 8:31am

Home

PDFKit Usage →

Wkhtmltopdf is an open source project that uses the WebKit rendering engine to convert HTML to native PDF code. This is the muscle behind the PDFKit gem and other projects like WickedPdf. In this article I am only going to focus on PDFKit with Rails. But many topics will apply to both PDFKit and WickedPdf since they use wkhtmltopdf on the backside.

Great guide for starting with PDFKit.