Extract pages from a PDF — save specific pages only

A practical 2026 guide to pulling specific pages out of a large PDF into a new file.

9 min read

Extract pages from a PDF — save specific pages only

By ScoutMyTool Editorial Team · Last updated: 2026-05-18

Introduction

I was reviewing an 89-page bank statement before forwarding two specific pages (a paycheck deposit and the matching outgoing rent payment) to a landlord. The bank app would only let me email the whole 89-page file. The first free PDF splitter I tried wanted me to sign up. The second uploaded my entire bank statement to their server before letting me pick the pages. By the time I had vetted three more tools I could have screenshotted the two pages individually and given up on a clean extract. Below is the workflow I now use any time I need just a few pages out of a long PDF — without anyone in the middle.

Why extract instead of just send the whole file

"Just send the whole PDF" works until the file is sensitive, large, or full of context the recipient does not need. Extracting pages first solves three concrete problems:

  • Privacy. A bank statement contains every transaction for a month; a landlord needs two of them. A medical record contains your full history; a specialist needs the lab results from one visit. Sending the whole file leaks information you did not need to share, and minimum-necessary disclosure is the underlying principle of every modern privacy regulation (HIPAA Privacy Rule §164.502(b) in the US1, GDPR Article 5(1)(c) "data minimisation" in the EU2).
  • File size. Email attachment caps (Gmail 25 MB, Outlook 20 MB) and Slack-tier-restricted shares routinely choke on the whole file but easily fit the relevant pages. Extracting first beats compressing a giant PDF — the recipient gets a small, exactly-what-they-need file with no visual quality loss.
  • Reading experience. Asking a busy person to "look at pages 47 and 52" of an 89-page PDF is a 30-second navigation tax. A two-page extract is a one-second open. The recipient is more likely to actually read it, and more likely to reply quickly.

Step-by-step: extract pages from a PDF in your browser

The ScoutMyTool extract-pages tool lives at scoutmytool.com/pdf/extract-pages (a common search query is the short form scoutmytool.com/pdf/pdf-extract-pages — the canonical URL is the "extract-pages" one). Runs client-side, no upload, no signup.

  1. Open the tool and drop your PDF. One file at a time. The file is loaded into a sandboxed memory buffer using pdf-lib; nothing is uploaded. Confirm in the browser network tab if you are dealing with something sensitive (bank statement, medical record, legal filing).
  2. Decide which pages you want and the order they should appear in. Open the PDF in a viewer alongside the tool, scroll through, note the page numbers. The output preserves the order you list — that is the trick that makes Extract Pages more useful than most "split PDF" tools.
  3. Type the page sequence into the "Pages to EXTRACT" field. The syntax is comma-separated, with hyphens for ranges:
    • 1-3 — pages 1, 2, 3 in order.
    • 5, 8-10, 15 — page 5, then 8, 9, 10, then 15.
    • 5, 1, 3 — page 5 first, then page 1, then page 3 (reordered).
    • 1, 1, 1 — three copies of page 1 (duplication allowed).
    • 3-1 — descending range: page 3, then 2, then 1.
  4. Click "Extract Pages". The tool walks the page sequence, copies each referenced page from the source into a fresh in-memory PDF document via pdf-lib's copyPages API, and saves the result. The download starts automatically, named <your-pdf-name>-extract.pdf.
  5. Verify the extract before sending. Open the downloaded file in any reader; confirm the page count matches what you asked for, and that the order is right. The summary panel under the action button shows the source page count, the number of pages extracted, and the output file size — useful as a quick sanity check before you forward.
  6. If you want to extract by ranges across multiple sections. No need for multiple passes — list every range in one input. 1-5, 12-15, 30, 47-52 gives you one output PDF with all twelve pages concatenated in the order listed.
  7. If you need to renumber the page footers. The extract preserves the original page-content (so a page that printed "47" in the footer still says "47" in the extract). If you want fresh "1, 2, 3" numbering, run the extract through Add Page Numbers afterwards — the new numbers will be drawn on top of the old ones, or you can use the clear-existing option.
  8. If you also want the "leftover" pages as a separate file. Run a second extract on the same source with the inverse range list. For example, if you extracted "5, 8-10, 15" from an 89-page PDF, run a second pass with everything else: "1-4, 6-7, 11-14, 16-89". Or use the dedicated Remove Pages tool to do it in one step.
  9. If the source is password-protected. Unlock first via Unlock PDF (you will need the existing password). The extract tool refuses to silently strip encryption — re-add the password to the extract afterwards with Protect PDF if needed.

How ScoutMyTool compares to Smallpdf, iLovePDF and PDF2Go

All four offer a "split" or "extract pages" feature. The meaningful differences are: whether you can reorder, whether you can duplicate, whether your file is uploaded, and whether the input UI is a range-syntax textarea or a visual thumbnail picker.

FeatureScoutMyToolSmallpdfiLovePDFPDF2Go
Free unlimited extractionsYes2 per day on free1 file per task on freeYes, up to 100 MB
No signup requiredYesRequired after 2 tasksRequired for >50 MBYes
Reorder pages on extractYes ("5, 1, 3")No (extracts in original order)NoNo
Duplicate pages in outputYes ("1, 1, 1")NoNoNo
Range + comma syntaxYes ("1-3, 5, 8-10")YesYes (UI checkboxes)Yes
Files leave your deviceNo (client-side)Yes (uploaded)Yes (uploaded)Yes (uploaded)
Per-file size limitDevice RAM5 GB Pro / 100 MB free200 MB free100 MB free
Visual page-picker UIRange syntax (text-first)Yes (thumbnails)Yes (thumbnails)Yes (thumbnails)

