How to Add Page Numbers to a PDF
· 6 min read
Open the PDF in a tool that stamps numbers onto the existing pages, choose a position and style, and download. There is no need to convert to Word and back — that round trip is what breaks the layout. Numbering draws onto the page rather than rebuilding it, so text stays selectable and nothing is re-compressed.
The instinct is to open the file in Word, add numbers and export a new PDF. It works, and it is also the single most reliable way to move every image three millimetres and change a font you did not choose to change.
On this page
Why the Word round trip goes wrong
A PDF describes exactly where every glyph sits. A word processor describes a document that flows. Converting one into the other means guessing at a structure the PDF never had, and then rebuilding a layout from that guess.
For a plain text document you will often get away with it. For anything with columns, tables, figures with captions, or a font that is not installed on your machine, the result drifts — and the drift is usually noticed after the document has been sent.
Stamping numbers onto the existing PDF avoids the question entirely. The pages are not rebuilt; a small amount of text is drawn on top of what is already there.
Where the number should go
Bottom centre is the default in printed matter for a good reason: it is the position least likely to collide with anything. Margins hold notes, staples and binding, and those are almost always at the sides or the top.
There are real reasons to move it. A document that will be bound on the left wants the number bottom right, away from the spine. A report whose footer already carries a confidentiality line wants it top right instead.
| Position | Best for | Watch out for |
|---|---|---|
| Bottom centre | Most documents, anything printed | Nothing much — the safe default |
| Bottom right | Left-bound reports | Right-hand margin notes |
| Bottom left | Right-bound or RTL documents | Binding on the left |
| Top right | When the footer is already used | Running headers |
When '1 of 12' earns its place
A plain number tells a reader where they are. '1 of 12' tells them whether anything is missing, and that is a different and often more valuable thing.
It matters whenever paper is printed and handed around, because loose sheets get shuffled and separated. It matters for anything submitted — a court bundle, a grant application, an invoice pack — where a missing page is a problem someone must be able to detect rather than discover later.
It matters less for a document that will only ever be read on a screen, where the scrollbar already says how far through you are.
The cover page, and the off-by-one it causes
A title page carrying a '1' looks wrong to everyone who sees it, and it also shifts the whole count: what everybody calls page one is now page two.
Skipping the cover is the fix, and it introduces a question worth getting right. If eleven pages carry numbers on a thirteen-page file, the last one should read '12 of 12', not '12 of 13'. The total is telling the reader how many numbered pages exist so they can spot a gap — quoting the file's page count instead sends them looking for a page that will never be numbered.
- Leave the cover bare, and usually the contents page too
- Set the starting number if the front matter was numbered separately
- Check the total on the last page reads what you expect
- Keep the original — a stamped number cannot be removed from the output
Numbering a document assembled from several files
This is where numbering is not a nicety. Merging PDFs leaves each source document's own numbering intact, so the combined file can run 1-4, then 1-9, then unnumbered — which is worse than nothing, because it looks deliberate.
Number the merged file rather than the parts. The sequence then runs to the end regardless of where each section came from, and the original numbering, if any, is simply overwritten by the new one sitting on top of it.
Doing it without uploading the document
Adding numbers is a small change to a file, and it does not need a server. A browser-based tool can draw the text using the same libraries a server would, on your own machine.
That matters because documents that need numbering are usually the ones being submitted somewhere — court bundles, applications, evidence, invoice packs. Those are precisely the files you would not want sitting on a stranger's infrastructure, however briefly. You can check nothing is transmitted in the Network tab, or by disconnecting after the page loads and watching it work anyway.
Common questions
How do I add page numbers to a PDF?
Use a tool that stamps numbers onto the existing pages — choose a position and style, then download. Converting to Word and back also works but rebuilds the layout, which is how documents drift.
Can I add page numbers without Acrobat?
Yes. Acrobat Pro does it well and costs a subscription; the free Reader does not do it at all. A browser-based tool does the same job without an install, and without the document leaving your device.
How do I skip the cover page?
Most tools offer an option to leave the first page bare. Use it — a title page carrying a '1' looks wrong, and it also pushes every subsequent number one out of step with what people call them.
Should the total count the cover page?
No. If eleven pages are numbered in a thirteen-page file, the last should read '12 of 12'. The total describes how many numbered pages exist, so a reader can tell one is missing.
Can I start numbering at a number other than 1?
Yes, and reports with separately numbered front matter usually need to. Set the starting number so the body continues the sequence rather than restarting it.
Will numbering change my document's layout?
Not if the numbers are stamped onto the existing pages. Nothing is re-rendered, text stays selectable, and the file grows only by an embedded font. Converting through a word processor is what moves things.
Can I remove page numbers later?
Not from the stamped file — they become part of the page. Keep the original, which is the version to go back to. That is worth doing with any tool that writes onto a document.
What about a document with landscape pages?
A good tool reads each page's own dimensions, so a landscape page mixed into a portrait document gets its number placed correctly rather than off the edge.
