# Extract PDF Pages

> Pull selected pages into a new PDF — pick 1,3,5-9 style ranges.

URL: https://uttir.com/pdf-extract-pages
Categories: pdf-tools
Privacy: Your PDF is processed locally in your browser and never uploaded.

## About

Extract PDF Pages builds a new document from the pages you choose. Type a selection like "1,3,5-9,12" — single pages, ranges, or a mix — and the tool copies just those pages, in order, into a fresh PDF.

Where PDF Split cuts a contiguous block, this tool handles arbitrary, non-contiguous picks, which is what most "extract pages" searches actually want. Everything runs locally in your browser.

## How to use

1. **Choose the PDF** — The page count appears once the file is read.
2. **Type the page selection** — Use commas and ranges, e.g. 1,3,5-9.
3. **Extract and download** — The selected pages become a new PDF.

## Examples

### Cover plus two appendices

Keep page 1 and the last two appendix pages of a 40-page report.

Input:

```
1,38-40
```

Output:

```
A 3-page PDF: the cover, then both appendices in order.
```

## FAQ

### How is this different from PDF Split?

Split cuts one contiguous from–to range. Extract Pages accepts any combination — 1,3,5-9,12 — and rebuilds a document from just those pages.

### Can I repeat a page or control the order?

Pages are copied once, in ascending page order. Duplicate picks are collapsed, so 3,3,7 gives the same result as 3,7.

### What happens to pages I do not select?

They stay in the original file untouched; the output is a brand-new PDF containing only your selection.

### Are out-of-range numbers an error?

No — numbers beyond the last page are ignored, so a stale 999 in your list will not abort the extraction.

## Related tools

- [PDF Split](https://uttir.com/pdf-split) — Extract a page range from a PDF into a new, smaller document.
- [PDF Remove Pages](https://uttir.com/pdf-remove-pages) — Drop specific pages from a PDF — clean up cover sheets, blank pages, or sensitive sections. Specify which pages to remove, in any format.
- [PDF Organize Pages](https://uttir.com/pdf-organize) — Reorder pages of a PDF — drag-and-drop style. Specify the new order and download the rearranged document.

---

For the full HTML page with the live tool, visit https://uttir.com/pdf-extract-pages.
This file is the markdown rendering at https://uttir.com/pdf-extract-pages.md. See https://uttir.com/llms.txt for a site-wide summary.
