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

Merge and reorder

New Here ,
Jan 02, 2017 Jan 02, 2017

Hi,

i will regularly be combining PDF documents. Each month I receive 2 documents: one in English, and another in Portuguese. Apart from the languages, the documents are arranged so that they are identical. A simple merge is not sufficient as the purpose of the merge is to facilitate language learning, so I need, for example, page one of the Portuguese document to become page 2 of the merged document. The idea being that each page of English text is followed by its Portuguese counterpart.

i once found code whereby this was done programmatically, but for the life of me a can't find it again. After a PC hard drive reset, I no longer have the code

can you help please?

TOPICS
Acrobat SDK and JavaScript , Windows
298
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 ,
Jan 02, 2017 Jan 02, 2017

This can be achieved using the insertPages command of the Document object.

If you're interested in a tool that allows you to do it very easily and without having to write the code yourself, check out this one I've developed: 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
Community Expert ,
Jan 02, 2017 Jan 02, 2017
LATEST

Take a look at this old discussion, it describes how to do this: Combining an even pages file and an odd pages file into one PDF achieving propper order

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