Y
Hacker News
new
|
ask
|
show
|
jobs
Ask HN: What's your preferred Python tool to convert Markdown to print ready PDF
2 points
by
eon01
131 days ago
especially for technical books with code
3 comments
amir_karbasi
131 days ago
I looked into this and nothing worked well for me. I ended up just using Pandoc:
https://pandoc.org/
link
ifh-hn
131 days ago
Don't use python for this, quarto is my goto for this:
https://quarto.org/
link
dennisjoseph
130 days ago
https://pandoc.org/
link