Live data from Hacker News

Show HN: Generate modular PDFs using JSX

github.com

1–3 of 3 posts

Re: Show HN: Generate modular PDFs using JSX

#2
We built this package to allow us to easily compose PDFs from React-like components using familiar syntax. The PDF generation package that this works with (pdfmake.org) already does a great job handling the actual generation, but we found building up the input JS object to be quite cumbersome, and wanted something that would allow us to unit test and reuse individual chunks of the document. Hope others find this useful!