Duplicate Pages

Post Reply
ckuhlmann
Newbie
Posts: 12
Joined: Thu Apr 02, 2015 7:53 pm

Duplicate Pages

Post 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.
User avatar
gabrielp
Advanced member
Posts: 577
Joined: Fri Aug 08, 2014 4:31 pm
Location: Boston
Contact:

Re: Duplicate Pages

Post 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".
Chat: open-automation @ gitter
Code: open-automation & dominickp @ GitHub
Tools: Switch, Pitstop, EPMS, Veracore, PageDNA, SmartStream, Metrix
Post Reply