Remix.run Logo
fuzzy2 4 hours ago

Oh yeah, PDF. In a past project I created a monster solution:

  * Scriban to fill in templates (LaTeX)
  * Custom Angular SSR to reuse frontend components (charts etc)
  * Playwright to convert SSR output to PDF
  * LuaLaTeX to convert LaTeX document + stuff to PDF
Super slow, but very high quality results. Do not try this at home!

Scriban is totally awesome though.