Copy link to clipboard
Copied
I'm trying to automate adding a separately saved pdf file as a new page to another pdf. Or simply combine two pdf files.
Either from Microsoft Excel VBA or Acrobat's Java Script.
Any kind of advice is appreciated.
Copy link to clipboard
Copied
The Acrobat SDK gives info under "Interapplication communication" on how you can do that with Acrobat via Visual Basic or JavaScript.
Copy link to clipboard
Copied
With JS you can use the insertPages command to do it.
Copy link to clipboard
Copied