Has anyone used wicked_pdf and wkhtmltopdf to generate pdf files from rails?
wkhtmltopdf (
http://code.google.com/p/wkhtmltopdf/ ) is an c++
executable that the wicked_pdf gem (
https://github.com/mileszs/wicked_pdf ) essentially wraps. It works
great for basic pdf generation of tables and reports.
We're now looking to print some pages that have a lot of javascript
content. Since the processing is all done server-side, there's
obviously no browser to interpret the javascript.
I've been looking around and can see that wkhtmltopdf supports some
Javascript, but I'm also seeing that a lot of people are running into
problems using it for complex javascript rendering.
Anyone here have any experience with it?
-Kevin