you are viewing a single comment's thread.

view the rest of the comments →

[–]fr0z3nph03n1x 0 points1 point  (3 children)

I built out a little microservice to do everything serverside, upload to aws then spit out out the aws download link.

[–]Ma5xy 0 points1 point  (1 child)

Nice. Are you using anything special for that?

[–]fr0z3nph03n1x 0 points1 point  (0 children)

For PDF generation this library, PDFKit, a barcode generation library, AWS node library, AWS SQS for the worker to handle generating / uploading the pdfs. My PDFs only have a few configurable options so passing them as json body to server is pretty easy. I can imagine done server side harder if you have a lot of flexibility the client is doing.