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

Javascript code to combine pdf files

Participant ,
Apr 28, 2018 Apr 28, 2018

Copy link to clipboard

Copied

Hello,

I know how to combine pdf files into one etc, but I looking for a JavaScript code/command I do it within a JavaScript command code or a plug-in using Action Wizard.

Regards,

Jeff P

TOPICS
Acrobat SDK and JavaScript , Windows

Views

8.3K

Translate

Translate

Report

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

correct answers 1 Correct answer

LEGEND , Apr 29, 2018 Apr 29, 2018
Community Expert ,
Apr 29, 2018 Apr 29, 2018

Copy link to clipboard

Copied

In the JavaScript Reference look for the method insertPages.

Votes

Translate

Translate

Report

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
Participant ,
Apr 29, 2018 Apr 29, 2018

Copy link to clipboard

Copied

Hello,

I know how to do page insert... I have a few folders, inside of those folders there could be 0-100 "maybe even more" pdf files.... via a javascript and action wizard I want to combine all those files into a single file inside of the folder the original pdf existed.

Regards,

Jeff P.

Votes

Translate

Translate

Report

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 ,
Apr 29, 2018 Apr 29, 2018

Copy link to clipboard

Copied

With a VB Script and the IAC interface of Adobe Acrobat it is possible.

Votes

Translate

Translate

Report

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 ,
Apr 30, 2018 Apr 30, 2018

Copy link to clipboard

Copied

LATEST

That’s how files are combined with the API. Open one, insert pages, repeat insertion, save with a new name.

Votes

Translate

Translate

Report

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 ,
Apr 29, 2018 Apr 29, 2018

Copy link to clipboard

Copied

Votes

Translate

Translate

Report

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