Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

"Shuffling" or reorganizing large number of pages

New Here ,
Feb 25, 2016 Feb 25, 2016

I know how to move one or two pages at a time, to a single alternative point in  a PDF.  I am working with a PDF that is between 500-1000 pages, and I need to "shuffle" the back half between pages in the front half.  For example, in a 100 page document, I want to automatically reorganize the pages so that they go 1, 51, 2, 52, 3, 53, 4, 54, 5, 55, etc.  Is this possible?  Moving a few pages manually is ok, but not when you have to move 500 of them from one side of the document to the other.  Can anyone help me?

Thank you!

TOPICS
Acrobat SDK and JavaScript
397
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 25, 2016 Feb 25, 2016

With Javascript you can use the method movePage.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 25, 2016 Feb 25, 2016
LATEST

If you split the file into two parts, one with the first half of the pages (the odd ones in the new file) and the other with the other half (the even ones in the new file) then you would be able to use this tool I've developed to easily combine them to a single file. You can purchase it from here: Custom-made Adobe Scripts: Acrobat -- Combine Even-Odd Pages

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines