Skip to main content
Participant
January 2, 2020
Question

Insert pages into multiple pdfs

  • January 2, 2020
  • 1 reply
  • 12588 views

I often need to attach a receipt, email or other scanned pages to many documents at the same time. In our old pdf program there was an "Insert into files" option where I could do this really quickly and easily.

 

I don't see any way to do this in Acrobat other than open each file individually and add the email one at at time. This is going to take forever when I have 30-40 files to do this with.

 

Am I missing something?

This topic has been closed for replies.

1 reply

Thom Parker
Community Expert
Community Expert
January 2, 2020

Acrobat Pro DC has the Action Wizard.  An "Action" (also know as  a batch process) is a series of commands that can be applied to one or more files.

 

Here's a short article on the topic:

http://khkonsulting.com/2015/04/create-custom-tools-in-adobe-acrobat-dc-pro/

 

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often
crisp8Author
Participant
January 2, 2020

I couldn't get that to work.

I happened to have this situation come up today with only 2 files. I added those 2 files to the selection and then tried to insert another file and it said I couldn't insert a file into itself. No matter how I swapped the files around it gave me the same message. I think whatever file is selected is the one it wants to insert into, but it will only let me select one file at a time. The "selection" in the action setup doesn't seem to do anything.

Thom Parker
Community Expert
Community Expert
January 2, 2020

 

So, I think you might be getting thing mixed up. The files selected for the Action are the files that are operated on. So for the Action shown below, each file selected for the Action will perform the "Insert Pages" command. The insert pages command will display a file open dialog, where you select the file to be inserted. So these are two different things. The file being operated on (i.e. being inserted into) and the file being inserted. 

 

Note the I've selected the "Prompt user" checkbox. This means ask the user to enter the file to be inserted each time. You don't have to do it this way. You can edit the action to select the file to insert, then when it is run it won't display the file open dialog. 

 

 
 

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often