Bates-number a PDF
pdf_batesStamp sequential Bates numbers on each page of a PDF. Processed entirely on your machine with no data sent externally.
Instructions
Stamp sequential Bates numbers ({prefix}{zero-padded n}) on every page. Runs entirely on this machine — the file is read and written locally and never sent anywhere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | Color as #RRGGBB (default #000000) | |
| input | Yes | Path to the input PDF | |
| output | Yes | Path to write the numbered PDF | |
| prefix | No | Text before the number (default none) | |
| fontSize | No | Font size in points (default 10) | |
| padWidth | No | Zero-pad width (default 6) | |
| position | No | Corner (default bottom-right) | |
| startNumber | No | First number (default 1) |