Remove pages from PDF

Say which pages go; keep everything else.

Runs locally

Drop files here, or click to choose

Accepts PDF. No size limit, no sign-up.

    Choose a PDF, type the pages you want gone, and download a copy without them. This is the same operation as extracting pages, expressed the other way round — and which way round you say it matters, because it decides what happens to the pages you did not think about.

    Removing versus extracting: pick the safer phrasing

    If a 40-page document has three pages you need to get rid of, describing the job as "remove 12, 19, 33" is both faster and safer than listing the other 37. You cannot accidentally leave a page out of a list you never had to write.

    The reverse is true when you only want a handful of pages out of a long file: then extracting is the safer phrasing. The rule of thumb is to describe the smaller set, because that is the list you can check by eye. This page and the extract page use the same engine, so choose whichever direction makes your selection short.

    The blank page problem, and why it exists

    The single most common reason people remove pages is blank ones — a scanner that duplexed a one-sided stack, a fax cover sheet, the empty verso between chapters. A "blank" scanned page is rarely actually blank: it usually carries faint sensor noise, a shadow from the paper edge, or a speck of dust, which is why automatic blank-page detection is unreliable enough that we do not offer it and pretend it is safe.

    Looking at the page thumbnails in any PDF reader, noting the numbers, and typing them here takes about twenty seconds for a typical scan and is exact. That is a better deal than a detector that is right most of the time on a document you may not proofread again.

    This deletes pages, it does not redact them

    Removing a page removes the whole page. What it cannot do is remove one sensitive paragraph while keeping the rest of that page — for that you need redaction, which is a genuinely different and harder operation.

    This distinction matters because of a well-documented failure mode: drawing a black rectangle over text in a PDF editor hides it visually while leaving the text underneath fully intact and selectable. Copy and paste, or run a text extractor, and it is all still there. Court filings and government releases have leaked this way repeatedly. If a page contains something that must not be recoverable, removing the page is safe; covering part of it is not.

    Everything about the pages you keep stays exactly as it was: text is still text, images keep their original compression, nothing is re-encoded, so the operation is lossless however many times you repeat it.

    Guard rails, and what is not preserved

    You cannot remove every page. A PDF with no pages is not a document, so if your selection covers the whole file the tool says so rather than handing you a broken 0-page file that some readers will refuse to open and others will show as a grey void.

    As with extracting, page content survives intact but document-level structure does not entirely: outline entries pointing at removed pages are dropped, internal links to them become dead, and attachments and document-level scripts are not carried over. Expect the file to shrink by less than you predicted, because shared fonts and images still have to be copied for the pages that remain.

    Nothing is uploaded

    The pages you are deleting are, by definition, the part you least want to hand over. So it would be a strange design to require uploading the complete document — including those pages — to a server first.

    The file is read, rewritten and saved entirely inside this browser tab. Open the Network tab in developer tools and remove a page: no request carries your document. The Content-Security-Policy served with this page restricts connections to our own origin, and your browser is what enforces it.

    Frequently asked questions

    How do I say which pages to delete?

    Comma-separate single pages and use a hyphen for ranges, for example 2, 7-9. The preview line shows how many pages will be left and which ones, before you run it.

    Can I delete every page?

    No. A PDF has to contain at least one page, so the tool refuses that selection instead of producing an empty file that many readers cannot open.

    Is this the same as redacting sensitive text?

    No. This deletes whole pages. Covering text with a black box in an editor leaves the text underneath selectable, which is how documents have leaked before. If information must be unrecoverable, remove the page.

    Will the remaining pages lose quality?

    No. They are copied without re-encoding, so text stays selectable and images keep their original data.

    Why did the file barely get smaller?

    Fonts and images are stored once and referenced by pages. Anything still used by a remaining page has to be copied in full, so removing pages does not reduce size proportionally.