Y
Hacker News
new
|
ask
|
show
|
jobs
by
bjourne
694 days ago
There are of course way more efficient methods for generating templated pdfs than using a typesetter.
1 comments
cameroncooper
694 days ago
I'm interested to hear what you would propose.
link
abound
694 days ago
Not sure what GP had in mind, but one can programmatically generate PDFs directly, without using something like Typst as a "middleman".
link
the_mitsuhiko
694 days ago
Have you tried doing that? It’s no fun at all and far from easy. I don’t quite see a benefit in doing it without some utility.
link
a57721
694 days ago
Besides, the generation of PDF reports is usually decoupled from the templates, so you will have to work on your own "middleman".
link
bjourne
694 days ago
Apache iText, for example.
link
wolfi1
694 days ago
I guess some webkit solution like wkhtmltopdf
link
mr_mitm
694 days ago
How is that more efficient than Typst exactly?
link