🔢 Add Page Numbers to PDF

Last updated: June 17, 2026

🔢 Add Page Numbers to PDF

Stamp page numbers directly onto your PDF — processed 100% in your browser.

📄

Click to upload or drag & drop a PDF

PDF files only

Why Your PDF Needs Page Numbers (And Why Getting Them Right Matters)

There's a particular kind of frustration that comes from printing a 40-page report, watching the pages scatter across a conference table, and realizing not a single one has a number on it. Anyone who's assembled printed handouts for a meeting, submitted a thesis, or prepared legal documents knows exactly what this feels like. Page numbers aren't decorative — they're structural. They transform a stack of pages into a navigable document.

Most people discover they need page numbers at precisely the wrong moment: right before a deadline. The PDF is done, the content is finalized, and now they need to retrofit numbering without cracking open the original source files — which may not even be accessible anymore. That's the situation this tool was built for.

How PDF Page Numbering Actually Works Under the Hood

When you open a PDF in a viewer, what you're seeing is the result of a layered rendering process. Each page in a PDF has a content stream — a set of drawing instructions that the viewer executes in order. To add a page number, you need to inject new drawing instructions into that stream, specifically telling the renderer to place text at a particular coordinate on the page.

PDF coordinates use a system where the origin (0,0) sits at the bottom-left corner of the page. So if you want text at the bottom center of a standard letter-size page (612 × 792 points), you'd position it somewhere around x=250, y=30. Top-of-page placement means using a y value near 760. This coordinate system catches people off guard if they're used to screen graphics where y increases downward — in PDFs, y increases upward.

Font handling adds another layer. PDFs have a concept of font resources that must be declared in the page dictionary before they can be used in content streams. When this tool adds numbering, it registers Helvetica (a standard Type1 font guaranteed to be available in any PDF viewer) as a resource, so you never need to worry about font embedding issues.

Choosing Position: More Than Just Aesthetic

The placement decision depends heavily on how the document will be used. Bottom-center is the universal default for a reason — it mimics book pagination, which readers are trained to scan without thinking. But consider these scenarios where the default isn't right:

Bottom-right works well for multi-column documents or spreadsheets where the bottom center gets obscured by content running close to the edge. It also matches the convention for legal documents in many jurisdictions.

Top-right is standard for court filings in the United States. If you're numbering pages for a legal submission, top-right is typically what the clerk's office expects to see.

Bottom-left is rarely used for standalone documents, but makes sense when pages will be three-hole punched and placed in a binder — the number stays visible on the right side when you flip through pages.

Top-center is common in academic papers that use running headers. If you already have a header, putting the page number there alongside the chapter title is cleaner than splitting the top and bottom of the page.

The Starting Number Question

Not every document should start at page 1. This trips up a lot of people. Consider a thesis where the front matter (title page, abstract, table of contents) uses Roman numerals i–vi, and the main body starts at Arabic numeral 1. If you're adding numbers to just the body portion as a separate PDF, you'd start at 1 and everything is straightforward.

But what if you're preparing chapter 3 of a longer document, and chapter 3 physically starts at page 47 of the full work? You'd set the starting number to 47 so the page numbers in your file align with the master document's pagination. This is particularly common when collaborating on large documents where different people own different sections.

There's also the case of presentation decks being converted to handouts. Slide 1 should typically show as page 1, but sometimes cover slides are excluded from pagination — you might want to start at 2 or even 0 depending on your convention.

Format Choices and When to Use Each

The bare number format ("1, 2, 3") is the most common and the least obtrusive. It works for almost any professional document. The "Page N" format adds a bit of verbosity that helps in situations where the number alone might be ambiguous — like when pages are photocopied individually and distributed out of context.

The "N of Total" format ("1 of 12") is particularly useful for documents where the recipient needs to verify they have the complete set. Contracts, multi-part agreements, and submitted proposals often use this format precisely because it proves completeness: if someone receives a page marked "4 of 12" and another marked "8 of 12", they immediately know pages 5, 6, and 7 are missing.

Avoid the verbose "Page N of Total" format for documents longer than 30 or so pages — it starts to feel cluttered. Reserve it for shorter handouts where the full context is genuinely helpful to the reader.

Font Size and Margin — Getting the Balance Right

