I have a pdf document with 30 pages. In that, I want to remove the last few pages based on the key values and get the remaining pages.
if have any solutions, kindly instruct me the steps in studio workflow to complete the task.
I have a pdf document with 30 pages. In that, I want to remove the last few pages based on the key values and get the remaining pages.
if have any solutions, kindly instruct me the steps in studio workflow to complete the task.
Get the total page count using UiPath pdf activities. Then loop through each page, read page using pdf activity, check for the keyword, if keyword is not present add the page no (loop index) to a list/array. At the end of iteration, you will have the list of all pages without keywords. Use extract pdf range and pass this list as string to page nos to get them extracted.
Hi @Iswarya_P1
You can use the activity Extract PDF Range and pass the Range from 1- requiredPageNumber where your Key value are present.
Use these properties.
Thanks,
Aditya
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.