I have a huge pdf documents, that contains probably 100 pages.Intially, I have 10 pages of cover page and the end I have some unwanted pages.i want to remove that pages in pdf document. I have a key values for extracted pages.I want technical logics to
Welcome to the community
Do you need how to skip?Can you elaborate a little please
if they are dictionary values
then sue for loop on dict.Keys
and inside use dict(currentitem) as the page range in extract pdf pages activity
cheers
@Iswarya2 you can try to loop through the pages of your document, read the page and apply some regex to understand if the this page is a valid one or not. If it’s a valid page you can merge to the final valid document in each interaction.
For that you will need pdf activities and also the activities to merge.
I already develop something similar. So if you have more questions just ask!