Archive

Posts Tagged ‘webkit’

PDF conversion with WebKit

December 14th, 2011 No comments

screen grab It had been quite some years since I last looked at the options for PDF generation in PHP, so when I needed to add PDF support to Brandfeed I did a bit of research. I ended up on this Stackoverflow thread which overall seems to recommend TCPDF with some fairly strong supporters for other libraries, including mPDF.

I wasn’t looking forward to trying them all out to decide which library to use, but as it turns out I didn’t have to. When I discovered wkhtmltopdf, my decision was made. (I know that sounds like a cheesy marketing testimonial, bear with me)

Read more…