PDF

How to Delete Pages from a PDF

Dev Nexus5 min read

A step-by-step guide to removing single pages or ranges from a PDF and saving a smaller file, all in your browser.

You do not always need every page in a PDF. Maybe a scan came out with blank back sides, maybe a report has an appendix a particular reader does not need, or maybe there is an internal notes page that should never leave the building. Whatever the reason, deleting a few pages is one of the most common edits people make to a PDF.

This guide walks through how to delete pages from a PDF cleanly - single pages or whole ranges - and end up with a smaller file, without installing anything or uploading your document.

The Problem

Deleting a page sounds trivial until you try it. Open the file in a basic viewer and there is often no delete option at all - viewers let you read, not edit. Reach for a full desktop editor and you are looking at a heavy install, and frequently a paywall, just to drop one blank page.

The web is full of free "delete PDF pages" sites, but most of them upload your file to a server to do the work. For contracts, invoices, medical records or anything with personal detail, that is a privacy risk you should not have to take for such a small edit. And even when a tool works, deleting by page number is easy to get wrong: you mean to remove page undefined and cut page undefined instead. You want something that is quick, keeps your file on your own machine, and shows you exactly what you are about to remove.

The Solution

A browser-based tool solves all of that at once. The Delete Pages tool reads your PDF locally, shows every page as a thumbnail, lets you tick the ones to remove, and rebuilds the document without them - no upload, no install.

Because you select from thumbnails instead of typing numbers, you can see each page as you choose it, which kills the off-by-one mistake. The pages you keep are copied into a new file without re-compression, so their text and images stay crisp and only the unwanted pages disappear. Removing pages also drops their content, so the file you download is typically smaller. If a page is merely sideways rather than unwanted, the Rotate PDF tool is the better fix - rotate it instead of deleting it.

Step-by-Step Guide

  1. 1

    Open the PDF locally

    Head to the Delete Pages tool and drag your file onto the drop zone, or click to browse. The PDF is read directly in your browser, so it never leaves your device, and its pages appear as thumbnails you can scroll through.

  2. 2

    Find the pages you want gone

    Scroll the thumbnails and identify the culprits: blank scans, a duplicate, a cover sheet, or an appendix. Looking at the actual pages rather than a list of numbers makes it obvious which ones to remove, even in a long document.

  3. 3

    Select single pages or a range

    Tick each page you want to delete. You can pick one page, several scattered pages, or a continuous range in a single pass - handy when a whole section needs to go rather than one stray sheet.

  4. 4

    Delete and review the result

    Click Delete. The tool builds a new PDF from the pages you kept, preserving their order and page sizes. Skim the result to confirm nothing you needed was removed and the gaps closed as expected.

  5. 5

    Download the smaller file

    Save the trimmed PDF. It is usually smaller than the original because the removed pages' content is gone. If the file is still large, run it through a compress step afterwards - deleting pages and compressing are separate operations.

Common Mistakes

  • Deleting by number and going off by one

    Typing "remove page undefined" is the classic way to delete the wrong page. Select from thumbnails so you can see each page as you tick it, and confirm your selection before clicking Delete.

  • Uploading a confidential file to delete one page

    Many free sites send your PDF to a server. For a tiny edit on a sensitive document that is a poor trade. Use a tool that deletes pages in the browser so the file stays on your machine.

  • Overwriting your only copy

    Deleting builds a new file, but if you save over the original you lose your safety net. Keep the source PDF until you have checked the trimmed version, so you can redo the selection if you cut too much.

  • Deleting a page that just needs rotating

    A sideways or upside-down page is usually a rotation problem, not a reason to remove content. Rotate it instead so you keep the information the page contains.

Frequently Asked Questions

How do I delete pages from a PDF?

Open the PDF in a browser-based tool, select the pages you want to remove from the thumbnails, and click Delete to download a new file without them. The Delete Pages tool does this locally with nothing uploaded.

Can I remove a range of pages at once?

Yes. Select a continuous range or several individual pages in one pass and remove them together. The pages you keep stay in their original order with the gaps closed.

Will deleting pages make the PDF smaller?

Usually. Removing pages drops their content from the file, so the result is typically smaller than the original. For a big document, compress it afterwards as a separate step to shrink it further.

Is my file uploaded when I delete pages?

No. The whole operation runs in your browser, so your PDF never leaves your device. That makes it safe for contracts and personal documents, and it works offline.

What if I delete the wrong page?

The tool never changes your original file, so just reload it and select again. Keep the source PDF until you are satisfied with the trimmed result.

Try the Tool

Delete Pages

Remove single pages or ranges from a PDF in your browser and download a smaller file - no upload, no install.

Open Delete Pages

Related Tools

Related Articles