How to Delete Pages From a PDF

There is usually one page in a document that should not be there. Here is how to take it out cleanly, without rebuilding the rest of the file.

Deleting is extraction, not editing

Most people expect a delete to be an edit: open the document, remove a page, save. Under the hood it is the opposite. A PDF does not really contain pages in a way you can punch a hole in, so any tool that removes a page reads the file, copies everything except the page you marked, and writes a new document. Knowing that explains most of the surprises, the biggest one being that page numbering restarts in the new file.

The mistake that costs a meeting

Off-by-one. The tool counts the pages the way a reader does, starting at one, but the page you are looking at in a preview thumbnail may be labelled differently by the scanner that made it. The rule that avoids this: mark the block by its content, not by the number you think it is, and always check the first and last page of the result before you send it.

How to delete a page or a range

  • Open the split tool and load the file. Read the page numbers rather than trusting the filename or the order the files appear in a folder.
  • Mark the first page of the block you want gone. If only one page is wrong, mark that number on its own.
  • Mark the last page of the block. A pair of numbers removes everything between them, including the boundaries.
  • Run the cut. The tool writes a new file with the marked pages left out and everything else untouched.
  • Open the result and check the two positions where a mistake shows up: the page where the removed block used to start, and the one after it.

What deletion does to numbering and links

Two things change permanently. First, the surviving pages renumber: if you remove pages 3 to 5, what was page 6 becomes page 3. If any document in the same package refers to page 9, that reference now points at different content. Second, internal links that pointed at a removed page stop resolving, which is harmless in most documents and noticeable in long technical ones. Neither is a reason to avoid deleting, only a reason to do it last, after any comments or citations that quote page numbers are settled.

Metadata and attachments travel with the file

Custom metadata attached to the original file, embedded attachments, and document outline entries all belong to the pages or the file rather than to your selection, so they usually survive into the new document. That is not always what you want when the document was sensitive. If the source file carried author names, tracked changes or an embedded copy of something you forgot about, removing the visible page does not erase those.

Why doing it locally is the quiet advantage

Deleting a page is a read-and-rewrite, which is work your own machine does for free. There is nothing to upload, which is why there is no size cap and no daily quota to ration. For anything confidential that is the point: the file is read into your browser, the new document is written back to you, and no copy is left on a server whose retention policy you do not control.

Which method should you use?

âš¡

Speed

Browser tools skip the upload and download entirely, so merging takes about as long as your machine needs to write the file. Server-based tools add transfer time on both ends.

🔒

Privacy

Merged documents often end up being the complete package — a contract with all annexes, a full set of invoices. Keeping that on your device means there's no copy sitting on someone else's server afterwards.

💰

Cost

Browser mergers and Preview are free. Paid desktop software earns its keep only when you need capabilities beyond merging, such as OCR or sophisticated form work.

🧰

Convenience

If merging is an occasional task, a bookmarked browser tool is hard to beat: no install, no login, works on a phone when someone emails you files while you're out.

Common questions

How do I delete just one page from a PDF?

Mark that single page number in the split tool and run it. The output is a new file with that page left out and the rest unchanged.

Can I delete several separate pages in one pass?

Yes, if the ranges do not overlap. Overlapping ranges are ambiguous about the final numbering, so it is more predictable to cut one block at a time.

Do the remaining pages get renumbered?

Yes. The new document is numbered from the first surviving page, so anything that quoted an earlier page number needs checking.

Is there a limit on how many pages I can delete?

No. There is no cap on pages or a daily quota. The practical limit is the memory on your device.

Does deleting a page remove it from a shared copy?

It removes it from the new file the tool gives you. If the original document lives somewhere shared, that copy is untouched.

Remove your pages now

No upload · No sign-up · No watermark · Works offline once loaded

Open Split PDF →

Also useful: Merge PDF · Split PDF · Rotate PDF · JPG to PDF · PDF to JPG