Download PDF from URL in table

Is it possible to download a PDF file from an URL stored in a table?

I have a table where in column “URL” is stored one link per row.
The URL looks like this “https://www.websitename.com/downloads/filename.pdf”.

I want the content of the document attached to the input table or save the downloaded PDFs in a given folder.

Can this be done?

The Get request node can download webcontent.
br

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.