Adding page numbers to a PDF offline means stamping every page of a PDF using a tool that runs entirely on your own computer — no server upload, no cloud processing, and no third-party service holding your document at any point. The Add Page Numbers to PDF tool does exactly that. When you choose a file, it is read into your browser's memory, the numbers are drawn using JavaScript running locally, and the finished copy is offered as a direct download link. Because every step happens client-side, the tool also keeps working after your internet connection drops, so "offline" in practice means both "no upload" and "usable without a network once the page has loaded."
Numbers are stamped in universally supported Helvetica with a consistent half-inch margin from the page edge so nothing crowds the page content. The same numbering scheme is applied uniformly to every page in one operation, and the tool measures the exact width of each number so right-aligned and centered placements line up precisely regardless of how many digits the number has. Your original file stays completely untouched on your device — the tool builds a brand-new PDF and offers that as the download.
This page walks through what "offline" actually means when you stamp a PDF, the controls you get over position, format, starting number and font size, the three-step workflow, and the limits worth knowing before you start, including how password-protected or corrupted files are handled.

What "Offline" Really Means When You Number a PDF
Most free PDF tools that advertise "online" page numbering still send your file to a remote server, process it there, and stream a numbered copy back. The bytes travel across the network either way, which is fine for a recipe but not for a contract, medical chart, or financial statement. An offline tool does the same job without that round trip.
The Add Page Numbers to PDF tool is built to run client-side. When you pick a file or drag it onto the page, it is read into memory and processed locally using JavaScript running in your own browser. There is no server upload, no cloud storage step, and no logging of your document contents. The bytes stay on your computer from the moment you open the file to the moment you save the numbered copy.
"Offline" here also means the page itself keeps working without a live connection. Once the tool's page has loaded in your browser, you can disconnect from the internet and still select a file, choose your settings, stamp the numbers, and download the result. That makes it useful on planes, in courtrooms with patchy networks, and inside locked-down office environments that block external services for security reasons.
The Controls You Get Over How the Numbers Look
Offline does not mean limited. The tool exposes the same controls a full desktop editor would, just without the install. You decide where the number sits, what it says, where it starts counting, and how large it appears on the page.
Position is offered in any of six spots: bottom center, bottom right, bottom left, top center, top right, or top left. Bottom center and bottom right are the two most common choices for print; bottom left is common in academic papers; top corners are often used for legal exhibits and Bates-style filings. The chosen position is applied uniformly to every page in the document.
Format decides the wording. There are three options:
| Format style | Example output | Typical use |
|---|---|---|
| Plain number | 1, 2, 3, 4 | Internal drafts and working documents where terseness matters |
| N of total | 1 of 12, 2 of 12 | Reports and proposals where "how much is left" is useful to the reader |
| Page N | Page 1, Page 2 | Formal filings, manuscripts, and contracts where labelled pagination reads more professionally |
Start number sets the value printed on the first page. Setting it to 1 prints 1 on page one; setting it to 5 prints 5, then 6, 7, and so on — handy when your document is one chapter inside a larger work, or when a cover page should stay unnumbered in spirit. Font size lets you make the numbers discreet or prominent depending on how much breathing room the page already has.
How to Add Page Numbers to a PDF Offline
Numbering a PDF offline with this tool takes three actions from the same page, and you can perform the whole flow with the network disconnected once the page has loaded.
- Click Browse PDF and choose the PDF you want to number, or drag it onto the page — it is read locally in your browser.
- Pick a position (for example bottom center), a number format (plain, "N of total", or "Page N"), a starting number, and a font size.
- Click Add page numbers and download the numbered copy from the result link — the same numbering is applied to every page, and nothing is uploaded.
That is the full workflow. There is no account to create and no email address to confirm. The numbered copy you download is a brand-new PDF; your original file on your device is never overwritten or modified.
Why a Locally Processed Tool Is Worth Choosing
For most day-to-day documents, any working tool will do. The reason to pick a locally processed one is the kind of document you are holding. Contracts, court bundles, medical records, tax returns, internal HR files, and unpublished manuscripts are all files you would rather not see leave your device.
When a tool runs entirely in your browser, there is no server holding the file even briefly, no log line recording its filename, and no cloud bucket that needs to be wiped afterwards. The risk surface shrinks to your own machine and your own browser. For a closer look at how the no-upload angle plays out in practice, our no-upload walkthrough covers the same idea with a slightly different framing.
Speed is a quieter benefit. Because the file never travels to a server, the only clock that matters is your own CPU. A fifty-page file is numbered just as quickly as a two-page one, and on modern machines the operation finishes before you have finished choosing where to save the download. For very large reports and merged bundles, our guide on adding page numbers to large PDF files covers what to expect when the document runs into the hundreds of pages.
Limits Worth Knowing Before You Start
The tool cannot read password-protected PDFs without the password. If your file opens with a password prompt, unlock it first using a tool like Remove PDF Password and then return to add numbers. Corrupted files that fail to open in any PDF reader will also fail here — the tool reports the issue clearly rather than producing a broken numbered copy.
The font is fixed to Helvetica. That is a deliberate choice: it is universally supported, renders identically across operating systems, and gives every number the same metrics so right-aligned and centered placements line up precisely regardless of how many digits the number has. If you need a specific brand font for house style, you would need a full desktop editor instead.
The number stamp is applied to every page in one pass. There is no per-page toggle for skipping a specific sheet — for example, leaving page 1 blank as a cover while numbering pages 2 onwards. The Start number control is the workaround when you want the count to begin on a different value. If you truly need different treatment for a cover page, you can split the document first, number the parts separately, then merge them back.