UtilityKit

500+ fast, free tools. Most run in your browser only; Image & PDF tools upload files to the backend when you run them.

PDF Delete Pages

Remove specified pages from a PDF and download the cleaned file. Browser-only, supports ranges and lists.

About PDF Delete Pages

PDF Delete Pages removes specified pages from a PDF and gives you a cleaned-up copy. The tool runs entirely in your browser via pdf-lib, which means your file is parsed and rewritten on your own device — no upload, no third-party server, ideal for sensitive contracts and confidential reports. You enter the pages you want gone using a familiar comma-and-range syntax (like '2,5-7,10' to remove pages 2, 5, 6, 7, and 10), and the tool writes a new PDF that contains only the kept pages, with their original order, hyperlinks, bookmarks, and annotations preserved. The kept pages are copied via pdf-lib's copyPages so quality is lossless: text stays selectable, vector graphics stay crisp, and embedded images keep their resolution. The page-count meter loads immediately when you drop the file so you know the valid range before you type.

Why use PDF Delete Pages

Browser-Only

pdf-lib runs locally — confidential drafts, NDAs, and signed documents never reach a remote server.

Flexible Range Syntax

Mix individual pages and ranges in one input — '1,3,5-8,12' is valid in a single field.

Lossless Page Copy

Kept pages are copied as native PDF objects, preserving text searchability and image resolution.

Instant Page Count

As soon as the file loads, the tool tells you how many pages it has so you know the valid range.

Whole-Document Safe

The tool prevents you from accidentally removing every page — at least one must remain.

Free, No Watermark, No Signup

Clean output every time, no daily limit, no account required.

How to use PDF Delete Pages

  1. Drop your PDF onto the upload area or click to browse — the page count appears as soon as the file loads.
  2. Enter the pages you want to delete in the input box using comma and dash syntax.
  3. Example: '2,5-7,10' removes page 2, pages 5–7, and page 10 — leaving everything else intact.
  4. Double-check your list — the tool refuses to delete every page (you must keep at least one).
  5. Click 'Remove pages' and pdf-lib rewrites the document with only the kept pages, in original order.
  6. Download the cleaned PDF — original is untouched, output is a fresh copy without the deleted pages.

When to use PDF Delete Pages

  • When a scanner produced a few extra blank pages between sections that you want to drop before sharing.
  • When you need to remove a confidential cover sheet or appendix before passing a report to an external party.
  • When trimming a 50-page report down to just the executive summary and conclusion.
  • When a PDF combine produced duplicate pages you didn't notice until the final review.
  • When removing draft watermarked pages from an early version of a contract.
  • When pulling out a single chapter or section that has irrelevant pages mixed in.

Examples

Drop blank scanner pages

Input: scan.pdf (24 pages), delete '7,15,22'

Output: scan-clean.pdf (21 pages) — pages 7, 15, 22 removed, others in original order

Remove a section

Input: report.pdf (60 pages), delete '12-25'

Output: report-clean.pdf (46 pages) — pages 12–25 gone, rest intact

Trim cover and appendix

Input: ebook.pdf (200 pages), delete '1,195-200'

Output: ebook-clean.pdf (193 pages) — cover and back matter removed

Tips

  • Use ranges for big chunks: '50-200' is much faster to type than fifty individual page numbers.
  • Keep a backup of the original — deletion is non-recoverable from the output file alone.
  • If you want to keep just a small subset, the inverse 'PDF Extract Pages' tool is often easier.
  • Page numbering is 1-based here, matching what your PDF reader shows in the toolbar.
  • After deleting, run the result through PDF Compress if file size matters — pdf-lib preserves all original assets.

Frequently Asked Questions

Is the deletion reversible?
From the output file alone, no — the deleted pages are no longer in the output PDF. Keep your original if you might need them back. The tool never modifies the input file in-place.
Can I delete every page?
No — the tool refuses to produce an empty PDF. You must keep at least one page in the output.
What about hyperlinks pointing to deleted pages?
Internal links pointing to deleted pages will break (target no longer exists). Internal links to kept pages, and all external URLs, continue to work.
Does it preserve bookmarks?
Bookmarks pointing to kept pages stay valid; bookmarks pointing to deleted pages are dropped from the output.
Maximum file size?
Limited by browser memory rather than a hard cap. PDFs up to ~100 MB and several hundred pages process comfortably on a modern laptop.
What if I list a page that doesn't exist?
Out-of-range numbers are silently ignored. Listing '500' on a 100-page document removes nothing for that entry.
Can I delete pages from an encrypted PDF?
Encrypted PDFs need to be unlocked first via the PDF Unlock tool. Once decrypted, deletion works normally.
Does the output keep form fields?
Yes — form annotations on kept pages are preserved by pdf-lib's copyPages, so the output remains a working fillable PDF.

Explore the category

Glossary

Page Range
A contiguous block of pages, expressed as start-end (e.g. '5-7' means pages 5, 6, and 7).
1-Based Numbering
Pages count from 1 (not 0), matching what your PDF reader displays in its toolbar.
copyPages
A pdf-lib API that imports pages from a source document into a destination document while preserving fonts, images, and annotations.
Annotation
PDF metadata layered onto a page — hyperlinks, comments, form fields — preserved when pages are copied.
Lossless Operation
An edit that does not re-render or re-compress content, so quality is identical to the original.
Page Index
The 0-based position of a page in the document; the tool accepts 1-based input and converts internally.