How to split the pdf file pages and store in another folder

HI,
I have one pdf file that have 7 pages .i have to split it .then how to store it to another folder using for loop
plz help me

Have you tried these steps @vivekktr,

  1. To read PDF page one by one create a variable int type =1 and pass this to Input Range property of Read PDF Text and increase counter in for each loop
  2. Copy the output of PDF which is a string type to word document.
  3. Save as PDF.

send sample output xml