One file, only what you asked for
Where splitting produces many documents, this produces exactly one: the pages you listed, in the order you listed them, nothing else.
Save the pages you need as a new, smaller PDF.
Loading tool…
The tool is loading its code on your device. This happens once and is cached for later visits.
Processed entirely on your device
Overview
Extract pages from a PDF free online: give a range like “1-3, 7-last” and get a new document containing only those pages. Processed locally with pdf-lib, no upload.
Most of the time you do not want a document split into pieces — you want three pages out of ninety: the invoice, the signature page, the one diagram a colleague asked for. This tool builds exactly that document and nothing more.
pdf-lib opens the source, copies the requested page objects into a fresh document and saves it with compressed object streams. Copied pages bring the resources they reference — fonts, images, profiles — which is why a three-page extract from a font-heavy book can still weigh megabytes.
Extract is subset-to-one-file. Split is one-file-to-many. Merge is many-to-one. Between them they cover every rearrangement people actually perform on PDFs, and all three run on the same local engine with the same range syntax.
Step by step
Drop a PDF onto the upload area; its page count appears in the range placeholder.
Type the pages you want, e.g. “1-3, 5, 8-last” — the preview confirms what matched.
Press Extract pages; a new document is built from exactly those pages.
Download the new PDF, named after the source and the extracted ranges.
Why use it
What this tool is good for, and what it deliberately does not try to do.
Where splitting produces many documents, this produces exactly one: the pages you listed, in the order you listed them, nothing else.
The range is parsed against the real page count as you type, so “14-19” on a twelve-page document is caught before any work happens, not after.
Extracting three pages from a sensitive contract means the other ninety never travel anywhere. pdf-lib rebuilds the document entirely in your tab.
Questions
Short, honest answers about quality, limits and privacy.