Ask HN: What software do you use to generate PDFs?

2 points by xgb84j ↗ HN
I need to automatically generate invoices and similar documents as PDFs for clients. Currently I am using headless Chromium + print to pdf calling the front end.

I thought Latex to be too heavyweight for my use case, but I am not completely happy with the styling of my current setup.

Are there good alternatives to generate PDFs server-side?

3 comments

[ 3.3 ms ] story [ 17.1 ms ] thread
> Are there good alternatives to generate PDFs server-side?

pandoc is suitable for this.

For my invoices I use a LaTeX template, filled via a Perl program that reads a custom invoice format.