Hi again.
After a batch function that allows us to batch duplicate pdf files whereby each pdf can have a different amount of times it duplicates but it would act as a repeat function..
We need the new output file to remain in full original order just repeated.
File 1 = 6 pages duplicate (repeat) = 4 times
File 2 = 16 pages duplicate (repeat) = 2 times
File 1 result = P1,P2,p3,p4,p5,p6,P1,P2,p3,p5,p6,P1,P2,p3,p4,p5,p6,P1,P2,p3,p4,p5,p6
File 2 result = p1-p16,p1-p16
And in a way that doesn't balloon the file size. .
Thankyou!