• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

howto insert a page between each page on document?

New Here ,
Feb 16, 2017 Feb 16, 2017

Copy link to clipboard

Copied

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.

TOPICS
Edit and convert PDFs

Views

5.7K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Feb 16, 2017 Feb 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

Votes

Translate

Translate
Community Expert ,
Feb 16, 2017 Feb 16, 2017

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 16, 2017 Feb 16, 2017

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 16, 2017 Feb 16, 2017

Copy link to clipboard

Copied

Hello,

Thank you.

I will try to make a javascript.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 16, 2017 Feb 16, 2017

Copy link to clipboard

Copied

LATEST

Hello,

Thank you again.

It is already done.

Very easy to fix (when receiving big help !)

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines