Split a PDF into multiple pages

When running my bot for 1 pdf containing 6 pages it correctly split my pages into 6 pages.

When I add a 2nd pdf containing 3 pages (so 1. PDF with 6 pages and 1 PDF with 3 pages store on a same location), then my boat doesn’t split correctly the pages. It splits 3 pages and 3 pages for each PDF. Do you know what is potentially wrong on my automation?

I’m using the get PDF Page count activity to get the page number (that is working fine)
I then using a while activity with the following condition Counter<intTotalPageCount.
I use an assign activity counter = counter+1 (when variable counter =0)
I finally use an extract PDF page range where my range is = Counter.tostring

Hi @mce

Check out this thread4

Regards

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