The below folder structure is created already before process. Now after process I will be getting a PDF file for a respective company ( example :- OCBC.pdf), that PDF file should be save in OCBC folder.
@Vadugu
If the company name available in excel, whenever you start reading it save that into variable and while saving the pdf, paste it in the path, for example
In Save As screen: C:\User\Documents\row(2).ToString\Sample1.pdf
You can save it to the separate variable for a better coding: C:\User\Documents
It works dynamically and if the folder is not there it’ll create it on run.