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

How to fix page numbering in Acrobat (bulk document processing)

New Here ,
Dec 08, 2020 Dec 08, 2020

Hi. 

Im working on indesign on a large book document. In addition to the whole book export as a single pdf, I am also exporting the majority of the pages as individual pdfs. When exporting, I have removed my master pages that contained my auto numbering, so in that regard, all of my individual pdfs will not have page numbers on the page directly. 

 

My Question is how to I fix the page numbering seen in the acrobat navigation menu. For example, a page may say something like: "202 (1 of 1)". Is this something acrobat can fix (hopefully as an automated action for bulk)? Or possibly an option when exporting from indesign (CC 2020)?

 

Thanks for any assistance.

TOPICS
Create PDFs , Edit and convert PDFs , General troubleshooting , How to , Print and prepress
1.5K
Translate
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 ,
Dec 14, 2020 Dec 14, 2020

In Adobe Acrobat you can change the page labels.

Translate
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 ,
Dec 14, 2020 Dec 14, 2020
LATEST

Yes, if you have Acrobat Pro you can use an Action to change the page labels on multiple files in a single process, assuming you want them all to follow the same pattern. If you want page 1 to be labelled as "1", page 2 as "2", etc., then you can do it by executing this JS code:

 

this.setPageLabels(0, ["D", "", 1]);

Translate
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