5 ms·
Side note: Under the hood, PhantomJS uses wkhtmltopdf. You can probably save yourself some overhead using the wkhtmltopdf binary directly.
by holic 11y ago
Side note: Under the hood, PhantomJS uses wkhtmltopdf. You can probably save yourself some overhead using the wkhtmltopdf binary directly.
- SigmundA 11y agoNo I believe both use QTWebkit directly.
- jamespaden 11y agoIt, 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).
- holic 11y agoThanks for clarifying!