Great, thank You, this is perfect solution :)
This should do it. First split the job into two page segments. Then duplicate the 2 pages. Followed by joining the segments into one job -- see below
Try this:
1. Split. Split into two page segments.
2. Insert Pages. Insert job pages after each set of contiguous pages and select number of inserts, which could also be a MAX variable.
3. Join.
Hello,
I have PDF with variable pages (even number).
For example I have:
1, 2, 3, 4, 5, 6, 7, 8
I want to duplicate (variable) every card for example 4 times.
After I want to have:
1, 2, 1, 2, 1, 2, 1, 2, 3, 4, 3, 4, 3, 4, 3, 4, 5, 6, 5, 6, 5, 6, 5, 6, 7, 8, 7, 8, 7, 8, 7, 8
Solved! Go to Solution.