# PDF Page Extractor

Keep only the pages you choose from a PDF and download the rest as a new file.

- Category: Web (web)
- URL: https://ilham.dev/tools/pdf-page-extractor/
- Documentation: https://ilham.dev/tools/pdf-page-extractor/index.md
- Keywords: pdf, extract, pages, split, delete pages, keep, remove, range, document

## Example questions

- How do I write a page range?
- Does the original file change?
- Do links and form fields survive?

## Properties

- Runs in the browser
- No login required
- No data uploaded


## About

Pull the pages you want out of a long PDF, or cut the pages you do not want by listing only the ones to keep. The chosen pages are copied into a new document, so the parts you left out are genuinely absent from the result rather than merely hidden.


## Questions

### How do I write a page range?

Separate the parts with commas: 1-3, 7, 10- means the first three pages, page seven and everything from page ten onward. A leading dash as in -4 means from the first page to the fourth.

### Does the original file change?

No. The file on your disk is only read. The result is a separate download, and the original keeps all of its pages.

### Do links and form fields survive?

The page content comes across, but annotations such as form fields and internal links are not carried over, because only the pages themselves are copied into the new document.

