Apply batch identification: add Bates numbers to the PDFs in this day's outgoing batch using the next sequence range a…
Place all PDFs you want to batch renumber into a single folder.
Open Adobe Acrobat Pro.
Go to File > Create > Action to open the Action Wizard.
Click New Action to start creating a custom batch process.
In the Choose Tools to Add panel, find and add the More Tools > Execute JavaScript action.
Click Specify Settings for the JavaScript action and paste a script that renumbers page labels (see note below).
Best practiceA sample JavaScript to renumber all pages sequentially: for (var i = 0; i < this.numPages; i++) { this.setPageLabels({nStart: i, cLabel: '', nPage: i, nStyle: 0}); }
Save the action with a clear name, such as 'Batch Renumber Page Labels'.
Click Start on your new action.
Select the folder containing your PDFs when prompted.
Run the action and wait for Acrobat to process all files.
CautionAlways back up your PDFs before running batch actions, as changes are permanent.
You can automate repetitive page label renumbering across many PDFs by creating a custom Action in Acrobat's Action Wizard.
This runs in the Acrobat app - there is no separate API for this task.
Page labels are the numbers or names you see for each page in Acrobat. They help you match the PDF to printed books or reports, making navigation easier. Using the right labels makes it simple to find and talk about the right pages.
| Renumber Page Labels | Bates Numbering |
|---|---|
| Changes the number you see in Acrobat only | Stamps a number on the actual page image |
| Does not move or change pages | Adds visible numbering for legal or tracking use |
| Used for matching printed page numbers | Used for legal documents and tracking |