Hacker News new | ask | show | jobs
by ivoc 2063 days ago
- Style using CSS: Use Pandoc to HTML, and use wkhtmltopdf or chrome headless to convert HTML+CSS to PDF.

- Style using XSL-FO: Use Pandoc to DocBook, XSLT docbook-xsl stylesheets to convert to XSL-FO, Apache FOP to convert XSL-FO to PDF.

1 comments

Or HTML+CSS with WeasyPrint or Prince; the latter is free for personal use.