How to Extract Pages from a PDF Without Acrobat

August 2, 2026

You need page 4 and the signature page, not the whole 60-page contract. Extracting pages from a PDF takes about fifteen seconds in a browser — no Acrobat licence, no software install, and no uploading the document to a stranger's server. Here is exactly how, including the range syntax that trips most people up.

How to extract pages from a PDF

  1. Open the Split PDF tool and drop in your document. It reads the page count immediately, so you can confirm you have the right file.
  2. Leave the mode on Custom ranges — that is the one for pulling out specific pages.
  3. Type the pages you want, for example 1-3, 5, 8-10. Commas separate ranges; each range becomes its own PDF.
  4. Click Split and Download. The extracted files are created on your device and download one after another.

If instead you want every page as its own file — splitting a 40-page batch of invoices into 40 separate PDFs — switch the mode to Extract all pages and skip the range box entirely.

Range syntax: what each format gives you

The syntax is simple, but the difference between a comma and a hyphen decides whether you get one file or several:

  • 1-5 — pages 1 through 5 in a single PDF.
  • 1, 3, 5 — three separate single-page PDFs.
  • 1-2, 5-6 — two PDFs: one holding pages 1-2, another holding 5-6.
  • 4 — one file containing just page 4.

So the rule is: a hyphen keeps pages together, a comma starts a new file. If you want scattered pages gathered into one document, extract them first and then combine the results with the Merge PDF tool — two steps, both running locally.

Common jobs, and what to type for them

  • Send only the signed page of a contract. Type the single page number, for example 12. One file, one page, nothing else disclosed.
  • Pull one chapter out of a long report.Type the chapter’s range, such as 34-58, and you get it as a standalone document with the pages in their original order.
  • Split a batch scan into individual documents. If your scanner produced one file holding twelve two-page invoices, type 1-2, 3-4, 5-6 and so on — each pair lands in its own PDF.
  • Remove an appendix before sharing. Extract the pages you want to keep, for instance 1-20, and simply ignore the rest.

Page numbers here mean the position of the sheet in the file, counting from one — not the number printed on the page. A report whose body starts at printed page 1 after four pages of front matter is off by four, which is the single most common reason people extract the wrong section. The tool shows the total page count as soon as you drop the file in, so you can sanity-check before you commit.

Extracting is also the fastest way to shrink a file

File size scales roughly with page count, so pulling out the four pages someone actually asked for usually does more than any compression setting. If the extracted file is still heavy — likely if the pages are scans — run it through the Compress PDF tool afterwards. Extract first, compress second: that order gives the smaller result, because you are not spending quality on pages nobody will read. Our guide on oversized email attachments covers the full decision tree.

Nothing is uploaded, which matters more than it sounds

The documents people extract pages from are contracts, bank statements, medical records, tax filings. On a typical upload-based splitter, the entire document — including every page you were deliberately trying not to share — is transferred to a server before you get your two pages back. PDFMatic does the extraction in your browser with JavaScript and WebAssembly, so the file never leaves your device. To confirm it: load the tool, switch off your internet connection, and split a PDF anyway — it still works.

Extracting PDF pages — FAQ

How do I extract non-consecutive pages, like 2, 7 and 15?

Type them as a comma-separated list: 2, 7, 15. Each entry becomes its own PDF, so you get three single-page files. If you want those three pages together in one document instead, extract them and then combine the results with the Merge PDF tool.

How do I delete pages from a PDF instead of extracting them?

Extract everything except the pages you want gone, then merge the pieces back together. To drop page 5 of a 10-page file, extract the ranges 1-4 and 6-10, then merge those two PDFs. The result is your original document minus page 5.

Do the extracted pages keep their original quality?

Yes. Extracting copies the page objects into a new document rather than re-rendering them, so text stays selectable and searchable, images are untouched, and nothing is re-compressed. The extracted file is a faithful subset of the original.

Is there a page or file-size limit?

There is no limit imposed by the tool — no page caps, no watermarks, no account. The practical ceiling is your device: extraction runs in your browser using its memory, so a very large document is limited by what your phone or laptop can hold, not by a server quota.

Try it with your own document: Split PDF is free, has no watermarks and no sign-up, and works in any modern browser on desktop or mobile.