Guide

How to split a PDF and extract pages

Updated September 2026 · Practical recipes for cutting a PDF into parts or copying a page range into a new file — without overwriting the original.

This is the hands-on companion to Split PDF pages — when to split vs extract. Use that page if you are unsure which job you have. Use this page when you already know you need either several new files or a copy of certain pages.

Pick the job in one sentence

Always save the master under a stable name. Outputs should describe their contents: invoice-2026-p1.pdf, not split2.pdf.

Encrypted files. If the PDF asks for a password, you can continue only with a password you already know (or one you set). Unlock a working copy, then split. This site does not cover removing protection you cannot open. See password-protect a PDF you control for the opposite job — adding a password.

Mac: Preview recipes

Extract a range

  1. Open the PDF in Preview. View → Thumbnails.
  2. Click the first page of the range, then Shift-click the last. Command-click to add or drop single pages.
  3. File → Print (or drag the selected thumbnails to the desktop). If you print, set Pages to the same range and choose PDF → Save as PDF in the print dialog.
  4. Name the new file and open it to confirm the page count.

Dragging thumbnails to the desktop is often the cleanest extract: Preview writes a small PDF of just those pages and leaves the original alone.

Split into two files

  1. Duplicate the original twice (File → Duplicate, or copy in Finder).
  2. In copy A, select the pages that should not stay, and delete those thumbnails. Export as PDF.
  3. In copy B, delete the complementary pages. Export as PDF.
  4. Confirm A’s last page plus B’s first page match the original sequence.

Windows: print-range and organize pages

Windows does not ship a dedicated “split PDF” button in File Explorer. Two honest paths:

Extract by printing a page range

  1. Open the PDF in Microsoft Edge (or another reader).
  2. Print. Set the printer to Microsoft Print to PDF.
  3. Choose the page range (for example 7 or 12–14).
  4. Save under a new name. Open it and check that text still selects if you need a searchable file.

Print to PDF can flatten forms and may rasterize some pages. If you need fillable fields or sharp vector lines, use a PDF app with Extract / Organize Pages instead.

Organize Pages in a PDF app

  1. Open Organize Pages, Extract, or Split.
  2. Mark the range. Choose extract-as-copy so the source is not rewritten.
  3. For a multi-file split, use the app’s split-by-range or split-by-file-size command if it has one, rather than extracting one page at a time unless you truly want one file per page.

Online, with limits

Browser splitters are fine for non-sensitive flyers and public handouts. Skip them for IDs, payroll, health records, and unsigned contracts. Typical limits: file size, page count, and a daily “free” quota that is not a forever promise. After download, confirm page numbers — some tools treat printed “iii” as page 3 and some do not.

Page-range recipes

Mistakes to avoid