How to extract a single page from a large pdf
- Step 1Find the exact page number — Open the PDF in any viewer and read the page number shown in the page navigator (not necessarily the printed page number on the paper). This tool uses 1-based positions: the first page is
1. - Step 2Drop the PDF onto the extract tool — Load it into the PDF Extract Pages tool. It reads the document in your browser and shows the page count (e.g. "Document has 312 pages") so you can sanity-check the number you're about to type.
- Step 3Type the single page number — Enter just the one number — e.g.
144— in the "Pages to extract" box. To grab a few separate single pages in one file, comma-separate them:3, 7, 12. - Step 4Press Process — The tool copies the exact page(s) into a new PDF. The output page count equals the number of unique, in-range pages you entered — one page in, one page out.
- Step 5Download the standalone page — Save the one-page PDF. It opens in any reader and is small enough to email or attach directly.
- Step 6Re-title or re-add metadata if you need it — The extract creates a fresh document, so the original Title/Author and bookmarks are dropped. If the recipient relies on document metadata, set it in your PDF reader after download, or scrub it deliberately with the Metadata Scrubber.
What you type vs. what you get
The page box accepts comma-separated numbers and N-M ranges. Whatever you type, the parser collapses duplicates and sorts the result ascending, then copies those pages in document order.
| You type | Pages extracted (on a 200-page file) | Output order | Notes |
|---|---|---|---|
144 | 144 | single page | The most common case — one page into a one-page PDF. |
3, 7, 12 | 3, 7, 12 | 3 → 7 → 12 | Three separate single pages combined into one file. |
12, 3, 7 | 3, 7, 12 | 3 → 7 → 12 (re-sorted) | Order you type is ignored — output always follows document order. To put pages in a custom order, use PDF Reorder. |
5, 5, 5 | 5 | single page | Duplicates collapse — you can't duplicate a page by listing it twice here. |
250 | (nothing) | — | Out of range on a 200-page file; the number is silently dropped, leaving an empty selection that the tool rejects with "Enter at least one page number to extract." |
What is preserved on the extracted page
The page is copied with pdf-lib's copyPages into a new document — page content survives; document-level structure does not.
| Element | Preserved? | Why |
|---|---|---|
| Selectable text layer | Yes | The page object is copied byte-for-byte, including its text and fonts — no re-rendering. |
| Vector graphics & embedded images | Yes | Lines, charts and images on the page are referenced and copied at full original resolution. |
| Annotations on the page | Yes | Markups attached to the copied page travel with it. |
| Document Title / Author metadata | No | Output is a fresh document; document-level metadata is not carried over. |
| Bookmarks / outline / links to other pages | No | The outline tree and cross-page links reference pages that no longer exist in a single-page file. |
Cookbook
Real single-page jobs and exactly what the tool produces. Page numbers are 1-based document positions.
Pull invoice page 144 out of an AP statement
An accounts-payable PDF bundles 200 invoices; you need page 144 to attach to an expense claim. One number, one page out.
Input: statement.pdf (200 pages)
Box: 144
Output: extracted.pdf (1 page)
→ page 144's text + line items, selectable, exactly as printedGrab the last page (a certificate) without counting
The certificate is the final page of a long course handbook. Check the page count the tool shows, then type that number.
Tool shows: "Document has 312 pages" Box: 312 Output: 1-page certificate PDF, ready to print or email
Three reference pages into one handout
You want the glossary (p.7), the formula sheet (p.41) and the unit table (p.88) in one small file. List them comma-separated.
Input: textbook.pdf (120 pages)
Box: 7, 41, 88
Output: 3-page handout.pdf
page order: 7 → 41 → 88 (document order)Typed out of order — output still sorts
You remembered page 88 first. It doesn't matter: the parser re-sorts ascending. If you actually need 88 to come first, extract all three then reorder.
Box: 88, 7, 41 Output page order: 7 → 41 → 88 (NOT 88 → 7 → 41) For custom order: 1. extract 7, 41, 88 2. open PDF Reorder, enter: 3, 1, 2 → 88, 7, 41
Turn the extracted page into a sharable image
Slack and chat apps preview images better than PDFs. Extract the single page, then convert it to PNG or JPG.
Step 1 PDF Extract Pages → page 144 → onepage.pdf
Step 2 PDF to PNG (onepage.pdf) → page-144.png
full-resolution raster of just that pageEdge cases and what actually happens
Page number is higher than the document length
IgnoredNumbers above the page count are silently dropped by the parser. If that leaves no valid pages, the run stops with "Enter at least one page number to extract." Re-check the page count shown above the box — the page navigator number can differ from the printed page number.
You typed `0` or a negative number
IgnoredPage positions are 1-based. 0 and negatives don't match a valid page and are dropped. Page one is 1.
Listed the same page twice
Deduplicated5, 5 extracts page 5 once. The parser stores pages in a set, so you can't repeat a page within a single extract run. If you genuinely need a page duplicated in the output, extract it once then duplicate via a merge.
Document-level Title/Author missing after extraction
By designExtraction builds a new PDF, so the original document metadata isn't copied. The page content is intact. Set new metadata in your reader if needed, or run the Metadata Scrubber to confirm the output carries nothing you don't want.
Bookmarks / clickable links to other pages stopped working
ExpectedA single-page file can't contain links or bookmarks that point at pages you didn't keep. The outline tree is not transferred. This is normal for any page-extraction operation.
PDF is over the free 2 MB / 50-page limit
Upgrade requiredFree runs cap at 2 MB and 50 pages. A bigger source is blocked at upload with a message naming the limit. Pro raises it to 50 MB / 500 pages, Pro+Media to 500 MB / 2,000 pages.
The source PDF is password-protected
LimitedThe tool opens documents while ignoring encryption where it can, but a strongly encrypted file may fail to load. Remove the password first with PDF Unlock or Remove Password, then extract.
You wanted the page removed, not extracted
Wrong toolExtract keeps only the page you name. To produce the document with that page taken out, use Delete Pages instead — same page syntax, opposite result.
Frequently asked questions
How do I extract just one page?
Type the single page number into the "Pages to extract" box and press Process. For example, 144 pulls page 144 into its own one-page PDF. The tool shows the document's page count above the box so you can confirm the number first.
Can I extract several individual pages at once?
Yes — comma-separate them: 3, 7, 12 produces one PDF containing those three pages. They come out in document order (ascending), not the order you typed.
Is the extracted page identical to the original?
The page content is copied exactly — selectable text, fonts, vector graphics, embedded images and any annotations on that page are preserved. Nothing is re-rendered, so there's no quality loss. The only things not carried over are document-level metadata and bookmarks, because the output is a new document.
Why did the pages come out in a different order than I typed?
The page parser deduplicates and sorts numbers ascending, so the output always follows the document's own page order. If you need a custom order, extract the pages first, then arrange them with PDF Reorder.
What's the difference between Extract and Delete?
Extract creates a new PDF containing ONLY the page(s) you name. Delete Pages creates a new PDF with those pages removed and everything else kept. Same input box, opposite output.
What's the difference between Extract and Split?
Extract pulls selected pages into ONE new PDF. Split by range divides the document into MULTIPLE separate PDFs (e.g. 1-5, 6-10 → two files). Use Split when you want several output files at once.
Will the page numbers printed on the paper match what I type?
Not necessarily. The tool uses 1-based document positions — the first sheet is 1 even if the printed footer says "Page 5" because of front matter. Use the position shown in your viewer's page navigator, and cross-check against the page count the tool displays.
Does the original file change?
No. The tool reads the source and writes a brand-new file; your original PDF is never modified. You can run as many extractions as you like from the same upload.
Is my document uploaded anywhere?
No. Extraction runs entirely in your browser using pdf-lib — the PDF stays on your device. Only an anonymous usage counter (no file content) is recorded when you're signed in.
How large a PDF can I extract from?
Free handles up to 2 MB and 50 pages per file. Pro raises this to 50 MB / 500 pages, Pro+Media to 500 MB / 2,000 pages, and Developer to 2 GB / 10,000 pages. Oversized files are blocked at upload with a message naming the limit.
Can I extract a page and then make it an image?
Yes. Extract the single page, then run the one-page PDF through PDF to PNG or PDF to JPG for a full-resolution image — sharper than a screenshot because it rasterises the real page, not your screen.
What happens if I enter a page number that doesn't exist?
It's silently ignored. If none of the numbers you enter are valid (e.g. all higher than the page count), the run stops with "Enter at least one page number to extract." Check the page count shown above the box and try again.
Privacy first
All PDF processing runs locally in your browser using PDF-lib and pdf.js. No file is ever uploaded — only metadata counters are saved for signed-in dashboard stats.