Page 1 of 1

Duplicate Pages

Posted: Wed Sep 30, 2015 1:20 am
by ckuhlmann
Hello,

I am trying to takes page 1 and 2 of a multipage document of any size and duplicates them then reinsert them ? I was looking at doing this as an pitstop action but member suggested I do it through switch instead.

example:

1 2 3 4 5 6

to

1 2 1 2 3 4 5 6

any help is appreciated.

Re: Duplicate Pages

Posted: Wed Sep 30, 2015 5:27 am
by gabrielp
I'm sure there are more elegant ways of doing this, but I know of a way to use Switch without Pitstop. What I would do is run this through a "Split PDF" configurator and split out the first two pages (by range or filtering them later by index in the filename), then "Assemble" the two first pages with the original PDF, then run it through "Merge PDF".