Removes pages from a PDF and leaves the rest exactly as they were. Useful for stripping a cover sheet, a blank page from a scan, or a section you should not be forwarding.
Removing rather than hiding
That distinction matters when the reason for deleting is that a page should not be seen. Redaction tools that draw a black rectangle over text leave the text underneath, where anyone can select it. Deleting a page removes it.
Note that this removes whole pages, not parts of them. If a paragraph on an otherwise necessary page is the problem, deleting the page is not the answer and neither is drawing a box over it.
Nothing is re-encoded
This matters because the obvious way to build these tools — render each page to an image and make a new PDF out of the pictures — is much easier and produces a visibly worse file: fuzzy text, no selection, no search, and often ten times the size. Nothing here does that.
The result is that a page which has been through this tool is byte-for-byte as good as it was in the file you started with.
What travels with a page, and what does not
Some things belong to the document rather than to any page. Form fields, the outline (bookmarks) sidebar, document-level JavaScript and attachments live at that level, and rebuilding a document from pages does not bring them along. Where the source has any of them, this is said explicitly in the result rather than discovered later.
Annotations — links, comments, highlights — travel with the page they sit on. A link that pointed at a page you removed will still be there, but it will no longer lead anywhere.
What happens to the file size
Removing three pages that each held a large photograph frees a great deal. The result is reported per file rather than promised in advance.
Other names for this
Also searched as “remove pages from pdf”, “delete pages pdf”, “pdf page remover”.
Questions
- Are my files uploaded?
- No. The work happens in this tab. Turn your Wi-Fi off before you start and it still works — which is the only demonstration worth anything.
- Is the deleted content really gone?
- The page is removed from the document. Anything that only that page referenced becomes unreferenced. This is a real deletion, not a black rectangle drawn over the text — but it removes whole pages only.
- Can I delete all but a few pages?
- Easier the other way round: use Split PDF in “one file containing the selected pages” mode and name the pages you want to keep.
- Why is the file barely smaller?
- Because fonts and images are stored once and shared. Removing pages that shared their resources with the rest of the document frees very little.
- Is there a limit on how many files or pages?
- Only your device’s memory. There is no server here to run out of capacity, no queue to join and no daily count, because there is nothing on our side that any of those would be protecting.