How to add page numbers to a PDF that already has content
By the Converterzilla Team
We build privacy-first PDF and image tools that run entirely in your browser. Our team has shipped JavaScript file-processing apps used by thousands every day, and we write here about the libraries, trade-offs and patterns we use.
Page numbers seem trivial until you need to add them to a 200-page report that someone else made. PDF readers don't usually let you "edit" a PDF in place — they're designed to display, not author. But you can overlay page numbers as a new layer on top of every page.
Where to place them
Bottom-center is the safest default — it sits in the page margin and rarely conflicts with existing content. Top-right is the second-most popular for reports. Avoid corners that might overlap with logos or footers in the original document.
Format options
- 1, 2, 3 — clean, modern, fits compact margins
- Page 1 — clearer for casual readers
- Page 1 of 12 — useful for printed handouts where pages can get separated
What about title pages?
You usually don't want page 1 numbered if it's a cover. Set the start-page offset so numbering begins on page 3 (or wherever your real content starts), with the actual page number being shown as 1 from that point.
Our page number tool will land in the next release with all of these options. In the meantime, our watermark tool can stamp a static label on every page.