How to remove the cover page from a pdf document
- Step 1Confirm which page is the cover — Open the PDF and check the page panel. The cover is usually page 1, but a document may have a blank first sheet or a separate title page — note the exact 1-based number(s). If a copyright or 'this page intentionally left blank' page sits right after the cover and you want it gone too, note both.
- Step 2Open the tool and drop the PDF — Load your file into PDF Delete Pages. The header shows the page count read locally, so you can confirm you're working on the right file. Nothing is uploaded.
- Step 3Enter the cover page number — Type
1to remove just the cover. To remove a cover plus the page after it, type1-2or1, 2. If the cover is somewhere other than page 1, enter that number instead — the tool removes exactly what you list. - Step 4Click Process — Press Process. The tool copies pages 2…N (or whatever you kept) into a new PDF where the old second page becomes the new first page. An empty or all-invalid entry stops with a clear message rather than producing an unchanged file.
- Step 5Download the body-only PDF — Download the new
*.delete-pages.pdf. Open it to confirm the document now opens on the former second page. Your original, cover and all, is untouched on disk. - Step 6Optionally add a new cover — To re-brand, create or export a one-page cover PDF and prepend it with PDF Merge (cover first, body second). To re-number from the new first page, use PDF Page Numbers.
Cover-removal scenarios and what to type
Map the front-matter layout to the page numbers you enter. The tool removes exactly the pages you list.
| Front matter layout | Goal | What to type |
|---|---|---|
| Single cover on page 1 | Body starts on the former page 2 | 1 |
| Cover (1) + copyright/blank (2) | Drop both front-matter pages | 1-2 or 1, 2 |
| Cover + title + TOC on 1-3 | Keep only the body | 1-3 |
| Cover is the *last* page (back cover) | Remove the back cover | The last page number, e.g. 40 |
| Blank sheet (1) before the real cover (2) | Drop the stray blank, keep the cover | 1 |
After removing the cover — what changes and what doesn't
How the rebuild affects common document features.
| Feature | Effect of deleting the cover |
|---|---|
| Page order | Renumbered automatically — old page 2 becomes the new page 1 |
| Body text and fonts | Preserved exactly; kept pages are copied, not re-rendered |
| Stamped page numbers in the footer | Not changed — they are page graphics; re-apply with PDF Page Numbers if needed |
| Bookmarks / outline | Not remapped — a bookmark to the cover becomes dangling; others may shift by one page |
| Document metadata (title, author) | Carried over unchanged — scrub separately if sharing externally |
Cookbook
Exact recipes for the cover-removal jobs that come up most.
Drop a single cover page
A 24-page whitepaper opens with a branded cover you don't want in the embedded version.
Input: whitepaper.pdf — 24 pages
Type: 1
Result: whitepaper.delete-pages.pdf — 23 pages
(old page 2 is now page 1)Remove a cover and the copyright page behind it
An ebook has a cover on page 1 and a copyright/legal page on page 2; you want the content only.
Input: ebook.pdf — 180 pages Type: 1-2 Result: ebook.delete-pages.pdf — 178 pages
Strip cover, title, and table of contents
A proposal has three front-matter pages before the body proper.
Input: proposal.pdf — 30 pages
Type: 1-3
Result: proposal.delete-pages.pdf — 27 pages
(body now starts on the new page 1)Remove a back cover at the end
A 40-page brochure ends with a back-cover page you want gone for the digital version.
Input: brochure.pdf — 40 pages Type: 40 Result: brochure.delete-pages.pdf — 39 pages
Swap in a new cover after removing the old one
Two-step re-brand: delete the old cover here, then prepend a fresh cover with the Merge tool.
Step 1 (this tool): type 1 → body-only.pdf (cover removed)
Step 2 (PDF Merge): new-cover.pdf + body-only.pdf
→ rebranded.pdf (new cover on page 1)Edge cases and what actually happens
The cover isn't page 1
By designSome PDFs start with a blank sheet, a half-title, or scanner junk before the real cover. The tool removes the page numbers you type, not 'the first page' by assumption — so check the page panel and enter the actual cover number (it may be 2, not 1).
Stamped 'Page 1' footer survives on the new first page
ExpectedIf the original body pages carry printed footers, the new first page may still say 'Page 2'. Those numbers are baked into the page graphics and don't re-flow when the cover is removed. Re-stamp the document with PDF Page Numbers afterward.
Bookmark that pointed at the cover is now broken
Not remappedDeleting the cover doesn't rewrite the outline. A 'Cover' bookmark becomes a dangling link, and bookmarks to later sections may be off by one page. For documents that lean on bookmarks, repair the outline in a full editor after removal.
You typed a number larger than the page count
No pages matchedTrying to delete page 5 of a 4-page PDF deletes nothing — out-of-range numbers are ignored and the output equals the input. If the result is unchanged, your number was too high; re-check the page count shown in the header.
The box was left empty
errorWith no valid page number entered, the tool stops with 'Enter at least one page number to delete.' It will not hand back the file unchanged. Enter the cover's page number and run again.
Document metadata still names the old project
PreservedRemoving the cover doesn't touch the PDF's Title/Author/Producer metadata, which may still reference the source app or original project name. Before sharing a re-branded document, run it through PDF Metadata Scrubber.
Encrypted PDF won't parse
limitedFiles that genuinely require a password to open may fail to load. Clear the password first with PDF Remove Password, then delete the cover.
File is over the free size or page limit
blockedFree covers PDFs up to 2 MB and 50 pages — fine for most cover removals, but a large design-heavy proposal can exceed 2 MB. The block message names the limit; Pro raises it to 50 MB / 500 pages.
Frequently asked questions
How do I delete just the first page of a PDF?
Drop the PDF into the tool, type 1 in the 'Pages to remove' box, and click Process. The cover is removed and the old page 2 becomes the new first page. Download the *.delete-pages.pdf — your original is untouched.
Can I remove the first two or three pages at once?
Yes. Use a range: 1-2 removes the first two pages, 1-3 the first three. You can also list them as 1, 2, 3. This is the usual move when a cover is followed by a blank, a copyright page, or a table of contents you don't want.
What if the cover page is at the end of the document?
Enter that page's number instead of 1. A back cover on a 40-page brochure is removed by typing 40. The tool removes whatever page numbers you list, regardless of where they fall in the document.
Will removing the cover affect bookmarks that link to specific pages?
Possibly. The rebuild preserves page content but doesn't rewrite the document outline, so a bookmark that pointed at the cover becomes a dead link and bookmarks to later pages can be off by one. For most documents this is cosmetic; if bookmarks are important, fix the outline in a desktop PDF editor afterward.
Does deleting the cover re-render or compress the rest of the document?
No. The remaining pages are copied across exactly as they were — same text, fonts, vectors, and images. Text stays selectable and the file isn't recompressed. Only the cover page is gone.
How do I add a new cover after removing the old one?
It's a two-step workflow. First remove the old cover here. Then create or export a one-page cover PDF and prepend it using PDF Merge (new cover first, then the body). If you also want the page numbering to start fresh, run PDF Page Numbers.
Is the document uploaded anywhere?
No. Page counting and the page-deletion rebuild both run in your browser via pdf-lib. The PDF never leaves your device; only an anonymous run counter is logged when you're signed in. Safe for proposals, contracts, and client work.
Will my page numbers still be correct after the cover is gone?
The internal page order updates automatically, but page numbers *printed onto the content* (footers, 'Page X of Y') are part of the graphics and won't change. If your document shows stamped numbers, re-apply them with PDF Page Numbers so the visible numbering matches the new first page.
What if nothing happens when I click Process?
Two likely causes: the box was empty, or every number you typed was out of range. The tool stops with 'Enter at least one page number to delete.' for an empty/invalid entry, and an out-of-range number (like page 5 of a 4-page file) is ignored, leaving the file unchanged. Re-check the page count in the header and your entry.
Should I scrub metadata after removing a branded cover?
If you're re-using or re-branding the document externally, yes. The cover image is gone, but the PDF's Title, Author, and Producer fields may still name the original project or design app. Run the output through PDF Metadata Scrubber before sharing.
Can I keep only specific chapters instead of removing the cover?
If you mainly want a subset of pages, use PDF Extract Pages, which keeps the pages you list (same number/range syntax). Use Delete Pages when you want the whole document minus a cover or a few front-matter pages.
What's the largest cover-heavy PDF I can process for free?
Free allows up to 2 MB and 50 pages. Design-heavy proposals with high-res cover art can exceed 2 MB even at modest page counts — if you're blocked, the message names the limit, and Pro raises it to 50 MB / 500 pages (with higher ceilings above).
Privacy first
All PDF processing runs locally in your browser using PDF-lib and pdf.js. No file is ever uploaded — only metadata counters are saved for signed-in dashboard stats.