Delete Pages from PDF
Drop pages from a PDF, no upload.
Open a PDF, type the page numbers you want gone, and download the trimmed file. The pages you list are removed and the rest are kept exactly as they were. Everything runs in your browser, so the document is never uploaded, unlike tools such as iLovePDF or Smallpdf that send your file to a server before they touch a single page.
How it works
When you add a PDF, the tool reads how many pages it holds and shows the count. You type the pages to remove as single numbers and ranges, like 1, 3, 5-7. That text is turned into a page list, those pages are dropped from the document with pdf-lib, and the smaller PDF is handed back as a download. The edit is structural and lossless: the pages you keep are untouched, and nothing leaves your device.
Page list format
| You type | It removes |
|---|---|
| 3 | Just page 3 |
| 1, 4 | Pages 1 and 4 |
| 5-7 | Pages 5, 6 and 7 |
| 2, 6-8, 12 | Page 2, pages 6 to 8, and page 12 |