Extract or Delete PDF Pages — New PDF in Your Browser
ImageExtract PDF Pages is a browser-based PDF tool that copies only the pages you specify into a new PDF, or builds a new PDF from every page except the ones you specify.
What is it
Extract or delete PDF pages when you need to submit only part of a document or share it without certain pages. Extract mode copies the pages you enter, such as "1, 3-5", into a new PDF in document order; delete mode keeps every page except the ones you enter. In both modes the source file is never modified and pages are copied as-is, so there is no quality loss. Files up to 50MB are supported and encrypted PDFs are not.
How to use
- 1Choose the PDF file.
- 2Select extract or delete mode.
- 3Enter pages separated by commas, e.g. 1, 3-5.
- 4Press the run button and download the new PDF.
Reference
| Mode | Input | Result |
|---|---|---|
| Extract | 1, 3-5 | New PDF with pages 1, 3, 4, 5 |
| Extract | 2-4 | New PDF with pages 2–4 |
| Delete | 2 | New PDF without page 2 |
| Delete | 1, 6-8 | New PDF without pages 1, 6, 7, 8 |
Sources & standards
- ISO 32000-2 — Portable Document Format (PDF 2.0) - PDF Association
- pdf-lib — Create and modify PDF documents in JavaScript - pdf-lib
- MDN Web Docs: Client-side web APIs - MDN Web Docs
FAQ
Is my PDF uploaded to a server?
No. File selection, page extraction or deletion, and download creation all run in your browser; the file never leaves your device.
What order do extracted pages keep?
Pages are copied in the original document order regardless of input order. Entering "5, 1" still produces page 1 followed by page 5.
Are pages removed from the original PDF?
No. The source file stays untouched; a new PDF is created with your selection applied.
Can I process password-protected PDFs?
No. Encrypted PDFs are not supported. Remove the password first, then process the unlocked file.