I have a folder containing multiple pdf files and each have more than 100 pages.
I need to split each pdf in groups of 30 pages each. In files where the number of pages is not in multiples of 30 then the rest of the pages should be split in last file.
For example File A has 107 pages then the split should be as
Page ranges 1-30 with file name File A 1.pdf
Page ranges 31-60 with file name File A 2.pdf
Page ranges 61-90 with file name File A 3.pdf
Page ranges 91-107 with file name File A 4.pdf
You may also check for “Manage my PDF files,” which I worked on building for the UiPath marketplace as a Ready-to-Go Automations. Here’s the URL: Manage my PDF files - RPA Component | UiPath Marketplace. Please explore and experiment.