Split PDF OF Bluk no of pages like 100,200 into 100, 200 pdfs

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…

@Satyam_Shrivastava ,

You can invoke C# or Python code to do this work in UiPath.

Thanks

Hi @Dr_Anand_Upadhyay

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

Hi @ppr

Main.xaml (9.7 KB)
this is my xaml file which i developed till now…
i just want to know the syntax to split the file… and how can i save the split file into one folder…

i

A flow:

with details:
grafik
grafik

would split a PDF into each Page

feel free to adapt and set the needed Variables value

Thanks @ppr
@Dr_Anand_Upadhyay

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.