Skip to main content
jasonb1005
August 11, 2023
Question

Generate PDF and download in one click

  • August 11, 2023
  • 4 replies
  • 0 views

I have a process model that generates a PDF. Is it possible to create a button in an interface that runs the process and then downloads the PDF to the user in one click?

4 replies

August 11, 2023

Hello, you can download the PDF with one click by using a!documentDownloadLink()

jasonb1005
August 11, 2023

Yes, I'm aware of this function. But I need to generate the pdf and then download it in one click

August 11, 2023

As far as I know we can create PDF document with once button click and document with another button click but both can not be done simultaneously.