Skip to main content
Phildut
Participant
February 16, 2017
Answered

howto insert a page between each page on document?

  • February 16, 2017
  • 2 replies
  • 6865 views

Hello,

Is there a way to insert automatically between each page another page?

Now, I have to do it manually !

example : 1 invoice ; 10 pages long ; between each page, I need to put the sales conditions

and then print the invoice recto/verso.

Thx.

This topic has been closed for replies.
Correct answer Karl Heinz Kremer

You can do this with a simple JavaScript running in e.g. an Action or a Custom Command. Look at David's solution here: Add a page every other page until the end (JavaScript)

If you want to know how to create a custom command, see here: Create Custom Commands in Adobe Acrobat DC Pro - KHKonsulting LLC

2 replies

Karl Heinz  Kremer
Community Expert
Karl Heinz KremerCommunity ExpertCorrect answer
Community Expert
February 16, 2017

You can do this with a simple JavaScript running in e.g. an Action or a Custom Command. Look at David's solution here: Add a page every other page until the end (JavaScript)

If you want to know how to create a custom command, see here: Create Custom Commands in Adobe Acrobat DC Pro - KHKonsulting LLC

Phildut
PhildutAuthor
Participant
February 16, 2017

Hello,

Thank you.

I will try to make a javascript.

Phildut
PhildutAuthor
Participant
February 16, 2017

Hello,

Thank you again.

It is already done.

Very easy to fix (when receiving big help !)

try67
Community Expert
Community Expert
February 16, 2017

Yes, it can be done using a script, like this one I've developed:

http://try67.blogspot.com/2012/03/acrobat-insert-one-pdf-file-into.html