I have searched for a split PDF activity in UiPath but it’s not displaying . Why?
Is there any alternative for splitting up a merged PDF into 2 separate PDF docs?
I have searched for a split PDF activity in UiPath but it’s not displaying . Why?
Is there any alternative for splitting up a merged PDF into 2 separate PDF docs?
UiPath does not have a dedicated Split PDF activity.PDF splitting is achieved using Extract PDF Page Range, which allows creating separate PDFs by specifying start and end pages.This activity can be used in loops and combined with keyword detection logic for intelligent document splitting.
Cheers
UiPath is gradually deprecating Classic activities, which is why Split PDF is not available in Modern PDF activities.
Because of this, the recommended approach is to use Modern PDF activities instead.
1-5 or 6-10).“(Math.Ceiling(PageCount / 2.0)).ToString() & “-” & PageCount.ToString()”
This dynamically calculates the second half of the PDF and works reliably with different page counts.
Hi @vignesh_S.M
You can use extract pdf range activity and specify the range to get your output.
Cheers happy new year!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.