ModernCalcs

Pdf Page Numbering

Free high-precision, offline-first client-side Pdf Page Numbering tools with dynamic sliders and calculations.

Workspace Controls

Calculated Sum (A + B)
-
Double-precision floating-point compliance active.
Analysis Parameters
Difference Result (A - B)-
Multiplying Output (A * B)-
Proportion Ratio (A / B)-

PDF Page Numbering: Add Page Numbers to Any PDF in Your Browser

Exported reports, merged PDFs, and scanned documents frequently arrive without page numbers. Sending a 40-page contract or technical specification without page numbers makes review calls impossible ('which clause are you on?') and looks unprofessional. This tool adds page numbers to any PDF entirely in your browser — no upload, no server, no account required — with configurable position, format, font, and starting number.

Formula
Page number rendered at position (x, y) = margin + offset from edge. Format: bare number | Page N | Page N of M | Roman numeral (i/I) | Letter (A, B…)

All rendering uses the browser's canvas API via PDF.js. The PDF is modified in memory and downloaded as a new file. Your original PDF is never altered and never leaves your device.

Why PDFs Often Lack Page Numbers

The PDF format is designed as a presentation container, not a word processor with document structure awareness. When software exports a PDF — a database report from SQL, a dashboard from a BI tool, a slide deck from PowerPoint — it converts visual content to a fixed layout without applying document conventions like page numbering. Merged PDFs are a particularly common source of unnumbered documents: combining five separate chapter PDFs creates a single file that may have five separate numbering sequences, or none at all. Scanned documents converted to PDF are just images — they carry no text or structure metadata, let alone page numbers.

Page Numbering Conventions in Professional Documents

Publishing and legal conventions for page numbering have evolved over centuries. The standard convention in books, theses, and formal reports: front matter (title page, copyright, table of contents, preface) uses lowercase Roman numerals (i, ii, iii), and the body text begins at Arabic numeral 1. Legal documents often number every page including exhibits, with format 'Page X of Y' so a missing page is immediately detectable. Technical specifications and RFPs typically use the 'Page N of N' format for the same reason. Book chapters sometimes restart numbering at 1 per chapter, or use section-prefixed numbers (1-1, 1-2, 2-1, 2-2).

Page Number Formats and When to Use Each

Choosing the right format matters for the document's context. Bare number (1, 2, 3) is minimal and professional — appropriate for internal reports and appendices. 'Page N of M' is the most reader-friendly format for long documents because it tells readers exactly where they are and how much remains — essential for documents that will be reviewed in meetings or over the phone. Roman numerals (i, ii, iii) are the conventional choice for academic and formal front matter. Letters (A, B, C) work well for appendices — 'Appendix A, page A-3' is clearer than 'page 47' in a document where the appendix might be detached and reviewed separately.

Tips for Professional Document Layout

Beyond page number format, placement affects professionalism. Bottom-center is the default for most formal documents and books — it is the most expected position and interferes least with document content. Bottom-right is standard in legal documents and some business templates. Top-right is common in journals and academic publications (often combined with a running header). Avoid placing numbers too close to the page edge — a 15–20mm margin from the trim edge is standard. If your document has a footer with other content (company name, document reference number), place page numbers in the top corner to avoid collision.

Common Page Numbering Formats

  • 1, 2, 3 — bare number, minimal, all-purpose
  • Page 1, Page 2 — explicit label, good for standalone sections
  • Page 1 of 24 — most reader-friendly for long documents and reviews
  • i, ii, iii — lowercase Roman, standard for front matter
  • I, II, III — uppercase Roman, formal documents and contracts
  • A, B, C — letters, typically used for appendices

Best Practices by Document Type

  • Thesis / dissertation — Roman numerals for front matter, Arabic from Chapter 1
  • Legal contract — 'Page N of N' on every page, bottom-center or bottom-right
  • Business report — bare number or 'Page N of N', bottom-center
  • Technical spec / RFP — 'Page N of N', ensures completeness can be verified
  • Book manuscript — bare number, alternating left/right alignment for recto/verso
  • Presentation handout — page number top-right, leaves bottom for notes

Frequently Asked Questions

Why don't all PDFs have page numbers?

PDFs are often generated by software that has no concept of sequential pagination. A report exported from Excel or a web page saved as PDF knows nothing about document conventions. Merged PDFs (combining several separate documents) lose their individual numbering. PDFs converted from images, scans, or presentations often carry no page number metadata. The PDF format itself does not mandate page numbers — they must be explicitly added, which is why tools like this one exist.

Is my PDF uploaded to a server?

No. This tool processes your PDF entirely within your browser using JavaScript. The file is read into memory locally, modified in the browser, and downloaded back to your device. The PDF bytes never leave your computer — no upload, no cloud processing, no server logs of your document. This makes it safe to use with confidential documents: contracts, medical records, legal filings, and financial statements.

Can I choose where the page number appears?

Yes. The tool supports the most common page number positions: bottom-center (the most conventional for reports and books), bottom-right (common in legal documents), bottom-left, top-center, top-right, and top-left. You can also configure the margin distance from the edge of the page so the number doesn't overlap with the document content.

Can I start numbering from a page other than 1?

Yes. You can set both the first physical page to number (to skip a cover page or table of contents) and the starting number (to begin at any integer, e.g., starting at page 5 if the document continues from a previous section). This is essential for multi-document reports where you want sequential numbering across files, or for theses where the body text starts at page 1 but the document file begins after several front-matter pages.

What formats are supported for the page number text?

The tool supports several standard page number formats: bare number (1, 2, 3…), Page N ('Page 1', 'Page 2'…), Page N of M ('Page 1 of 24' — shows total page count), lowercase Roman numerals (i, ii, iii… for front matter), uppercase Roman numerals (I, II, III…), and letters (A, B, C… for appendices). The 'Page N of M' format is the most common for professional documents because it helps readers know how far through the document they are.

Does it work with password-protected PDFs?

Password-protected PDFs that require a password to open cannot be processed by this tool — the content is encrypted and inaccessible without the key. PDFs with only a permissions password (restricting printing or editing but not opening) may work depending on how strictly the restrictions are enforced in the browser's PDF parser. To add page numbers to a locked PDF, you would first need to unlock it with the owner password using a PDF editor.

Can I add Roman numerals for front matter?

Yes. A common professional document convention is to number the front matter (table of contents, preface, executive summary) with lowercase Roman numerals (i, ii, iii, iv…) and the body content with Arabic numerals starting at 1. To achieve this, process the PDF twice: first with the front-matter page range and Roman numeral format, then with the body page range and Arabic numeral format starting at 1. Alternatively, split the PDF into two parts, number each separately, and merge them.