This free tool lets you delete pages from a PDF by specifying exactly which ones to remove, then downloads the trimmed document straight to your device. Enter the page numbers or ranges you want to delete — for example, “2, 4-6, 9” — click Remove Pages, and the tool rebuilds the PDF without those pages. Everything runs locally in your browser using pdf-lib, so your document is never uploaded to a server, never seen by anyone else, and never watermarked. No account is needed and the service is completely free.
How to Delete Pages from a PDF
- Click Choose File and open the PDF you want to trim.
- In the pages field, type the page numbers or ranges you want to remove — for example:
2, 4-6, 9. - Click Remove Pages and wait while the tool rebuilds the document.
- Download the trimmed PDF to your device.
How It Works
Under the hood, the tool uses pdf-lib, a JavaScript library that runs entirely inside your browser tab. When you click Remove Pages, it loads your PDF into browser memory, parses the page numbers and ranges you entered into a set of indices, and then copies every page that is not in that set into a new PDF document. The original file is left untouched on your device. The rebuilt PDF — containing only the pages you chose to keep — is assembled in memory and offered as an immediate browser download. Because no data leaves your device at any point, the tool operates with full privacy and works even if you go offline after loading the page.
When You Need to Delete PDF Pages
Removing specific pages from a PDF is a surprisingly common task across many fields. Printed-to-PDF documents often include a blank last page generated by the source application, and removing it makes the file look polished and professional. Scanned documents frequently pick up extra blank or mis-fed pages that need to be cleaned out before the scan is useful. Reports compiled from multiple sources often contain cover pages, boilerplate, or confidentiality notices that are irrelevant once the document is redistributed internally. Legal discovery packets sometimes need specific pages redacted or removed before sharing with opposing counsel. Photographers and designers remove proof pages or color-reference sheets from client PDFs. In each case, deleting a handful of specific pages is faster and cleaner than splitting the document into sections and re-merging them around the unwanted pages.
How to Write Page Ranges
The pages field accepts a flexible format. Enter individual page numbers separated by commas, or use a hyphen for a range, or combine both in any order. For example: 1 removes only the first page; 3, 7, 11 removes three individual pages; 4-8 removes pages four through eight inclusive; 2, 5-7, 10 removes page two, pages five through seven, and page ten. Page numbers always refer to the PDF’s position in the file starting from 1, not any printed page numbers within the document itself. If you are unsure, open the PDF in your browser’s built-in viewer and use the page counter in the toolbar to identify the correct position numbers before entering them here.
Delete Pages vs. Splitting and Re-Merging
An alternative approach is to use the Split PDF tool to isolate each section you want to keep and then use Merge PDF to join those sections back together. That works well when you need to keep two clearly defined blocks of pages and throw away everything between them. But when you need to remove several scattered pages throughout a long document, specifying the pages to delete in a single pass is significantly faster. Instead of splitting a 40-page document around five unwanted pages and then merging five separate files, you type “3, 8, 15, 22, 37” and click once. The delete-pages approach handles complex, non-sequential removals in one operation that would otherwise require many steps.
Frequently Asked Questions
Can I delete non-consecutive pages in one step?
Yes — enter a comma-separated list of individual page numbers and ranges, for example “2, 5-7, 10”, and all of them are removed in a single operation.
Does deleting pages affect the quality of the remaining content?
No. The tool copies the original page data for every page it keeps. Text, images, and vector graphics on retained pages are completely unaffected.
Is my PDF uploaded to a server?
No — processing happens entirely in your browser using pdf-lib. Your file never leaves your device, so your documents stay fully private.
