captn3m0 / pystitcher

pystitcher stitches your PDF files together, generating nice customizable bookmarks for you using a declarative markdown file as input
https://pypi.org/project/pystitcher/
MIT License
390 stars 10 forks source link

Fetch HTML online and render #5

Open captn3m0 opened 3 years ago

captn3m0 commented 3 years ago
# Title

- [chapter 1](https://example.com/chapter1.html)
- [chapter 2](https://example.com/chapter2.html)

Download the source HTML, run it through readability, then render as PDF and merge accordingly.