How to delete pages from a PDF
Remove the pages you do not need and export a clean file — plus what deleting a page really removes, and why it is not the same thing as redacting one.
Blank sheets from a duplex scanner. A cover page the recipient does not need. Three pages of terms in a document that is going to one colleague. Deleting pages from a PDF is the most common page operation there is, and in a decent editor it takes three clicks.
The mechanics are simple. The part worth understanding is what actually leaves the file when a page does — because "deleted" and "invisible" are different things, and only one of them is safe to send.
How to delete pages from a PDF
In PDFinline, pages are objects you can see and act on:
- Open the PDF. It is parsed in your browser; nothing is uploaded.
- Open the pages panel. Every page is a thumbnail, in document order.
- Select the pages to remove. Click one, or hold
Shiftfor a run of them. - Delete. The thumbnails disappear and the remaining pages renumber themselves.
- Export. The exported file contains only the pages that are left.
If you remove the wrong page, undo brings it back — deletion is a step in the edit history like any other, not a destructive act on the original file. The document you opened is untouched until you export a new one.
What deleting a page removes, and what it does not
A page is removed from the document's page tree, so it is no longer part of the file's page sequence. Anything drawn only on that page goes with it: its text, its images, its annotations.
Two things do not follow automatically:
- Bookmarks pointing at the page. Depending on the tool, an outline entry may survive as a link that now goes nowhere, or be dropped. Check the outline after deleting.
- Shared resources. Fonts and images can be referenced by several pages. If page 4 used the same photograph as page 9, removing page 4 does not remove the photograph — it is still needed. That is why deleting one page of ten rarely makes a file ten percent smaller.
If your goal is a smaller file rather than fewer pages, deleting is the wrong lever: compress the images instead, or do both.
Deleting is not redaction
This is the part that gets people into trouble. Removing a page removes what was on that page. Removing information from a page is a different job, and covering it with a black rectangle does not do it: the text stays in the page, findable by search and copy-paste. Published documents have leaked names exactly this way.
So:
- Whole page must go? Delete the page. That is genuine removal.
- One paragraph must go? Edit the text in place so the words are replaced in the file, then verify. Drawing a box over them leaves the original text in the document.
After either, check the export: search the finished file for a phrase that should be gone. Twenty seconds, and it is the only proof that counts.
Delete, extract, or split?
Three operations, one underlying question — which pages do you want to end up with?
| You want | Operation | What you get |
|---|---|---|
| The same document, minus a few pages | Delete | One file, fewer pages |
| Only a handful of pages | Extract | A new small file |
| Several documents from one | Split | Several files |
For "send me pages 4 and 5", extracting is fewer clicks than deleting the other 38. For "remove the appendix", deleting is exactly right.
The pages people usually delete
- Scanner blanks. Duplex scanning produces an empty back side for every single-sided sheet. They are easy to spot in the thumbnails and easy to miss in a reader.
- Separator sheets. Batch scanning inserts them deliberately; they have done their job by the time you have the file.
- Duplicate covers after merging documents — each source brought its own.
- Internal notes that were fine for the draft and not for the client.
- Pages that belong to a different case entirely, which is the moment to check the rest of the file too.
Cleaning up a scanned batch
The most common reason to delete pages in bulk is a scanner, and the work goes faster in a fixed order:
- Scan the thumbnails once, top to bottom, without deleting anything. You are looking for the pattern — blanks on every second page, separator sheets every fifth — rather than for individual pages.
- Delete the blanks in one selection. With the pattern known,
Shift-click the run and remove it in a single step instead of page by page. - Fix orientation next. Duplex scanners often pull back sides in inverted; rotating the affected pages is one operation once the blanks are gone and the numbering has settled.
- Reorder last, if the batch came in out of sequence — moving pages before deleting means doing the arithmetic twice.
- Export once, then check the count against the number of physical sheets you scanned.
Doing it in that order matters because each step renumbers the pages. Deleting first, then rotating, then reordering means you only ever work with the numbering you can currently see in the thumbnails.
After deleting: three checks
- Page count. Compare against what you expect. It catches both an extra delete and a missed one.
- First and last page. Deletions at the ends are the ones that change how a document reads.
- Anything a reader clicks. Outline entries and internal links may now point at pages that moved. The page tree is renumbered on export — the structure is described in ISO 32000-1 — but a link's target has to be updated to follow it, and not every producer does that.
If the remaining pages need reordering too, do it in the same session and export once.
FAQ
Can I undo deleting a page?
Yes, before you export. Deletion is a step in the edit history, so undo restores the page. The file you opened is never modified — the export produces a new document.
Does deleting pages make the PDF smaller?
Usually somewhat, and rarely in proportion. Fonts and images shared with the remaining pages stay in the file. For a real size reduction, compress the images.
Is a deleted page recoverable from the exported file?
Not by any ordinary means: it is not written into the export. That is the difference from covering content, which leaves it in the file. If the material is sensitive, deleting the page is the right operation.
Can I delete pages from a scanned PDF?
Yes. Pages are pages regardless of what they contain, so scans, forms and text documents behave identically.
How do I delete pages from a password-protected PDF?
Unlock it with its password first. The exported result will not be encrypted, so if it needs protection, apply it again afterwards.
Can I delete every second page?
Not with a single command here — select them in the pages panel and delete the selection. For a long document, it is worth checking whether the odd and even pages should really be separated, or whether you actually want two files.
Final thoughts
Deleting pages is the low-risk end of PDF editing: reversible until you export, and genuinely removing what was on the page. Keep the distinction from redaction in mind — pages are removed, covered text is not — check the count and the ends before you send it, and export once, after every other change to the document is done.