A reliable way to create PDF from HTML/markdown, with PDF specific features
Indeed, the way includes
- Don't just simply convert a HTML file to PDF, one-to-one. Otherwise, you can never control page breaks.
- Nonetheless, HTML rendering will be web-browser dependent. (Therefore, not sure about Pandoc.)
- CSS is powerful, but are there exceptions?
Therefore, I suggest a way of using a web driver + a PDF library, that can READ and MODIFY pdf.
The web driver is currently best either Puppeteer, or Chrome DevTools Protocol.
