Skip to main content
Known Participant
April 29, 2018
Answered

Javascript code to combine pdf files

  • April 29, 2018
  • 2 replies
  • 9522 views

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

This topic has been closed for replies.

2 replies

Bernd Alheit
Community Expert
Community Expert
April 29, 2018

In the JavaScript Reference look for the method insertPages.

Known Participant
April 29, 2018

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.

Bernd Alheit
Community Expert
Community Expert
April 30, 2018

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