Extract Pages From PDF
Pull the pages you need out of a PDF and get one new file back — pick pages with the numbered chips or type them like 2, 5, 9-11, and the extracted PDF keeps them in the order you gave. This is a page extractor, not a general splitter: the result is always a single PDF, and if you want many files you want Split PDF. Everything runs in your browser with pdf-lib — no uploads, no signup.
Ranges count upward (write 4-9, not 9-4). The box and the chips below stay in sync.
Choose a PDF file to start. Nothing is uploaded — your file is opened in this browser tab.
What is a PDF page extractor?
A PDF page extractor copies a chosen set of pages out of a document and writes them into one new PDF. You point at the pages you want — say 3, 7 and 12 of a 40-page report — and the tool produces a small single file that contains only those pages. It is the reverse of a merge: instead of combining documents, you are narrowing one down to the part you actually need.
This page does that one job and nothing more. The output is always a single PDF, and the pages land in the exact order you list them, so 9, 2, 5 gives you a file whose first page is page 9, second is page 2 and third is page 5. That reordering is useful when you are assembling a reading order by hand. What this page does not do is produce several files: there is no per-range output, no one-file-per-N-pages mode and no splitting into separate documents. If that is what you need, use Split PDF, which is built for exactly that.
Everything happens locally. The file is read with the browser's own FileReader API and the pages are copied with the open-source pdf-lib library inside your tab, so no document is ever uploaded, and the original file on your disk is never modified.
How to use this PDF page extractor
- Click Choose PDF file and pick the document you want to pull pages from. The tool shows the filename, the page count and the file size, and lists every page as a numbered chip.
- Select the pages you need — click chips one by one in the order you want them, or type the numbers in the box, for example 2, 5, 9-11. The box and the chips update each other, so you can mix the two.
- Read the selection line: it shows how many pages are selected and the order they will appear in the new file.
- Press Extract pages. The tool copies those pages into one new PDF named after the original with
-extractedadded, and shows a Download extracted PDF button plus the page count of the result. - Use Select all or Clear to reset, or the copy icon to copy the selected page list as text.
Worked example
Suppose the file is a 12-page report, such as the test document we generated for this page (12 pages, 7,098 bytes). The pages you need are the appendix on page 9, the chart on page 2 and the summary on page 5, and you want them in that reading order.
Type 9, 2, 5 in the page box — or click the chips 9, 2 and 5 in that order — and press Extract pages. The tool copies three page objects in the order given and writes one new file, report-extracted.pdf, whose pages are 9, 2, 5 in that sequence. In our test the 12-page input was 7,098 bytes and the 3-page output came out at 1,485 bytes, and the status line read “Extracted 3 of 12 pages in this order: 9, 2, 5 — downloaded as report-extracted.pdf”. The original report is untouched.
Typing 4-6 instead produces a 3-page file containing pages 4, 5 and 6 in ascending order (1,487 bytes in the same test). Typing 12,1 produces a 2-page file, 1,220 bytes in that test, that starts with page 12 and ends with page 1 — the typed order is the output order, even when it runs backwards through the document.
Who is this PDF page extractor for?
- Students and researchers: keep one chapter, one table or one set of figures out of a long paper and hand in a file with just those pages.
- Office and admin work: lift the invoice, the signed page or the terms sheet out of a contract pack before forwarding it to someone else.
- Legal, finance and HR readers: pull the few pages that matter out of a long filing while the rest of the document stays on your own machine.
- Anyone assembling a handout: collect pages from a manual in a chosen order — 9, 2, 5 — so the result reads the way you want it to.
Which pages come out of a 12-page PDF
| You type | Pages in the output | Order in the output PDF | Share of the original |
|---|---|---|---|
| 4-6 | 3 | 4, 5, 6 | 25.0% |
| 12,1 | 2 | 12, 1 | 16.7% |
| 9,2,5 | 3 | 9, 2, 5 | 25.0% |
| 1,3,5,7,9,11 | 6 | 1, 3, 5, 7, 9, 11 | 50.0% |
| 3-5, 10 | 4 | 3, 4, 5, 10 | 33.3% |
| 5-5 | 1 | 5 | 8.3% |
| 2, 5, 9-11 | 5 | 2, 5, 9, 10, 11 | 41.7% |
| 1-12 | 12 | 1 through 12 | 100.0% |
Page counts are exact; the share column is the output page count divided by 12, rounded to one decimal place. With the same rules on a 12-page file, 0 and 13 are rejected as out of range, 9-4 is rejected because ranges have to count upward, 2,2 is rejected as a duplicate, and abc is rejected as neither a number nor a range. An empty box stops the run with the message “Enter at least one page number, for example 2, 5, 9-11.”
Common use cases
- Send only the relevant pages: a 60-page report where the recipient needs pages 4-6 and 30.
- Build a custom reading order: put the summary, then the chart, then the appendix in one small PDF.
- Cut a form or signature page out of a pack: extract the single page that has to be filled in or stored separately.
- Trim a scanned bundle before sharing: drop the pages you do not want without editing the original scan.
- Prepare material for another tool: extract the pages you need, then merge, rotate or compress just those pages.
Pro tips
- Order is yours to choose. Chip clicks are appended in the order you click them, and typed numbers are copied exactly as written, so 9, 2, 5 and 5, 2, 9 give different files.
- Ranges are inclusive. 4-6 means pages 4, 5 and 6 — three pages, not two.
- Typed lists may not repeat a page. 2,2 is refused, because a page list is a set here; extracting the same page twice is not a supported output.
- Check the selection line before you run. It is the same list the tool will copy, so it is the quickest way to catch a typo like 44 instead of 4.
- The output is smaller, not lower quality. Pages are copied as they are; a 3-page extract of a 12-page file carries roughly a quarter of the pages.
- Very large files are limited by memory, not by a cap. A few hundred pages is comfortable; a huge scan may take a moment to load.
Frequently asked questions
Are my PDF files uploaded to a server?
No. The file is read with the browser FileReader API and the pages are copied with pdf-lib in your own browser tab, so your document never leaves your device. You can disconnect from the internet after the page loads and the tool still works.
How is this different from splitting a PDF?
This tool does one narrow job: it copies the pages you choose into a single new PDF. It does not create several files, it does not split by ranges into separate documents and it has no every-N-pages mode. If you want a PDF broken into multiple files, use the Split PDF tool instead.
Can I extract pages into several separate files?
No — the output here is always one PDF containing the pages you picked. To turn one document into many files, open Split PDF, which writes a separate PDF per range or one file per N pages.
Does extracting pages keep the original quality?
Yes. The selected pages are copied as complete page objects rather than re-rendered or re-compressed, so text stays as vector text, images keep their original resolution and the page size is unchanged. The output is usually close in size to the share of pages you kept.
Can I reorder the pages in the output file?
Yes, and that is the point of the order rule: the pages come out exactly in the order you give them. Type 9, 2, 5 and the new PDF has page 9 first, page 2 second and page 5 third. Clicking the chips in a different order produces the same reordering.
Can I extract pages from an encrypted or password-protected PDF?
No. pdf-lib cannot read an encrypted file, so the tool reports a clear message instead of producing a broken download. Remove the password in a PDF reader first, save an unprotected copy, then extract the pages from that copy.
Is there a page limit?
There is no built-in limit and no upload size to worry about, because the work happens on your own machine. The practical limit is your device memory: a few hundred pages works comfortably on a laptop, while a very large scanned file may take a moment to load and copy.
Does this page extractor work on mobile?
Yes. The page runs in any modern browser, so it works on phones and tablets as well as desktops. On a small screen the page chips wrap onto more rows, and tapping them selects pages the same way a click does on desktop.
Is this extract pages tool free?
Yes. It is free, there is no sign-up, no login and no watermark, and you can extract pages as many times as you like. Nothing about your selections is sent anywhere.
Can I merge the extracted pages with another PDF?
Yes. Save the extracted file first, then open Merge PDF, add it together with the other document and combine them into one file. Extracting first is a simple way to drop pages you do not want before a merge.
What happens to the original file?
Nothing. The tool opens a read-only copy of the bytes your browser already has, so the file on your disk keeps its name, its page count and its contents. The new PDF is a separate download named after the original with -extracted added.
What happens if I select no pages and press Extract?
You get a clear inline message that at least one page has to be selected, and no file is created. The tool never starts a download with an empty page list, so you will not end up with a zero-page PDF by accident.
Related searches
extract pages from pdf, extract pdf pages, pull pages from pdf, save specific pages from pdf, extract page from pdf online, extract selected pages, pdf page extractor, save pages from pdf, extract pages without signup, get pages out of a pdf, extract pdf pages online free, extract pdf pages online
Related tools
- Merge PDF — Combine PDF Files Online FreeCombine multiple PDFs into one file right in your browser with pdf-lib. No uploads, no signup — merge pages, t…
- Rotate PDFTurn all pages or just the pages you select by 90° or 180° and download the fixed file.
- Split PDFBreak one PDF into separate files by range or every N pages — the tool to use when you want many files, not one.
- Image to PDF ConverterFree image to PDF converter. Turn any image into a PDF right in your browser — private, no uploads, no signup,…
- Invoice GeneratorFree invoice generator: build a professional invoice with your details, line items, tax and discount, then pri…