Third-party quotas, size caps, and Pro-tier gating taken from each vendor's public pricing pages as of May 2026 and may change. Reorder / duplicate behaviour is based on each vendor's current "Split PDF" UI (thumbnail-based pickers typically extract in original order only).

Two honest tradeoffs: (1) ScoutMyTool uses a text-syntax input rather than a thumbnail picker, which is faster once you know what you want but requires you to know page numbers up-front; the others give you a visual thumbnail grid that is friendlier if you are browsing the PDF for the first time. (2) Reorder + duplicate are powerful for advanced use cases but rarely needed for a vanilla "give me pages 5 and 7" extract — if that is all you want, any of the four tools work fine for that subset.

Five page-range patterns worth memorising

  • Skip the cover & back matter: 2-N-1 (where N is the total pages). Useful for trimming a marketing PDF to just the body content.
  • Odd pages only: not directly supported by syntax; list manually, e.g. 1, 3, 5, 7, 9. Useful for double-sided printing prep.
  • Every nth chapter divider: list each chapter's start page explicitly. Useful for building a table-of-contents PDF.
  • Reverse the whole document: N-1 (descending range). Useful for converting Arabic-numbered docs for right-to-left presentation.
  • Duplicate a divider: 1-5, 6, 7-10, 6, 11-15 uses page 6 as a divider between sections.

Related PDF tools on ScoutMyTool

  • Extract Pages from PDF — the tool this guide is about: pull specific pages out.
  • Split PDF — same underlying operation, more general name.
  • Remove Pages — the inverse: keep everything except the listed pages.
  • Merge PDF — recombine the extract with other PDFs or chunks.
  • Add Page Numbers — renumber the extract's footers from 1.
  • Unlock PDF — required first step if your source is password-protected.
  • Compress PDF — shrink the extract before emailing.

Frequently asked questions

What's the difference between extracting pages and splitting a PDF?
They are the same underlying operation — both let you specify which pages to keep. "Split PDF" is the older, more general name (popularised when desktop PDF tools framed the operation as cutting one file into many); "Extract Pages" emphasises pulling a small subset from a much larger source. The ScoutMyTool tool uses both names interchangeably; pick whichever fits your mental model. The page-range syntax (1-3, 5, 8-10) is identical for both.
Can I extract a single page?
Yes — enter just one number, like "5", and the output is a one-page PDF containing only page 5. Useful when you want to share a single chart from a long report, or quote one paragraph of a contract without including the surrounding clauses for context.
Can I extract pages in a different order from the original?
Yes — the order you list pages in is the order they appear in the output. Type "5, 1, 3" and the extracted PDF has page 5 first, then page 1, then page 3. This is one of the most useful capabilities that most "split PDF" tools omit — they extract pages in their original order regardless of what you typed. Useful for reordering a presentation deck, putting an executive summary before the appendices it summarises, or creating a "highlights reel" from a long source document.
Can I repeat the same page multiple times?
Yes — type "1, 1, 1" and the output has three copies of page 1. Useful for creating fillable forms where the same template needs to appear multiple times (one per copy you want to print), or for embedding a divider page between sections of a combined document.
Will the page numbers in the extracted file restart at 1?
The page numbers shown by your PDF reader (the "page X of Y" indicator in the viewer chrome) will always reflect the new file — so a 3-page extract from a 100-page source will show "Page 1 of 3", "Page 2 of 3", "Page 3 of 3" in the reader. The page numbers printed on the page itself (in the footer of a book or report) are part of the page content and are preserved exactly as they were in the original — so extracting pages 50-52 of a book gives you a 3-page PDF that says "50", "51", "52" in the footers. To re-number the footers, use Add Page Numbers after extracting.
Is my PDF uploaded to your servers?
No. The extraction runs entirely in your browser using pdf-lib. Your source PDF is loaded into a sandboxed memory buffer, the requested pages are copied into a new in-memory PDF, and the result is delivered as a download. Nothing leaves your device. You can confirm by opening the browser network tab and watching for an empty upload list.
How big can the source PDF be?
No fixed cap — the extraction runs client-side, so the only limit is your device's RAM. Practical limit is around 500 pages or 100 MB on a typical laptop; very large textbooks or scan-heavy documents may benefit from being split into chunks first (run Extract Pages with ranges like "1-100", then "101-200", etc.) and processed in passes.

Extract pages from your PDF now — no signup, no upload

Free, unlimited, browser-only. Reorder and duplicate are first-class operations, not paid extras. Your source file never leaves your device — which actually matters for bank statements, medical records, and legal filings.

Open the free PDF page extractor →

References

  1. U.S. Department of Health & Human Services, HIPAA Privacy Rule — §164.502(b) "Minimum Necessary" standard. Establishes the principle that protected health information may be disclosed only to the extent necessary for the intended purpose. Official summary: hhs.gov/hipaa/for-professionals/privacy/guidance/minimum-necessary-requirement.
  2. Regulation (EU) 2016/679 (GDPR), Article 5(1)(c), data minimisation principle — personal data shall be "adequate, relevant and limited to what is necessary in relation to the purposes for which they are processed". European Commission overview: gdpr-info.eu/art-5-gdpr.