How to Remove Pages From a PDF
You have a PDF with 30 pages, but you only need to share 25 of them. Maybe there are blank pages that a scanner inserted. Maybe the first three pages are a cover sheet and table of contents that are irrelevant to the recipient. Maybe page 14 contains confidential information that should not be in the version you distribute. Whatever the reason, you need to remove pages from a PDF — and the format does not make it easy.
Unlike a Word document where you can simply select text and hit delete, PDFs are not designed for casual editing. Most PDF viewers are exactly that — viewers. They let you read the document and maybe annotate it, but they do not let you modify its structure. Removing a page requires a tool that can rewrite the PDF's internal structure to exclude the unwanted pages.
Common Scenarios for Removing PDF Pages
Removing blank pages. Scanners frequently insert blank pages, especially when scanning double-sided documents. A 20-page original becomes 40 pages with every other page blank. Removing the blanks cuts the file size in half and makes the document far easier to read.
Removing confidential content before sharing. A financial report might contain salary information on certain pages that should not be shared with the full team. A legal document might include privileged sections that need to be excluded from a filing. Rather than redacting individual lines, removing entire pages is sometimes the cleanest approach.
Removing cover pages and boilerplate. Reports from automated systems often include cover pages, disclaimers, or appendices that the recipient does not need. Stripping these out before forwarding makes the document more focused and professional.
Cleaning up merged documents. After merging multiple PDFs, you might discover duplicate pages, unwanted separators, or sections from one document that do not belong in the combined result. Removing those pages cleans up the final product.
Why Most PDF Viewers Cannot Delete Pages
PDF stands for Portable Document Format — the emphasis is on portability and consistency, not editability. The format was designed so that a document looks the same on every device, every operating system, and every printer. Editing was an afterthought.
Internally, a PDF is a structured binary file. Each page is defined by a page object that references its content streams, fonts, images, and annotations. These objects are indexed in a cross-reference table that maps them to byte positions in the file. Removing a page means removing its page object, updating the cross-reference table, adjusting the page tree structure, and rewriting the file. It is not as simple as deleting a paragraph in a word processor.
This is why Adobe Acrobat Pro charges $20 or more per month for the privilege. And it is why free viewers like Preview, Chrome, and Edge cannot do it (Preview on Mac can delete pages in some cases, but the implementation is inconsistent and sometimes corrupts the file).
The Privacy Cost of Cloud-Based Page Removal
The irony of cloud-based PDF tools is sharp when it comes to page removal. The most common reason to remove pages is to exclude sensitive or confidential content. But to use a cloud-based tool, you must upload the entire document — including the pages you are trying to remove — to a third-party server.
Think about that: to remove confidential pages from a document before sharing it, you first share the complete document with an unknown service provider. Their privacy policies typically grant broad rights to process and temporarily store your content. You are trusting them with the very information you are trying to protect.
This is where browser-based tools offer a genuine advantage. The document never leaves your device. The pages you want to remove are never transmitted anywhere. The output — the cleaned document — is the only file that exists after the operation.
How Browser-Based Page Deletion Works
JavaScript libraries like pdf-lib can parse the internal structure of a PDF, identify individual page objects, and create a new PDF that includes only the pages you want to keep. The process happens entirely in your browser's memory:
- The tool loads your PDF file into browser memory from your local filesystem.
- It parses the page tree to identify each page and render previews.
- You select which pages to remove.
- The tool creates a new PDF containing only the retained pages, with a valid cross-reference table and page tree.
- The new file is offered as a download. Your original file is unchanged.
Because the processing is local, there are no file size limits beyond your device's available memory. There is no upload time, no processing queue, and no need for an internet connection once the page has loaded.
Step-by-Step: Remove Pages With Breezy PDF
Breezy PDF's delete pages tool lets you remove unwanted pages without uploading your document. Here is the process:
- Open the tool. Go to the Delete Pages page. No account or signup required.
- Add your PDF. Drop your file into the browser or click to select it. The tool loads the document locally and displays page-by-page previews.
- Select pages to remove. Click on the pages you want to delete. They will be visually marked for removal. You can select multiple pages — consecutive or non-consecutive.
- Confirm and download. Click the action button. The tool creates a new PDF without the selected pages and offers it for download. Your original file remains untouched.
Tips for Removing PDF Pages
Preview carefully before deleting. Double-check the page previews to make sure you are removing the right pages. Page numbers in the tool may not match the numbers printed on the document if the PDF starts numbering from a page other than 1. Always rely on the visual preview, not the page number alone.
Keep a backup. The delete operation creates a new file and leaves your original intact. But if you are working with a critical document, make sure you have the original saved in a known location before you start. It is easy to accidentally overwrite the original when downloading the modified version.
Consider alternatives for complex removals. If you need to remove content from within a page (not the entire page), page deletion is not the right tool — you would need redaction instead. If you need to remove pages and rearrange the remainder, consider using the reorder pages tool or the split tool combined with merge for more control over the final document structure.
The Bottom Line
Removing pages from a PDF is one of the most common document tasks, yet most PDF viewers cannot do it. Paid software handles it but is overkill for occasional use. Cloud tools handle it but require uploading your entire document — including the sensitive pages you are trying to remove. Browser-based tools solve the problem cleanly: your document stays on your device, the unwanted pages are excluded locally, and the result downloads in seconds.
Need to remove pages from a PDF?
Delete PDF Pages Now