PDF measurements are in points, where 72 points equal one inch. A page number at 11 points is roughly the same size as the default text in most word processors — readable but not prominent. Going down to 8 or 9 points makes numbers discreet, appropriate for documents where the content should dominate and the numbering is purely functional. Going up to 14 or 16 creates page numbers that serve as visual anchors, useful for presentations or documents that will be viewed on a screen rather than printed.

The margin setting controls how far from the page edge the number appears. The default of 30 points (just under half an inch) keeps numbers safely inside any standard printer's unprintable area, which is typically around 18–24 points from the edge. If you're printing on a high-quality laser printer, you can push the margin down to 20 points. For consumer inkjet printers, 36 points or more is safer. Going below 15 points risks cutting off the number entirely on most home printers.

Privacy and Security — Why Browser-Based Processing Matters

This tool processes your PDF entirely within your web browser. Nothing is transmitted to any server. The JavaScript running in your browser reads the file, modifies it in memory, and gives you back a download link — all without a single byte of your document leaving your device.

That matters enormously for certain document types. Legal contracts, medical records, financial statements, and HR documents often contain information that shouldn't pass through third-party servers. With browser-based processing, the privacy question is moot — there's no server involved, so there's nothing to intercept or store.

When This Approach Works Best

This tool handles the vast majority of standard PDFs cleanly — documents generated from Word, Google Docs, LibreOffice, Excel, PowerPoint, or any major design tool. Scanned PDFs work equally well since page numbers are added as a new rendering layer on top of whatever the page contains.

One category where results vary: PDFs with unusual coordinate systems or pages that use non-standard rotation flags. Some slide decks saved as PDFs use landscape orientation encoded as portrait pages with a 90-degree rotation applied. In these cases, the page number may appear on what visually looks like the wrong edge. If that happens, try swapping your vertical and horizontal position choices — for a rotated landscape page, "bottom" in PDF coordinates is actually the right side visually.

For the overwhelming majority of documents — reports, handouts, chapters, contracts, proposals — this tool does exactly what's needed in seconds, without installations, accounts, subscriptions, or your files touching any server you don't control.

FAQ

Will adding page numbers work on a scanned PDF?
Yes. Scanned PDFs are just images embedded in a PDF container — the page number is added as a new text layer on top of the image. The scan content is completely untouched. The result looks exactly as if you'd stamped numbers on the printout before scanning, except cleaner and fully digital.
My PDF has a title page that shouldn't be numbered. Can I skip page 1?
Set the starting number to 0 — the tool will stamp "0" on the first page, "1" on the second, and so on. If you use the 'N of Total' format, consider splitting the document first: remove the title page into its own file, add numbers to the remaining pages, then recombine. Most PDF viewers and desktop tools can merge PDFs easily.
Why does the page number appear in the wrong position on my landscape document?
Some PDFs encode landscape orientation by rotating a portrait-sized page 90 degrees rather than truly changing the page dimensions. In those cases, PDF coordinates are still anchored to the original portrait orientation, so 'bottom' in the tool corresponds to the right edge visually. Try switching from 'Bottom/Center' to 'Right/Center' (or similar) to compensate for the rotation.
Is the original PDF modified or replaced?
Neither. The tool creates a new PDF file that you download separately. Your original file is never altered — the browser processes a copy in memory. If the result doesn't look right, you can adjust the settings and run it again on the same original without any issue.
What is the 'N of Total' format useful for, and when should I avoid it?
The 'N of Total' format (e.g., '3 of 12') is excellent for contracts, submitted proposals, and any document where the recipient needs to verify they received every page. The total page count proves completeness at a glance. Avoid it for very long documents (50+ pages) where the count is already obvious from context, or for chapter sections that will be bound into a larger work where the total count would be misleading.
Does this tool work with password-protected PDFs?
No. Encrypted or password-protected PDFs cannot be parsed or modified without the decryption key. You'll need to remove the password protection first using the original application that created the PDF or a dedicated PDF unlocking tool, and then apply page numbers. The tool will show an error message if it encounters an encrypted PDF.
Disclaimer: This article is for general informational and educational purposes only and does not constitute professional, financial, medical, or legal advice. Results from any tool are estimates based on the inputs provided. Always verify important details and consult a qualified professional before making decisions.