stnguyen90 / invoice-generator

1 stars 0 forks source link

Function to download pdf #10

Open vermakhushboo opened 5 months ago

stnguyen90 commented 5 months ago

Depending on how long the PDF generation takes, we might be able use a function to preview the PDF before actually storing it in the bucket and sending it in the email.

vermakhushboo commented 5 months ago

https://github.com/vermakhushboo/download-file-function/tree/main

stnguyen90 commented 5 months ago

https://github.com/vermakhushboo/download-file-function/tree/main

It would be best to create the function in this invoice-generator repo so we can review via a PR.

Do you see a PDF preview in the browser with this function? It would also be good to have a parameter for whether to download or view the PDF.