Remove Pages from a PDF — Free
Type the pages you want to drop using ranges (e.g. <code>1,3-5,9</code>) and we'll write a new PDF without them.
How it works
-
Upload your PDF
We show the page count once it's loaded.
-
Type pages to remove
Comma-separated, ranges allowed. Examples: <code>2</code>, <code>1,3,5</code>, <code>4-7</code>, <code>1,3-5,9</code>.
-
Click Remove pages
We rebuild the PDF without those pages and send it back.
-
Download
Verify the result — page numbering and bookmarks are renumbered automatically.
When to use this tool
- Drop blank dividers, cover sheets, or appendices before sharing.
- Remove an internal-only page before sending the PDF to a client.
- Strip out the marketing pages from a scanned report.
- Delete a wrong scan from a multi-page form.
Frequently asked questions
Can I keep pages instead of removing?
We invert your selection internally. To keep only pages 2 and 4 of an 8-page PDF, remove <code>1,3,5-8</code>.
What happens to bookmarks?
Bookmarks pointing to removed pages are dropped; others are preserved with new page numbers.
Why a ranges syntax?
It scales — typing 'remove pages 5-200' beats clicking each one. Same syntax used by pdfcpu and most PDF CLIs.