How to Extract Pages From a PDF for Free (No Software to Install)
Key takeaways
- Page extraction is a specific use of PDF splitting: instead of dividing a document at one point, you select individual page ranges to keep.
- Browser-based tools handle extraction entirely client-side — your file never leaves your device.
- You can extract non-contiguous pages (e.g. pages 3, 7, and 12) in a single operation without any desktop software.
- The result is a standalone PDF with only the pages you selected, preserving the original document formatting and embedded fonts.
Extracting pages from a PDF is one of the most common document tasks — pulling out a single chapter from a textbook, isolating the signature pages from a contract, or sharing one section of a long report without sending the whole file. Yet many people resort to printing and rescanning, or sending their document to an online service, when the task can be done entirely in the browser in under a minute.
Split vs. extract: what’s the difference
Splitting a PDF means dividing it at a specific page boundary — for example, splitting a 20-page document at page 10 to create two 10-page files. The split point is a single location.
Extracting pages is a generalization of splitting. You select which pages to keep, and the result is a new PDF containing only those pages. The selection can be a contiguous range (pages 4–9), multiple separate ranges (pages 1–3 and 15–18), or individual non-contiguous pages (pages 2, 7, and 14). The original document is not modified.
Most tools that describe themselves as PDF splitters can also do extraction when you specify a page range; the distinction is mainly in how the UI presents the task.
Step-by-step: how to extract pages
- Open the tool. Navigate to the split/extract feature.
- Load your file. Select the PDF from your device. Nothing is uploaded to a server — the file is processed entirely in your browser.
- Define your selection. Specify the pages you want to keep. Common input formats:
- Range:
5-12(pages 5 through 12) - Individual pages:
3, 7, 14 - Mixed:
1-4, 8, 12-15
- Range:
- Generate the output. The tool processes the document and produces a new PDF.
- Download. Save the resulting file to your device.
The original PDF is unchanged. If you need multiple different extractions from the same source — for example, separate chapter files from a book — you can repeat the process without reloading the document.
What gets preserved in the extracted pages
A browser-based extraction that operates on the PDF structure rather than rasterizing it (rendering to images) preserves:
- Text layer. The text remains selectable and searchable in the extracted file.
- Embedded fonts. If the source PDF embedded its fonts, those fonts remain in the output.
- Links and annotations. Internal and external hyperlinks on the extracted pages are carried over.
- Form fields. If the original pages contain PDF form fields, those fields remain interactive in the extracted file.
- Vector graphics. Diagrams and charts composed of vector elements scale cleanly.
What is not automatically adjusted: page numbering displayed in the document itself (if the original shows “Page 45” as part of the page content, the extracted file will still show “Page 45” on that page, not “Page 1”). PDF viewer page count — the number in the browser or app’s navigation — will correctly reflect the new, smaller document.
A note on scanned PDFs
A scanned PDF is an image — a photograph of a physical page, stored in a PDF container. Extracting pages from a scanned PDF works the same way as extracting from any other PDF: the output will contain the selected page images. The text in a scanned PDF is not selectable or searchable unless optical character recognition (OCR) has been applied first. Extraction itself doesn’t add or remove that capability — if the source PDF has a text layer from OCR, the extracted pages keep it; if it doesn’t, the extracted pages won’t have one either.
When to use print-to-PDF instead
For some simple tasks — particularly when you want the first three pages of a document and nothing more — printing to PDF (File → Print → choose PDF as the printer, set the page range) accomplishes extraction without any tool at all. This is faster when the selection is a single contiguous range starting at page 1, and when you don’t need to preserve forms, annotations, or an exact copy of the PDF structure.
For more complex selections — non-contiguous pages, ranges from the middle of a document, or cases where preserving the PDF structure matters — a dedicated extraction tool is more reliable than print-to-PDF, which may alter fonts, scaling, or layout depending on the browser and operating system.
Why client-side matters for confidential documents
Legal agreements, medical records, financial statements, and other confidential documents are frequently the reason someone needs to extract specific pages. Uploading those documents to a third-party server — even one that claims to delete files after processing — introduces a data handling risk that doesn’t exist with client-side tools.
When the PDF is processed entirely in your browser, the file bytes never leave your device. There is no upload, no server log, and no third-party data retention question to consider. For anything you’d be uncomfortable emailing to a stranger, a client-side tool is the appropriate choice.
Related articles
How to Rotate Pages in a PDF (and Make the Rotation Stick)
Rotating a PDF page sounds simple until you save the file and the rotation is gone. Here's how to permanently rotate individual pages or an entire PDF without Adobe Acrobat.
How to Annotate a PDF: Highlights, Comments, and Stamps Explained
A practical guide to PDF annotation — what different annotation types do, when to use each one, and how to annotate without permanently altering your source document.
How to Watermark a PDF (and What It Actually Protects)
A watermark can label a draft, brand a document, or mark a preview — but it's page content, not a security control. Here's how watermarking works and what it doesn't stop.