September 2011
2 posts
How to design classes →
6 tags
Super easy html to pdf in Rails
After trying PDFKit, htmldoc (PDF::HTMLDoc) and PDFmyURL, the winner is PDFmyURL.
WHY not PDFKit?
I dislike PDFKit for the installation issues and the stupid big amount of dependencies, because you need a lot of XOrg and Qt libs to make it work (it depends on wkhtmltopdf —the fugliest and random name, I know that it comes from Webkit html to pdf but it is ugly—), and I don’t...