Extract Pages from PDF

Pick the pages you want and save them as a new PDF. The rest is left behind.

Choose a PDF

Browse files

or drag and drop · Up to 100MB

Processed on your device. This file is never uploaded.

  1. 1Drop your PDF into the box above — it stays on your device.
  2. 2Type the pages you want to keep, like 1-3, 8, 12-15.
  3. 3Extract, then download the new document.

Taking a few pages out of a long document

Most PDFs arrive bigger than the part you actually need. A 90-page tenancy agreement where only the schedule matters, a bank statement where you need one month, a scanned report where three pages are going to a colleague and the rest are not. Extracting gives you exactly those pages as a clean, standalone document.

The operation is a copy, not a re-render. Each page you name is lifted out of the source document's object graph with its text, fonts, vectors and images intact and written into a new file. Nothing is rasterised and nothing is re-compressed, so the output is indistinguishable from the original at any zoom level.

How the page syntax works

The field accepts individual numbers and ranges separated by commas. “1-3, 8, 12-15” means pages 1, 2, 3, 8, 12, 13, 14 and 15 — eight pages in one document. Ranges are inclusive at both ends, and overlapping entries are collapsed rather than duplicated, so “1-5, 3” gives you five pages and not six.

Anything the parser cannot make sense of is rejected with a message naming the part that failed, rather than being silently skipped. A typo like “1-3-5” is far more likely to be a mistake than an instruction, and quietly reading it as “1-3” would hand you a document missing pages you thought you asked for.

Extract, split, or organise?

Three tools here overlap and it is worth knowing which one you want. Extract produces one file from the pages you name. Split produces one file per range, which is what you want when a bound document needs to become separate chapters. Organize works visually from page thumbnails and is the only one of the three that can reorder pages as well as remove them.

What does not come across

Two document-level structures cannot survive page copying: interactive form fields (AcroForm) and the bookmark outline. Both are stored on the document catalog rather than attached to individual pages, so there is nothing on a copied page for them to travel with.

The tool inspects the source for both before it starts and warns you when either is present. That is deliberately different from the more common behaviour of dropping them without comment — if you extract pages from a filled-in form and the values vanish, you need to know before you send the file, not after.

Common uses

  • Pulling a single signed page out of a long contract
  • Sharing one section of a report without the rest of it
  • Isolating one month from a combined bank statement
  • Removing appendices before printing
  • Building a short excerpt from a scanned book or manual

Frequently asked questions