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

Combine pdfs

Guest
Jul 14, 2016 Jul 14, 2016

Hi,

I have two pdf files - file A 1500 pages and file B 1000 pages, they are sequentially numbered 1-2500, how do I combine the two files together and maintain their sequence numbering.

Thanks.

TOPICS
Acrobat SDK and JavaScript
1.1K
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
LEGEND ,
Jul 14, 2016 Jul 14, 2016

Adobe Acrobat Reader cannot combine files. You would need Adobe Acrobat (the full version) for that.

If you have acrobat, simply open it, go to File>Create>Combine files into a single PDF and choose the two files.

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
Guest
Jul 14, 2016 Jul 14, 2016

Thanks, I have the full version of Adobe Acrobat.

By combining both files, can I re-order the files ie. file A has sequentially numbered documents of 1,2,4,5,9,12,etc and file B has 3,6,7,8,10,11,etc. What I need to do is ensure that the combined file runs in sequential number order ie 1-12. Can this be done?

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
LEGEND ,
Jul 14, 2016 Jul 14, 2016

Maybe I'm not clear on what exactly you are doing but that should be the result when you combine the files. Can you give me the exact steps you are taking to create the file? Also, a screen shot of the combined file page numbers would be good.

Example:

page 1.jpg

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
Guest
Jul 14, 2016 Jul 14, 2016

Thanks for helping.

The pdf documents are 2 letter versions with merged data ie name/address.

File A - 1500 pages in one pdf file - has version A letter - the sequential numbers are ie. 1,2,3,4,5,6,9,12,15,20 etc

File B - 1000 pages in one pdf file - has version B letter - the sequential numbers are ie. 7,8,10,11,13,14,16,17,18,19 etc

What I would like to do is combine both pdf's together into one file. Then sort the pdf file by sequential number so that the final pdf file starts at 1 and ends in 2500.

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 ,
Jul 15, 2016 Jul 15, 2016

So you want to interleave the two files? That's possible, but there needs to be some kind of logic behind it.

For example, this script I've developed will interleave a file that contains the odd pages (1,3,5,7,etc.) with one that contains the even pages (2,4,6,8,etc.): 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 ,
Jul 15, 2016 Jul 15, 2016

[Question moved to the appropriate forum]

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
LEGEND ,
Jul 15, 2016 Jul 15, 2016
LATEST

Thanks try. I figured you may have an answer for this.

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
LEGEND ,
Jul 14, 2016 Jul 14, 2016

I think I see what you are trying to do here. I'm not aware of a way to do that. You may want to ask this in the forum for Acrobat but I don't know of a way myself. They may know of a script or something that could help.

Creating PDFs

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
Guest
Jul 15, 2016 Jul 15, 2016

Thank you for your help.

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