Hi someone can help me to download list of pdf files from web.
Hi @maru_ashok welcome to forum
Try with datatscrapping and iterate through each url to download the file
Regards
Nived N
But I am getting message that, data scrapping is not supported to that activity.
for ur better understanding kindly refer below the details,
Dwg Nos
D001500.pdf
D001500 info.pdf
D1598.pdf
so considering the above pattern kindly suggest to download those pdf files
Hi, i have a similar issue, i am still learning and i have not found a tutorial that touch this.
I want to download those files i don’t know which activities to use for that, here is the URL: https://etenders.treasury.gov.za/content/appointment-service-provider-provide-ict-infrastructure-support-services-period-12-months
Hi @Mokate , check this workflow sample_12.zip (2.4 MB)
It is running fine
What i had done is
- use data scrapping for extracting pdf names and associated url
- loop through each url to download the pdf and saved in folder
Hope it helps you
Regards
Nived N
Happy Automation
Thank you very much Nived