i am getting a PDF file every day…That PDF has not defined no of pages…
every time i need to count the Page and split each page into one individual pdf…
Please let me know how can i do it…
I want to do it using UiPath Only…
we can use
- the Get PDF Page Count Activity
- calculate the chunk ranges
- Extract PDF Page Range Activity
and split the PDF Segments
A flow:
with details:


would split a PDF into each Page
feel free to adapt and set the needed Variables value
Thanks @ppr
@Dr_Anand_Upadhyay
