The short version

Work out which pages you want to keep and extract those. To drop pages 5 and 6 from a ten page file, extract 1-4,7-10. The output is the document without them.

This produces a genuinely new file rather than hiding pages inside the old one, which matters when the pages you removed were removed for a reason.

A scan picked up three blank backs. A report has an internal pricing appendix that the client should not see. A form arrived with two pages of instructions that nobody needs in the archived copy. Removing pages is routine, and the mechanics are simpler than the naming suggests.

Deleting is keeping, inverted

Most PDF tools have no delete function because the operation is already covered. Extraction takes a list of pages and produces a file containing them. Deletion takes a list of pages and produces a file containing everything else. Same machinery, opposite selection.

Try it

Invert your selection

Type the pages you want removed. The range to extract appears below.

So the only real work is arithmetic. Take the pages you want gone, and write down the runs that survive around them.

Ten page documentWorked examples
  • Drop page 5keep 1-4,6-10
  • Drop pages 5 and 6keep 1-4,7-10
  • Drop the first twokeep 3-10
  • Drop the last onekeep 1-9
  • Drop 2, 5 and 9keep 1,3-4,6-8,10
  • Keep only the middlekeep 4-7
Write the keep-list before you open anything
The mistake is doing this arithmetic in your head while looking at the tool. Note the pages to remove, then write out the surviving runs on paper or in a scratch note. Thirty seconds of writing catches the off-by-one that otherwise ships a document missing page seven.

Getting the numbers right

Page positions count sheets from the start of the file, beginning at one. The numbers printed on the pages are a separate thing entirely, and in any document with front matter the two disagree.

A report with a cover, a blank, a contents page and then the body has its printed page one at position four. If you want to delete printed pages ten to twelve, you are actually deleting positions thirteen to fifteen. Readers usually show the true position somewhere in the toolbar, and that is the number the range field wants.

What the field counts
Sheets

Position in the file from the first page, regardless of what is printed on it.

Where errors come from
Front matter

Covers, blanks and roman numerals shift every printed number out of alignment.

Cost of a mistake
Zero

The original is never modified. A wrong range just means running it again.

Whether the pages are actually gone

This is the part that matters and the part most guides skip. There is a real difference between a page that has been removed from a document and a page that has been hidden inside it.

ComparisonRemoved against merely hidden
A black box drawn on topsecret text still hereSelect all and copy returns:...the secret text...Content actually removedSelect all and copy returns:...nothing there...
The same distinction applies to pages: extracting rewrites the file, hiding does not.

Some editors mark pages as deleted without rewriting the file, leaving the original page objects in place and simply not referencing them any more. The document displays correctly. The content is still sitting in the bytes, recoverable by anyone who looks with the right tool. For a blank scanner page that is harmless. For an internal pricing appendix it is a leak.

Extracting what you keep

Writes a genuinely new file

  • Only the pages you selected are copied across
  • Removed page objects are never written at all
  • File size drops by roughly the share those pages held
  • Nothing to recover, because nothing was carried over
  • Safe for pages that were confidential
Editors that hide pages

Leaves the content in place

  • Page objects stay in the file, simply unreferenced
  • File size barely changes after a large deletion
  • Content is recoverable with ordinary forensic tools
  • Looks correct in every normal reader
  • Not safe for anything sensitive
The file size tells you
After removing a substantial chunk of a document, check the size of the output. If you dropped ten image-heavy pages from a thirty page file and the result is within a few kilobytes of the original, those pages did not really go anywhere. A genuine removal shows up as a genuine reduction.

Removing pages for confidentiality

When pages are being removed because someone must not see them, a page-level operation is only part of the job, and it is worth being honest about which part.

Deleting a page removes that page. It does not remove references to it elsewhere in the document. A contents listing may still name the section. A cross-reference in the body may still point at it. The document metadata may still carry the original title. Page numbering may now jump, which is itself a signal that something was taken out.

1

Remove the pages by extracting the rest

This is the step that guarantees the content is not simply hidden. The output is built from scratch out of the pages you kept.

2

Read the remaining document for references

Contents entries, cross-references, appendix labels and figure numbers that point at what is no longer there.

3

Strip the metadata before sending

Title, author, producer and any custom fields survive page removal untouched and often describe the original document rather than the one you are sending.

Redaction is a different operation
Removing a page takes out the whole sheet. Redaction takes out specific content while leaving the page in place. They solve different problems and neither substitutes for the other. If a single paragraph on an otherwise necessary page is the problem, deleting the page destroys information you needed, and covering the paragraph with a black rectangle does not remove the text underneath it.

Checking the result

Page removal is low risk because the original survives, but the output deserves the same thirty second look you would give anything before sending it.

Three things to confirm

Page count. Ten pages minus two should be eight. If it is nine, the range was wrong and it is better to know now.

The joins. Look at the pages either side of each removal. Sentences that run across a page break will now run into something unrelated.

The size. A real reduction in file size is the clearest evidence that the content genuinely left the document.

Remove pages in your browser

Keep what you want, drop the rest, and download a clean file. Nothing is uploaded.

Open Split PDF

Common questions

What people ask after the pages are gone.

01How do I delete pages if there is no delete button?

Extract the pages you want to keep. To remove pages 5 and 6 from a ten page document, extract 1-4,7-10. The result is the document without those pages, which is exactly what deletion would produce, and it has the advantage of writing a genuinely new file.

02Are deleted pages really removed from the file?

It depends how the tool works. Extracting the pages you keep builds a new document from those pages alone, so the removed content is never written. Some editors instead mark pages as deleted while leaving the objects in the file, where they remain recoverable. Check the output file size: a real removal shrinks the file.

03Why do my page numbers not match what the tool expects?

The range field counts sheets from the start of the file, not the numbers printed on the pages. Any cover page, blank or roman-numeral section shifts the two out of alignment. Use the page position your reader shows in its toolbar rather than the printed footer.

04Does deleting pages affect the remaining ones?

Visually, no. The pages you keep are copied across untouched. What can break is anything that referenced the removed pages: contents entries, cross-references and internal links may now point at nothing or at the wrong place.

05Can I get a deleted page back?

From the output, no, if the removal was done properly. From the original, always, because the original is never modified by this operation. Keep the source file until you are certain the edited version is correct.

06Should I delete a page or redact it?

Delete when the entire sheet should not exist for this reader. Redact when the page is needed but specific content on it is not. Deleting a page to hide one paragraph throws away everything else on that page, and covering the paragraph with a black box leaves the text readable underneath.