Hacker News new | ask | show | jobs
by pauljonas 1179 days ago
A few years back, I wrote a web based publishing tool that used `wkhtmltopdf` to generate PDF from database content along with web images (& even more complicated with API access & Google Maps API). It took a lot of tinkering but it worked. At times, extra fiddling needed to generate accurately the Table of Contents (basic, uses `H1-6` elements in document) with proper page references and formatting. But it worked, even with allotting for stuff like "bleed" (it was being printed a massive color printer we leased that could bind or staple.
1 comments

Thank you for wkhtmltopdf. If I recall correctly, Pandoc uses it under the hood for generating PDF?