PDF Tools

Delete PDF Pages

Last updated: June 17, 2026

Blake Boege
Written by Blake Boege · Founder, Calculator Answers

A PDF page deletion utility is a document editing tool that filters out specified page objects from a source PDF document. It compiles a new PDF by copying only the non-deleted page indices.

Remove unwanted pages from your PDF file. Completely secure browser-side processing.

See also: PNG to PDF, Rotate PDF, and Crop PDF.

Quick Answer

Delete pages from a PDF. Specify page numbers or ranges to remove (e.g. 2, 4-5) and download the clean PDF.

Drag and drop your files here, or browse

Supports .PDF files up to 20MB

Was this helpful?

Examples

Delete a single page

Remove page 2 from a PDF

Delete multiple pages & ranges

Remove page 1 and pages 4-6 from a PDF

How it works

When you select a PDF, the file is parsed by pdf-lib to retrieve the total page list.

The pages to delete are parsed into a unique set of indices.

A new PDF document is initialized. The script copies only the page indexes that are NOT in the deletion list, using the copyPages method.

This preserves all original fonts, drawings, and formatting for the kept pages while removing the unwanted pages.

Privacy Priority. Your PDF stays on your local device. The conversion process is run locally in your web browser cache.

Frequently asked questions

Select your PDF file. The tool will display the total page count. Enter the page numbers or ranges you wish to remove (e.g. '2, 4-5' to delete page 2, page 4, and page 5). Click Delete Pages and download the resulting PDF.

Our tool processes files in your browser and does not modify your original file. If you make a mistake, simply reset the tool or re-upload your original PDF to try again.

Yes. The page deletion runs entirely client-side using JavaScript in your web browser. No files are uploaded to any external server, ensuring your sensitive data remains private.