Hacker News new | ask | show | jobs
by tugten 235 days ago
I embed the typst binary in a go binary deployed to cloud run. I use this to generate pdfs on the fly.

I need to generate a 2 page invoice and i can generate it under 100 ms. IIRC, it's easier to integrate with rust. Since the pdf rendered is written in rust