Hacker News new | ask | show | jobs
by holic 4033 days ago
Side note: Under the hood, PhantomJS uses wkhtmltopdf. You can probably save yourself some overhead using the wkhtmltopdf binary directly.
1 comments

No I believe both use QTWebkit directly.
It, it used QTWebkit directly. Wkhtmltopdf uses a forked version of Webkit with several PDF-specific enhancements (better support for paging, fixes a couple bugs, etc).
Thanks for clarifying!