Hi,
can any help me with the above scenario. with this below code i can able to extract only one first page for first pdf.
Thanks Advance,
Siddhu.

Hi,
can any help me with the above scenario. with this below code i can able to extract only one first page for first pdf.
Thanks Advance,
Siddhu.
Do I understand correctly that you need only first page from every pdf from a folder?
If so can you just use Extract PDF file pages to new PDF file and in Page selection rather than using PageIndex variable just use number 1 to get the first page always.
(Set variable FileIndex and Increase variable FileIndex by 1 are not used, just forgot to remove them)
Or do you want to have all those first pages in one pdfs? If so then after that you can just use merge PDF files -action.
Like so:
So take the first page of all pdfs and then save them in some other folder then get files in folder and use that list to merge them together.