Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Klasiaster
on Sept 20, 2022
|
parent
|
context
|
favorite
| on:
Diving deeper into custom PDF and ePub generation
I can really recommend weasyprint for (markdown→)html→pdf generation:
https://github.com/Kozea/WeasyPrint
Things like columns, footers/headers, hyphenation are all easily done with modern CSS.
kaesar14
on Sept 21, 2022
[–]
+1 for weasyprint, only library I’ve found that respects all modern CSS and importing fonts
Consider applying for YC's W25 batch! Applications are open till Nov 12.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Things like columns, footers/headers, hyphenation are all easily done with modern CSS.