Sometimes you don't need a whole PDF, just a handful of pages out of it, and you want those pages saved together as one new document. Maybe it's three exhibits from a longer contract, a signature page plus an ID scan, or a few slides pulled out of a deck. LockerPDF's Extract PDF Pages tool lets you click the pages you want on a visual thumbnail grid (or type page numbers if you'd rather) and downloads them as a single consolidated PDF. It runs entirely in your browser, so the file is never uploaded anywhere.
Two ways to pick which pages to keep
Once you load a PDF, every page in it renders as a thumbnail in a grid, so you can actually see what you're selecting instead of guessing from page numbers alone. From there you have two ways to build your selection, and you can mix them:
- Click pages directly: each thumbnail is a toggle. Click a page to select it (it gets a checkmark and a highlighted border), click it again to deselect it. This is the fastest way to grab a few pages when you can recognize them visually, or when they aren't in a tidy numeric range.
- Type page numbers: if you already know the numbers, type something like
1-3,5,7-9into the "Quick select by page number" field and click Apply. That selects pages 1 through 3, page 5, and pages 7 through 9 all at once, no clicking required.
There are also "Select all" and "Select none" buttons if you want to start from everything and remove a few pages, or clear your selection and start over. Whichever method you use, the result is the same: one new PDF containing only the pages you picked.
How to extract specific pages into one PDF, step by step
- Go to the Extract PDF Pages tool and drag your file into the dropzone, or click to browse for it.
- Wait for the thumbnails to render. Every page in the document shows up as its own card in a grid, labeled with its page number.
- Select the pages you want: click each thumbnail directly, or type ranges like
1-3,5,7-9into the quick-select field and click Apply. The counter above the grid tracks how many pages are currently selected. - Click "Extract Pages." Whatever pages you selected are pulled into a single new PDF, in their original page order.
- Download the result. Your original file is untouched; the download is a brand new PDF built from just the pages you chose.
Extract Pages vs. Split PDF: which one do you need?
These two tools sound similar but solve different problems, and it's worth checking you're on the right one before you start clicking. Extract PDF Pages always produces exactly one output file, no matter how many pages or separate ranges you select. Pick pages 2, 9, and 14, and you get one PDF with those three pages in it, in that order.
Split PDF works the other way: it turns each range you type into its own separate output file, or breaks every single page into its own file if you choose that mode. Give it 1-3,5,7-9 and you get three separate PDFs, not one. If you're consolidating a few pages down into a single document, use Extract Pages. If you're breaking a document apart into multiple standalone files, use Split PDF.
Why this doesn't require uploading your file
Pulling a subset of pages out of a PDF and building a new document from them is a structural operation on the file's page tree, not something that needs a server's processing power. LockerPDF's Extract PDF Pages tool uses pdf-lib to open your file, copy the specific page objects you selected into a brand new document, and hand the result back to you as a download, all inside the browser tab you're already in. The thumbnail previews you click through are rendered locally too. You can confirm none of this touches the network yourself: open developer tools (F12), watch the Network tab, and extract a file. There's no outgoing request carrying your document's bytes.
What happens to quality and formatting
Extraction copies the original page objects directly into the new PDF rather than re-rendering or rasterizing them, so nothing about the pages themselves changes. Text stays selectable and searchable, images keep their original resolution, and no compression or watermark is added. The pages you get out are identical to the pages in the source file; they're just gathered into a smaller, standalone document.
After extracting: reordering or rotating pages
If the pages you extracted need to be reordered, rotated, or have a few more removed once they're in their own file, Organize PDF handles per-page rotation, deletion, and drag-to-reorder on an existing document. Run your new extracted file back through it if you need more fine-grained control than "select and extract" gives you. It runs the same way, entirely in your browser.
FAQ
Are my files uploaded anywhere when I extract pages from a PDF?
No. Extraction happens entirely in your browser using JavaScript. Your PDF is read from disk, the pages you select are copied into a new document in memory, and the result is handed back to you as a download without ever being sent over the network.
How is this different from Split PDF?
Extract PDF Pages always builds one new PDF containing just the pages you selected, however many ranges you typed or clicked. Split PDF instead turns each range into its own separate output file, or every page into its own file, so you can end up with multiple files or a ZIP archive.
Can I select pages by clicking instead of typing page numbers?
Yes. Every page renders as a clickable thumbnail, and clicking one toggles it in or out of your selection. Typing ranges like 1-3,5,7-9 into the quick-select field is a faster alternative when you already know the page numbers, and you can use both methods on the same selection.
If I click pages out of order, will they stay in that order in the output?
No, they'll come out in the original document's page order regardless of the order you clicked them in. Selecting page 9 before page 2 still produces a new PDF with page 2 appearing before page 9, matching their position in the source file.
Does extracting pages reduce quality or add a watermark?
No. The output pages are copied directly from the original file's page objects, so text stays selectable, images stay at full resolution, and no watermark or compression is applied during extraction.