Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
In Adobe Acrobat you can change the page labels.
Copy link to clipboard
Copied
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]);
Find more inspiration, events, and resources on the new Adobe Community
Explore Now