How to Extract Pages from a PDF

Pull specific pages out of a PDF as a new file. Step-by-step guide for extracting one page, a range, or every page individually.

A PDF has 200 pages and you only need page 47. Someone shared a 50-page contract and you only want the signature page. A report has an appendix that should travel as its own file. Extracting is what that's called: pulling specific pages out of a PDF and saving just those as a new document.

This guide covers how to extract one page, several pages, or every page as its own file.

Before you start

A quick check:

  • The PDF shouldn't be password-protected. Extraction reads through the file's page structure, which encryption blocks. If your file is locked, run it through Unlock PDF first (you'll need the original password).
  • Decide what output you want. Do you need the extracted pages as a single combined file, or as one file per extracted page? The tool supports both; the choice depends on what you'll do next.

The steps

  1. Open Blackpdf's Extract PDF Pages tool and drop your file in.
  2. Pick the pages to extract. Click the thumbnails of the pages you want. Selected pages highlight; unselected stay greyed out. For contiguous ranges, drag across thumbnails to select multiple at once.
  3. Choose your output:
    • Click Single PDF to combine the selected pages into one new file.
    • Click Separate PDFs to get one file per selected page, bundled into a ZIP.
  4. Download.

Extract vs split — when to use which

The two operations are related but the intent differs:

  • Extract PDF Pages is for pulling specific pages out. You know which pages you want (signature on page 12, appendix on pages 45–60); the tool gives you those.
  • Split PDF is for breaking a document into parts. The result is the source split into pieces, not a focused extract.

Functionally the tools overlap — both can produce "pages 12 and 45" as output. The right choice is about how you think about the job. If you're hunting specific pages, Extract is more natural. If you're chopping up a document for distribution, Split fits better. Either way, you end up with what you needed.

Common extraction scenarios

Just the signature page. Click that one thumbnail, then Single PDF. One-page file out.

A contiguous range (pages 4–12). Drag-select across the thumbnails, then Single PDF.

Several non-contiguous pages (cover, table of contents, executive summary). Click each one individually (hold Ctrl/Cmd on most operating systems to extend the selection), then Single PDF.

Every page as its own file. Select all, then Separate PDFs. Same as splitting the document per-page — see the Split PDF guide for that workflow.

Every page in a range as its own file. Drag-select the range, then Separate PDFs. You'll get a ZIP with one PDF per page in the range.

Common questions

Yes. Extraction copies page content intact, so fonts, layouts, images, form fields, and hyperlinks all carry through. The exception is digital signatures: a signature covers the entire signed document, so an extracted single page from a signed PDF will have the signature invalidated.

Can I extract a single page from a scanned PDF?

Yes. Extraction doesn't care whether the page contains text or just an image — it copies the page content as-is. If you also need searchable text afterwards, run the extracted file through OCR PDF.

How does extraction differ from copy-paste?

A PDF reader's "copy text" gives you the text content but loses layout, fonts, and any embedded objects. Extraction gives you a real PDF that looks identical to those pages in the original. For sending, filing, or printing, extraction is what you want.

Will the extracted PDF be smaller than the original?

For an n-page extract from an N-page source, the extracted file is roughly (n / N) of the original's size, plus light per-file overhead. A 5-page extract from a 100-page document is usually about 5% of the original's file size.

Can I extract pages from a password-protected PDF?

Not directly. Remove the password with Unlock PDF first (you'll need the original password), then extract. Re-apply password protection on the extracted file with Protect PDF if needed.

How does extraction compare to merging in reverse?

Extracting from a single PDF is the inverse of merging multiple PDFs into one. If you extracted three pages and now want them combined with pages from another file, merge them in a second pass.

Wrap-up

The whole flow is short:

  1. Drop the file in.
  2. Pick the pages you want.
  3. Single PDF for combined output, Separate PDFs for one-file-per-page.

For more nuanced page-arrangement workflows (interleaving pages from two documents, picking specific pages from each of several files), do the extracts first and then merge the results.

Keep reading

Guides

How PDF Encryption Works (And When It's Not Enough)

What PDF passwords actually protect, user vs owner passwords, why older PDFs are crackable, and when you need more than a password.

May 31, 2026 · 7 min read
Guides

PDF Accessibility Explained: Tagged PDFs and PDF/UA

Why some PDFs work with screen readers and others don't, what tagged PDFs are, how PDF/UA differs from PDF/A, and what makes a PDF legally accessible.

May 30, 2026 · 7 min read