How to add page numbers to a PDF (position, style, and where people get it wrong)
Adding page numbers to a PDF should be trivial. It usually isn't โ the source formatting fights back. Here's a workflow that always works.
Why this is trickier than it looks
A PDF isn't really a document โ it's a set of instructions for painting content onto pages. When you add page numbers, you're painting a new layer on top of the existing content. Get it wrong and you get:
- Numbers overlapping headers or footers already in the source.
- Numbers on top of images that make them unreadable.
- Numbering that ignores intentional blank pages (title pages, section dividers).
- Numbers in a font that doesn't match the rest of the document, looking obviously bolted-on.
The right tool exposes these knobs; the wrong tool just slaps "1" in the corner and calls it done.
The four decisions that matter
Position. Bottom-center is the safest default โ most source documents leave the bottom margin empty. Bottom-right is second-safest. Top corners fight with existing headers in most templates.
Format. "1" is minimal. "Page 1 of 42" is friendlier but doubles the width; make sure it fits. "1 / 42" is compact and international.
Start page. If the first three pages are the cover, TOC, and foreword, you probably want numbering to start on page 4 and to label it as page 1. Most tools offer both "start numbering on page X" and "start count from N."
Skip specific pages. Same principle โ cover pages usually shouldn't display a number even if they count.
Add Page Numbers exposes all four.
Match the source's font
The most obvious "these page numbers were added later" tell is a mismatched font. If the source is Times New Roman, put page numbers in Times New Roman too. Sans-serif on a serif document looks wrong from across the room.
If you don't know what font the source uses, the safest generic choice is Helvetica/Arial โ it's plain enough to not clash with anything, and it's a standard PDF font that renders identically everywhere.
Common gotchas
- Numbers appearing behind an image. The tool is drawing under the existing layers instead of on top. Most modern tools draw on top by default; if yours doesn't, switch tools.
- Numbers on the flip side of margins. Some PDFs have facing-page layouts where odd/even page margins mirror. If your tool doesn't respect this, numbers will appear on the spine side of some pages. Try "mirror margins" or "alternating position" if available.
- Wrong start value on the first content page. Almost always because the tool counted the cover. Use "start count from page 2" (or wherever) rather than trying to shift by hand.
When to add before vs after other edits
Rule of thumb: numbering last, after all other page changes. If you add numbers first and then merge in another PDF, the merged sections won't have numbers and your total count will be wrong. Same if you split, rearrange, or remove pages after numbering โ everything renumbers.
Practical workflow:
- Merge PDF any sections you're combining.
- Split PDF or rearrange as needed.
- Add Page Numbers last.
Doing it locally
Everything above happens in your browser on DashConvert. Contracts, financial reports, and legal filings โ the documents where page numbering is most needed โ are also the documents where uploading to a stranger's server is a bad idea. Local processing keeps the entire pipeline on your device.