How to Remove Pages from a PDF: Delete, Extract, and Understand What Changes
How page removal actually works inside a PDF, the difference between deleting a page and extracting it, why the file often does not shrink as much as you expect, and how to pick between removing, splitting, and reorganising.
Deleting a page sounds like the simplest operation in the format. It is, but the file size rarely drops as much as people expect, and understanding why saves a lot of confusion.
Lead Systems Engineer & Founder • Reviewed under our Editorial Policy
- ✓Removing a page means unlinking it from the page tree, not deleting its content. The page's objects may remain in the file as unreferenced data.
- ✓That is why deleting pages often saves less space than expected. Content shared with other pages, such as fonts and images, cannot be removed either.
- ✓Extracting a page and deleting the others produce different files. Extraction keeps what you selected; deletion keeps what you did not select.
- ✓Page numbering in the interface is physical page order, which may differ from the printed page numbers in the document.
- ✓If you need the file to be genuinely smaller, remove the pages first and optimise afterwards, then check the before and after sizes.
For anything beyond a handful of pages, type the ranges instead of clicking thumbnails: 1, 4-7, 12 removes exactly those pages and nothing else. It is faster, it is unambiguous, and it gives you a written record of what you intended to remove, which is worth having when the document is going to a client or a court.
What Page Removal Changes
| Page tree | Rebuilt without the removed page nodes |
| Removed page content | Unlinked; may remain as unreferenced objects |
| Shared resources | Retained while any remaining page references them |
| Cross-reference table | Rebuilt to reflect the new structure |
| Bookmarks and links | Targets pointing at removed pages become invalid |
| Digital signatures | Invalidated by the modification |
| Typical size change | Small to moderate unless the removed pages held unique images |
What Deleting a Page Actually Does
A PDF's pages are nodes in a tree structure. Each leaf node describes one page: its geometry, the resources it can use, and the content stream that draws it. Removing a page means taking its node out of that tree and rebuilding the structure so the remaining pages are still reachable.
What this does not do is delete the page's data. The content stream, the images it referenced, and the fonts it used may all still be present in the file as objects that nothing points at any more. A well-built tool will drop unreferenced objects when it saves; a simpler one will leave them in place. Either way, the visible result is identical, and the difference shows up only in file size.
Shared resources are the second reason the size does not fall as much as expected. If every page in a 50-page report uses the same embedded font subset, removing 40 pages does not remove the font, because the remaining 10 pages still need it. The same applies to a logo placed on every page, or a background image used throughout a template.
Where deletion does produce a large saving is when the removed pages carried content that appears nowhere else: full-page scans, large photographs, or embedded charts. Removing ten scanned pages out of twelve will shrink the file dramatically. Removing ten text-only pages out of twelve will barely change it.
Deleting Versus Extracting
These two operations are mirror images, and choosing the wrong one is a common source of rework.
Deleting keeps everything except the pages you selected. If you have a 40-page report and need to drop the two internal-draft pages, deletion is right: you keep the other 38 pages with their structure, order, and any bookmarks that still resolve.
Extracting keeps only the pages you selected. If you have a 40-page contract and need to send page 12, extraction is right, and it is what Split PDF does. The resulting file is smaller, and it does not carry the rest of the document with it, which is usually the point.
The distinction has a confidentiality dimension that is easy to miss. If you delete pages from a document and then send the whole file, you are sending a file that once contained other content. If unreferenced objects were not dropped, or if a tool leaves revision data behind, that content may still be recoverable. When the material you removed was sensitive, extract what you need into a new document instead of deleting what you do not. The result contains only what you intended to send.
That is the safer habit in general: build the document you want rather than trimming down the document you have.
Removing Pages Step by Step
The operation is quick, and the checks around it are what make it reliable.
- •Open Remove Pages and add your document. Thumbnails are rendered locally so you can see what you are removing before you commit.
- •Select the pages to delete by clicking thumbnails, or type ranges such as 1, 4-7, 12 if you know exactly which pages you mean.
- •Check your selection against the document's own page numbers. Physical page one is not always the page printed as one, because covers, front matter, and inserts are often unnumbered.
- •Confirm that the first and last pages of the result are what you expect. Boundaries are where mistakes show up, since a mis-counted range usually goes wrong at one end.
- •Apply and download, then open the result and check the page count matches what you intended before you send it anywhere.
- •If the file needs to be smaller, run the trimmed document through Compress PDF as a separate step and compare the sizes.
The Blank Page Problem
Blank pages are the most common reason people reach for this tool, and they usually come from scanning.
A duplex scanner captures both sides of every sheet. If a section of the document is printed on one side only, the scanner produces a blank page for the reverse, and a 20-page document becomes a 40-page file where half the pages are empty. These pages are genuinely blank and genuinely worth removing, since they bloat the file and interrupt reading.
There is a complication: not every blank-looking page is empty. A page may contain an invisible text layer, a small footer, a page number, or a thin border that does not show at fit-to-window zoom. Before removing pages in bulk, zoom in on a sample and check whether anything is actually there, because removing a page that carried a required footer or a legal notice is the kind of error that is expensive to discover later.
The other reason blank pages appear is document assembly: a section break in the source word processor inserts a blank page to force the next section onto a right-hand page. That is intentional typography, and in a document destined for double-sided printing it should be preserved.
Consequences to Check Afterwards
Removing pages modifies the document, and several things depend on page order or page count.
Bookmarks and internal links that pointed at removed pages become invalid. A reader clicking them will either do nothing or land somewhere unexpected. If the document has a table of contents with links, verify it after trimming.
Printed page numbers will no longer match physical page numbers. A document that previously showed 'Page 12 of 40' on its twelfth page will now show the same printed label on a page that is physically the tenth. Readers generally understand this, but if the document is referenced by page number in correspondence, the change matters.
Existing digital signatures are invalidated, for the same reason as any modification: the signature covers a byte range that no longer exists. The signing guide explains the correct ordering, which is always to finalise content before signing.
Finally, consider whether the document should be re-optimised. Trimming pages frequently removes the largest objects in a file, so the size reduction from trimming and the reduction from compression are partly the same reduction. Check the result before assuming you need both.
Frequently Asked Questions
Will deleting pages reduce the file size?▼
It depends on what was on those pages. If they contained unique large content such as scans or photographs, the reduction can be substantial. If they were text pages sharing fonts and resources with the rest of the document, the saving will be small, because shared resources cannot be removed while other pages still need them. Unreferenced objects may also remain in the file depending on how the tool saves.
What is the difference between removing pages and extracting pages?▼
Removing keeps everything except the pages you selected. Extracting keeps only the pages you selected and produces a new document. When the pages you are dropping contain anything sensitive, extraction is the safer choice, because the resulting file contains only what you intended to send.
Can I remove pages by typing page numbers instead of clicking?▼
Yes, and for more than a handful of pages it is faster and less error-prone. Comma-separated values and ranges work, so 1, 4-7, 12 removes exactly those four groups of pages. Be aware that the numbers refer to physical page order, which can differ from the page numbers printed on the pages.
Why are there blank pages in my scanned document?▼
A duplex scanner captures both sides of every sheet, so any single-sided page produces a blank on the reverse. These are genuinely empty and safe to remove, but check a sample first: some apparently blank pages carry a footer, a page number, or an invisible text layer.
Does removing pages break bookmarks or links?▼
It can. Bookmarks and internal links store targets that reference specific pages, so any target pointing at a removed page becomes invalid. If the document has a linked table of contents, verify it after trimming and rebuild it if necessary.
Will removing a page invalidate a digital signature?▼
Yes. A digital signature covers a specific byte range, and removing pages changes the file's bytes, so the signature is reported as invalid. Finalise the document structure first and apply the signature last.
Try These Tools on PdfPix
These operations run locally on your device. There is no upload queue, no account, and no artificial file-size cap.
Specifications & Sources
Written and reviewed by Muhammed Ajmal U K
Founder of UTHAKKAN and the engineer behind PdfPix. He builds browser-first tools that keep documents on the device, and writes about the format-level details that determine whether a PDF operation actually worked.
Guides That Pair With This One
How to Merge PDF Files Online Free: Combine Documents Without Breaking Them
A technical walkthrough of PDF merging: how a merge actually rewrites the object graph, what is preserved and what is quietly lost, how to handle mixed page sizes, and the fixes for the problems that show up after a merge.
How to Compress a PDF Without Losing Quality: What Actually Works
An honest explanation of PDF compression: where the megabytes actually come from, which reductions are lossless, which require re-encoding images, what a browser tool can realistically achieve, and how to choose the right approach for scans, text documents, and print files.
How to Edit a PDF in Your Browser: What You Can Change and What You Cannot
A practical guide to browser-based PDF editing: how canvas rendering and annotation overlays work, the whiteout-and-retype technique for changing text, and the cases where editing the PDF is the wrong approach entirely.