Y
Hacker News
new
|
ask
|
show
|
jobs
by
xigoi
263 days ago
What else would you use to generate PDFs from a text-based template?
8 comments
jayknight
263 days ago
20-ish years ago I wrote a system to do that with xslt. Would not recommend.
link
sixtyj
263 days ago
E.g. Pandoc, universal tool…
link
dfc
263 days ago
You will be surprised to learn that pandoc uses latex for generating the PDF. It's barely hidden:
https://www.pandoc.org/demo/example33/2.4-creating-a-pdf.htm...
link
sixtyj
263 days ago
I know it ;) But we are talking about how to use something universal. I like pandoc as it is easy to use and… boring.
link
dfc
262 days ago
Your original comment before editing complained about using pdflatex as if it was not part of the pandoc toolchain. It was not about pandoc being universal.
link
xigoi
263 days ago
Doesn’t Pandoc just use LaTeX under the hood?
link
__mharrison__
263 days ago
Pandoc works with typst too.
link
chromanoid
263 days ago
A good XSL-FO impl with docbook or something like that?
link
pepa65
263 days ago
Apart from typst, I've used weasyprint.
link
smartmic
263 days ago
DITA, see my other comment on level up.
link
henrebotha
263 days ago
Asciidoctor?
link
Iwan-Zotow
263 days ago
Docbook
link
spider-mario
263 days ago
ReportLab?
link