I want to download the pdf each time after reading the excel using the column name “FilenName”, before downloading I want to check whether the pdf file is already downloaded or not if it is downloaded then I dont want to download the pdf if it is not downloaded means the pdf should downloaded.
For example BankDetails1, bankDetails2 is the file name I need to check whether the BankDetails1 is downloaded or not if it is downloaded I need to download BankDetails2 pdf file if not I need to download BankDetails1 and continue the process.