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?
Discussion posts and replies are publicly visible
Hello, you can download the PDF with one click by using a!documentDownloadLink()
Yes, I'm aware of this function. But I need to generate the pdf and then download it in one click
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.