0
Explorer
,
/t5/acrobat-sdk-discussions/how-to-automate-adding-a-page-to-a-pdf-file/td-p/11782570
Jan 25, 2021
Jan 25, 2021
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.
TOPICS
Windows
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
Explorer
,
Jan 26, 2021
Jan 26, 2021
LEGEND
,
/t5/acrobat-sdk-discussions/how-to-automate-adding-a-page-to-a-pdf-file/m-p/11783503#M86219
Jan 26, 2021
Jan 26, 2021
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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/acrobat-sdk-discussions/how-to-automate-adding-a-page-to-a-pdf-file/m-p/11785178#M86223
Jan 26, 2021
Jan 26, 2021
Copy link to clipboard
Copied
With JS you can use the insertPages command to do it.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Explorer
,
LATEST
/t5/acrobat-sdk-discussions/how-to-automate-adding-a-page-to-a-pdf-file/m-p/11785643#M86224
Jan 26, 2021
Jan 26, 2021
Copy link to clipboard
Copied
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

