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

Dublicate multiple pages: 1,2,3 --> 1,1,2,2,3,3

New Here ,
Jun 11, 2022 Jun 11, 2022

Copy link to clipboard

Copied

Hello, I would like to know if it is possible to dublicate multiple pages at the same time with the following format: (for example 3 pages)

1,2,3 --> 1,1,2,2,3,3

so far I only managed to do: 1,2,3 --> 1,2,3,1,2,3, but this is not what I need.

Thank you in advance!

 

TOPICS
Edit and convert PDFs , How to

Views

103

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 ,
Jun 11, 2022 Jun 11, 2022

Copy link to clipboard

Copied

LATEST

You can do it by executing this code from the JS Console:

 

for (var p=this.numPages-1; p>=0; p--) this.insertPages({nPage: p, cPath: this.path, nStart: p});

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