Prevent Download on PDF Export

  • Goal: I would like the PDF export to generate a pdf WITHOUT downloading straight away. Instead, I would just like it to be shown on the PDF previewer component. It all works except the ability to turn off automatic download. What can I do to make this happen?

In the end, I decided to build the pdf using handlebars as the templating engine on my backend and then used puppeteer to send the html back to retool as a pdf.

1 Like