Add page numbers to a PDF but leave the cover unnumbered
The report is finished. You run it through a page numbering tool, open the result, and there is a "1" stamped in the corner of the cover. Nobody puts a number on a cover.
So you tell the tool to start on page 2 and run it again. Now the second sheet says "2" — and the person who asked for the document wanted it to say "1". Or it says "1" and they wanted "2". Whichever you got, it is the other one.
That is not the tool misbehaving. Numbering a document is two separate decisions that look like one setting, and almost every page on the web treats them as the same thing.
Why "skip the cover" is two settings, not one
When numbers are stamped onto a PDF, two independent questions are being answered:
- Which sheets get ink on them. This is a page range. Say
2-and the cover is left alone. - What figure the first stamped sheet is given. This is a start value. It decides what is printed, not where.
Neither implies the other, and no tool can guess, because both answers are wanted by real people. A book leaves the half-title unnumbered and uncounted, so the first numbered sheet is page 1. A court filing leaves the cover unnumbered but counted, so the first numbered sheet is page 2 and the printed numbers stay level with the sheet count. Same instruction, opposite results.
The three combinations people actually want
- Cover unnumbered but counted. Pages
2-, start at 2. The second sheet prints "2", the tenth sheet prints "10", and the printed number always equals the sheet's position in the file. This is what you want for anything filed, submitted or paginated against an index. - Cover unnumbered and uncounted. Pages
2-, start at 1. The second sheet prints "1" and every printed number runs one behind the sheet count. Right for a bound report with a separate title sheet, wrong for a court bundle. - Number everything. Pages
all, start at 1. Rarely what anyone wants once there is a cover, but it is the default, which is how the "1" ended up on your cover in the first place.
Two covers plus a contents page? The range becomes 4-, and the start value 4 or 1 by the same
logic. Count the front sheets first — our PDF inspector reads the page count,
the page sizes and each page's rotation in your browser, without uploading anything.
Doing it
- Open Add page numbers to PDF and add the file.
- In Pages to number, type
2-. That is "from the second sheet to the end". You can also write4-,1-20,5,9,13,oddoreven. - In Start at, put the figure you want on that first stamped sheet: 2 for a counted cover, 1 for an uncounted one.
- Pick the position. Bottom centre collides with the least. Bottom right is the convention for anything bound on the left, because it is the corner a thumb uncovers.
- Pick the wording —
1,Page 1,1 of NorPage 1 of N. Note what N is: the last number in the run you are stamping, not the file's page count. Ten sheets, pages2-, start at 2, and the last page reads "10 of 10". The same file with start at 1 ends "9 of 9" even though there are ten sheets in your hand. - Read the note on the result. It says something like Numbered 9 of 10 pages, 2 to 10 — the fastest check that your range and your start value agree with each other.
Why courts care about the difference
This is not a matter of taste in a filing. The General guidance on electronic court bundles for England and Wales requires that "All pages in an e-bundle must be numbered by computer-generated numbering, not by hand" and that "the pagination must match the pdf numbering" — that is, the number printed on the sheet must be the same as the number your reader shows in its page box.
California Rules of Court, rule 8.74 says the same thing and then says the useful part out loud: "The page numbering of a document filed electronically must begin with the first page or cover page as page 1", "The electronic page counter for the electronic document must match the page number for each page", and — the sentence nobody quotes — "The page number for the cover page may be suppressed and need not appear on the cover page".
Read together, those rules pick a combination for you. The cover is page 1 whether or not it says so;
the second sheet is page 2 and must print "2". Pages 2-, start at 2. The uncounted variant, tidy as
it looks, puts every printed number one out of step with the page counter, which is exactly what the
rule forbids.
What this tool will not do
- No roman numerals, and no wording of your own. Those four formats are all there is. Front
matter set i, ii, iii is not available here at all. Add header and footer to PDF lets you write
your own text around a
{page}token —Appendix B — page {page}— but it is arabic figures only, and{page}is always the sheet's real position in the file, with no offset. If the printed number has to differ from the position, the page numbers tool is the only one of the two that can do it. - It does not see numbers your pages already carry. A document that arrived with its own footer numbering comes back with two numbers in two places, and there is no way to detect or replace the old one. Crop it off first if it sits in the margin, or go back to the source document.
- It does not set the PDF's page labels. Page labels are the separate, invisible list that tells a reader what to show in its own page box; this tool draws ink on paper and nothing else. So in the uncounted combination your reader will keep saying "2 of 10" while the sheet says "1", permanently. Acrobat sets labels under Page Thumbnails → Page Labels; on Windows the free PDF-XChange Editor has the same feature. There is no way to do it here.
- One number, one position, one run. For a number at the foot and a case reference at the head, run the header and footer tool as well. Helvetica, black, at the size you choose.
When to do it somewhere else
If you still have the document that produced the PDF, do it there and you get the whole thing free. In Word, tick Different First Page so the cover carries no footer, then use Format Page Numbers → Start at: leave it at 1 and the second sheet reads "2"; set it to 0 and the second sheet reads "1". LibreOffice Writer has both controls too, under the page style and the page-number field. That route also gives you roman numerals for front matter, which no PDF stamping tool here can.
For files you did not author:
- PDF-XChange Editor — the free version stamps numbers with a page range and a start value, and sets page labels too. Windows only.
- cpdf does it from the command line, which is the answer when
there are forty files:
cpdf -add-text "%Page" -bottom 20 -font Helvetica -range 2-end in.pdf -o out.pdf. Free for non-commercial use; check the licence before you use it at work.
The browser route above wins when it is one document and you are not installing anything today.
Number after you merge, never before
If the document is assembled from several files, stamp last. Number the parts first and the result runs 1–12, then 1–8, then 1–30, with no way back short of restamping the unnumbered originals.
Merge PDF keeps the source outlines and joins the form fields rather than dropping them, so assembling first costs you nothing — which is not true of every merge tool, and why the bookmarks disappear elsewhere is its own story.
When the number is meant to be a permanent identifier rather than a position on a page — disclosure, discovery, a production someone will cite by reference — you want Bates numbering instead. It stamps every page without exception, including the cover, zero-padded to a fixed width, because a gap in a production's numbering is the thing the exercise exists to prevent. Running one sequence across a set of files takes a bit of arithmetic, and we wrote that up separately.
Check it before it goes out
Open the result and look at two numbers on the same screen: the one printed on the sheet, and the one in your reader's page box. On a filing they must match on every page. On anything else you only need to know which way round they are.
Then print the last page. A number set 5 mm from the edge looks right on screen and lands in the strip most desktop printers cannot reach.