Bates Numbering

Apply one continuous, padded identifier sequence across a batch of PDFs. Files stay in your browser.

Stamp a continuous, zero-padded Bates identifier sequence (like ABC000001, ABC000002...) across every page of a batch of PDFs, the numbering convention required for legal document production and litigation review. Set a prefix, starting number, and digit padding, then upload your files in the order they should be numbered - the sequence continues seamlessly from one document into the next. Everything runs locally with pdf-lib.

Runs in your browser // nothing is uploaded

Runs on your device. This tool processes your file inside this browser tab. Nothing is uploaded, so it also works offline once the page has loaded, and closing the tab discards the file from memory.

Loading tool

How it works

  1. 01

    Upload PDFs in the order they should be numbered.

  2. 02

    Set a prefix, starting number, and digit padding.

  3. 03

    Click Apply Numbering.

  4. 04

    Download the numbered PDFs as a ZIP.

Details

Runs
In your browser
Files uploaded
No
Cost per run
Free
Sign-in
Not required
Works offline
Yes, once loaded

Last updated 2026-08-12

Common questions

How are multiple documents numbered?

Files are processed in the order shown, and numbering continues across document boundaries.

What happens with multiple files?

The numbered PDFs are returned together in a ZIP.

Can I customize the prefix and digit padding?

Yes - set any prefix text and choose how many digits the number is padded to, matching your firm or organization's convention.

Are my documents uploaded anywhere?

No - numbering is applied entirely in your browser using pdf-lib.

Use this from your code

This tool is also a REST endpoint, so you can run it in a pipeline instead of by hand. Each call costs 3 credits and needs an API key. See the API reference for every parameter.

curl -X POST https://fileoven.com/api/v1/tools/bates-numbering \
  -H "Authorization: Bearer sk_live_..." \
  -F "file=@input.png" \
  -o bates.pdf

Related tools