Hiii everyone,
Help me for this…
how to extract pages of pdf files and store them into folder [ .pdf format only]…
suppose i having 10 pages and i want to split them into 5 pages and store this 5 pages into one folder…and again store another 5 pages in different folder…
With that you could use the Get Page Count -activity and then loop through the pages and use Extract Pages -activity. You can then manipulate with another loop or if-statements how you want to split your folders etc.
The activity has: input(PdfFilePath) → put the file path you want to split there and output(OutputPath) → folder path where the split pdfs will be created.
AFAIK the PDF split -activity doesn’t allow you to change the names or locations for separate output files so you’ll need to do that after the split. For example choose half of the output files and move them to another location.
Could you plz help me how to proceed with this! Thanks
Need to launch an URL > There will be years like 2019,2018,2017 etc as tabs in the Website> We need to click on 2019 initially > around 10 names will be opened and need to click on the pdf link(Agenda in the screenshot) of all respectively> then collect data from pdf and store it in an Excel sheet.