PDFCloak
LOCAL
HomeDelete Pages

Delete Pages

Remove unwanted pages from any PDF document instantly.

In-browserNo upload

Deleting pages from a PDF should not require installing software or uploading your documents to someone else's server. PDF Cloak lets you drop a file into your browser, pick the pages you want gone, and download a clean copy. The original file is never modified, and nothing ever touches the internet. Here is everything you need to know about how the tool works and what to watch for.

Local-only session
Files processed inthis browser tab
Bytes sent to server0 / 0
Tab close discardseverything
Enginepdf-lib · client-side

Deleting pages from a PDF should not require installing software or uploading your documents to someone else's server. PDF Cloak lets you drop a file into your browser, pick the pages you want gone, and download a clean copy. The original file is never modified, and nothing ever touches the internet. Here is everything you need to know about how the tool works and what to watch for.

When to use this tool

The most common reason to delete PDF pages is cleanup before sharing. You have a report with a cover page that does not apply. A downloaded bank statement came with three pages of advertising at the end. A contract has an appendix the recipient should not see. Instead of printing, redacting by hand, and re-scanning, you can remove those pages digitally in a few seconds.

Blank pages are another frequent target. Many printers and export tools insert blank pages to force double-sided printing layouts. Those phantom pages look unprofessional when the file gets emailed or posted online.

Confidential content removal is a serious use case. Before sending a multi-section document to someone who should only see parts of it, deleting the irrelevant sections is cleaner than extraction. You keep the original structure, table of contents, and formatting — minus the pages that should not be there.

Finally, deleting pages is useful as a prep step for merging. If you need to combine two documents but one of them has a duplicate title page, removing it first avoids a redundant page in the merged result.

How page deletion works inside a PDF

A PDF file is not a simple sequence of pages laid out one after another. Internally, it uses a tree structure called the page tree. The root of the tree points to branches, and those branches eventually point to individual page objects. Each page object holds references to its content streams (the actual drawing instructions), fonts, images, and annotations.

When you delete a page, the simplest approach would be to just remove that page's reference from the tree and leave the rest of the file untouched. Some tools do exactly this. The problem is that the old page data — images, text streams, font subsets — still sits in the file binary. Anyone with a hex editor or a PDF forensics tool could recover the "deleted" content. For confidential documents, that is a real risk.

PDF Cloak takes a different approach. It rebuilds the entire document. The tool reads every page you chose to keep, collects their content streams and resources, and writes a brand-new PDF from those materials. The resulting file contains only what you see. There are no orphaned objects, no leftover image streams from removed pages, and no stale cross-reference entries pointing to nothing. The rebuilt file is structurally clean.

This rebuild also means the cross-reference table and object numbering are regenerated. Older PDF editors sometimes leave broken cross-references after page deletion, which can cause compatibility issues with certain viewers. A full rebuild sidesteps that entirely.

Common issues

Page numbers in headers and footers. Many documents have page numbers printed directly into the content of each page. These are not dynamic — they are static text baked into the page's content stream when the document was originally created in Word, InDesign, or whatever tool was used. Deleting page 3 from a ten-page document will not cause the remaining pages to renumber themselves. Page 4 will still say "4" in its footer even though it is now physically the third page. The PDF specification has no concept of automatic page numbering; that feature belongs to the authoring software. If you need correct page numbers after deletion, run the result through the Add Page Numbers tool.

Bookmarks and table of contents. A PDF bookmark is a named destination that points to a specific page. If you delete the page a bookmark targets, that bookmark becomes orphaned. PDF Cloak removes orphaned bookmarks during the rebuild, which is the safest behavior. However, if your document has a printed table of contents with page numbers listed as body text, those numbers will be wrong after deletion — just like header and footer numbering, they are static content that cannot be recalculated.

Interactive form fields. PDFs can contain fillable form fields: text boxes, checkboxes, dropdowns. Each field belongs to a specific page. When that page is deleted, the field goes with it. Most of the time this is fine. But if the form has JavaScript-based calculations that depend on a field from the deleted page, those calculations will fail or produce errors in the rebuilt file. If you are working with complex interactive forms, check the results carefully after deletion.

Annotations and comments. Sticky notes, highlights, and markup annotations are tied to specific pages and will be removed alongside the page they live on. Annotations on surviving pages are carried over without changes.

What to expect from our tool

Drop your PDF into the tool and you will see thumbnail previews of every page. Select the pages you want to remove — click them individually or use the range selector for bulk operations. The remaining pages are shown in order so you can verify before committing.

Processing happens entirely in your browser using JavaScript and WebAssembly. Small documents finish in under a second. A 100-page PDF with embedded images might take a few seconds depending on your device. There is no upload step, no progress bar watching your file travel to a server — it never leaves your machine.

The output is a new PDF file. Your original is untouched. If something goes wrong or you change your mind, you still have the source document exactly as it was.

One honest limitation: because the tool runs client-side, it is constrained by your browser's memory. Extremely large PDFs (500+ pages with high-resolution images) may cause the browser tab to run slowly or, in rare cases, run out of memory. For typical office documents, reports, and scanned files, this is not an issue. If you do hit a memory ceiling, try closing other browser tabs first to free up resources.

Related tools
What the tool does

Built for documents you can't afford to lose.

Runs in your browser
No server round-trip. Your file is processed by WebAssembly right in this tab.
Preserves quality
No re-encoding by default. Structure, links, and metadata survive intact.
Nothing to leak
Files never leave your device. Close the tab and everything is gone.
Delete Pages · FAQ

About this tool, specifically.