0
Duplicate and arrange multiple pages
Community Beginner
,
/t5/acrobat-discussions/duplicate-and-arrange-multiple-pages/td-p/12127656
Jun 21, 2021
Jun 21, 2021
Copy link to clipboard
Copied
I have a 2 pg pdf. I need to duplicate pg1 4 times and pg2 1 time, then rearrange. I'm not well versed with java. Is there a script for this?
This is an ongoing process that will need to be applied to multiple files.
TOPICS
How to
,
JavaScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/acrobat-discussions/duplicate-and-arrange-multiple-pages/m-p/12127672#M317698
Jun 21, 2021
Jun 21, 2021
Copy link to clipboard
Copied
Do these pages contain fields? If so, do you wish that the fields on each copy will have unique names?
Generally speaking, you can duplicate pages either by inserting them from the same file into itself (using the insertPages method) or by converting them into a Template and then spawning new copies (this can be used to automatically rename the duplicated fields, hence my previous questions).
To move pages around you can use the movePage method.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

