Delete PDF Pages

Click the pages you want to remove, then download the result.

Click to choose a PDF file

Processed entirely on your device

How to Use

Upload a PDF and you'll see a numbered grid representing every page. Click any page to mark it for deletion, it'll show with a strikethrough. Click again to unmark it. Once you're happy with your selection, download the PDF with those pages removed.

Worked Example: Removing Pages from a 10-Page File

Say you upload a 10-page PDF and click pages 3, 7, and 9 to mark them for deletion. Internally, the tool builds a list of every page index except the ones you selected, so it keeps pages 1, 2, 4, 5, 6, 8, and 10, in that exact order, and copies just those seven pages into a brand-new document. The original page order among the survivors is always preserved; deleting page 3 doesn't shift page 4 into position 3 in your mental model of the file, it simply closes the gap in the final output, page 4's content becomes the new page 3.

If you selected all 10 pages by mistake, the Delete button greys out and a message explains that at least one page has to remain, since a zero-page PDF isn't a file any reader can open. Deselecting even a single page (click it again to remove the strikethrough) re-enables the button.

How Page Deletion Actually Works

Rather than stripping pages out of your original file in place, the tool creates a fresh, empty PDF document and copies over only the pages you didn't mark for deletion, using pdf-lib's page-copying function. This approach preserves each kept page exactly as it existed in the source, fonts, images, embedded links, and annotations all travel along untouched, because pdf-lib copies the underlying page object rather than re-rendering it as a flattened image. The output is a genuinely new file; your original upload is never altered, and since everything happens in your browser's memory, nothing is ever transmitted anywhere for the deletion to take place.

Common Mistakes to Avoid

The easiest mistake is miscounting pages in a long document and deleting the wrong one, especially in files where the printed page number (like "Page iv" on a roman-numeral-numbered preface) doesn't match the PDF's actual page position. This tool always numbers chips by physical position in the file (1, 2, 3...), not by whatever number is printed on the page itself, so cross-check against a PDF viewer if your document uses non-sequential printed numbering.

Another mistake is deleting pages from a document you don't have a backup of. Since this tool doesn't retain your original file after processing, always keep your source PDF somewhere safe until you've confirmed the downloaded result looks correct.

Real-World Use Cases

Removing a blank page left over from a scanner pass is one of the most common reasons people reach for this tool. Job seekers strip a cover-letter page out of a combined PDF before submitting just the resume portion to an application system that expects a single-purpose document. Teams preparing board packets or investor updates often need to pull outdated or draft slides out of a longer PDF before final distribution. Students remove a syllabus cover page or blank scan artifacts before submitting an assignment that a grading system expects to start directly with content.

Delete Pages vs. Split PDF: Which One to Use

Both tools let you reshape a PDF's page structure, but they're built for opposite mental models. Delete Pages is best when you know exactly which handful of pages you don't want and everything else should stay together as one file, mark the unwanted pages, download one clean document. Split PDF is better when you want to break a large file into several smaller files, or extract a specific range (like "just pages 5 through 12") as its own standalone document. If you find yourself clicking to select the vast majority of pages just so you can keep a small handful, that's usually a sign Split PDF's extract mode will get you there faster, since you'd be specifying what to keep instead of what to remove.

Working with Long or Scanned Documents

Multi-hundred-page contracts, scanned books, or exported email threads often accumulate several unwanted pages: duplicate scans, blank separator sheets, or an appendix that isn't relevant to the current use case. Because the page grid shows every page as a numbered chip, it's easy to scroll through a long file and multi-select scattered pages in one pass rather than repeating a single-page deletion process multiple times. For very large scans where individual pages are hard to distinguish by number alone, it helps to first open the file in a PDF reader, note down the exact page numbers you want gone, then come back to this tool and click through that list systematically.

Frequently Asked Questions

Can I delete all but a few pages?

Yes, though if you only want to keep a few specific pages, our Split PDF tool's "Extract Pages" mode might be quicker for that use case.

Can I preview page content before deleting?

This tool shows page numbers only, not thumbnail previews of content. If you need to see what's on each page first, open the PDF in a viewer to check page numbers before using this tool.

Why can't I delete every page in the file?

A PDF needs at least one page to be a valid file. The Delete button stays disabled if you select every page, once you deselect at least one, it becomes clickable again.

Does deleting pages affect the quality of the pages I keep?

No. The kept pages are copied over exactly as they were in the original file, including embedded fonts, images, and any interactive elements. Nothing about the remaining pages is re-rendered or recompressed.

Can I undo a deletion after downloading the file?

No, the download is a new, separate file, your original upload isn't modified or stored anywhere. If you deleted the wrong page, just re-upload your original PDF (assuming you kept a copy) and try again with a different selection.

Is there a limit to how many pages I can delete at once?

No fixed limit, you can select as many pages as you like in a single pass, as long as at least one page remains. Very large documents (several hundred pages) may just take a moment longer to process since everything happens in your browser's memory.