Downloading a PDF without a download button

I am trying to download a PDF that opens in a popup window. There is no download button visible. I was able to have the download button appear, but when I click on it nothing happens. Can anyone share with me how to download the file. The file is located on the following site.
https://www.schott-music.com/en/preview/viewer/index/?idx=Mzc2MDk1&idy=376095&dl=0

Thanks for any help

Hi @khoffman101

Could you please confirm if you are able to download your pdf file manually?

Hi,

The following sample will help you.

Sample
Sample20250814-1.zip (3.2 KB)
note: This sample outputs the pdf as “temp.pdf” in current directory.

Regards,

1 Like

Use Activities - Download file from URL activity.
Output variable is of type ILocalResrouce which has file path and other details of downloaded file.

1 Like