Extracting PDF pages on Mac means producing a brand-new PDF that contains only the pages you specify, in any order you want, while your original file stays exactly where it is on disk. Extract PDF Pages is a browser tool that does this in three steps: you pick a local file, type the page numbers or ranges you need, and download a fresh PDF containing just those pages. The entire job runs inside your Mac's browser using pdf-lib, so the source file is never uploaded to a remote server. The tool accepts unencrypted PDFs up to 50 MiB in size with no more than 500 pages, and it copies the original page objects — text, vector graphics, fonts, rotation, and page resources — directly into a new document rather than rasterizing them into screenshots. Because the file is processed locally, you can extract pages on any Mac running Safari, Chrome, Firefox, or Edge without installing software, creating an account, or worrying about where your document is going.

how to extract pdf pages on mac
How to Extract PDF Pages on Mac in Your Browser

Extract vs. Split, Delete, and Reorder on Mac

Mac users searching for "extract pages" often actually mean several different operations. Knowing which one you need saves time and avoids producing the wrong output file.

Extracting creates a new, smaller PDF containing only the pages you chose. The original file is untouched. Splitting breaks one PDF into multiple new PDFs — usually one per page or one per range. Deleting removes pages from a PDF, producing a copy without those pages. Reordering shuffles existing pages into a new order without removing any.

OperationWhat it producesOriginal file
ExtractNew PDF with only selected pagesUnchanged
SplitSeveral smaller PDFsUnchanged
Delete pagesSame PDF minus removed pagesTrimmed copy
ReorderSame PDF, new page orderReordered copy

If you want a separate PDF containing just pages 2, 7, and 11 from a 30-page report, extraction is the right verb. If you want to break a 200-page manual into chapter PDFs, splitting fits better. If you want to fix a wrong page order inside one document, reordering is the closest match.

Mac Requirements Before You Extract

The browser tool has a small, well-defined set of input limits. Confirm these on your Mac before you start so the extraction does not fail mid-step.

  • File format: The PDF must be unencrypted. Password-protected files are not opened by bypassing encryption, so if your PDF prompts for a password in Preview or any other viewer, remove the password first or use a tool that accepts a password you already know.
  • File size: Up to 50 MiB, equal to 52,428,800 bytes. A file exactly at the boundary is accepted; a larger file is rejected.
  • Page count: The decoded document must contain between 1 and 500 pages. Documents at 500 pages are accepted; larger documents are rejected.
  • Browser: Any modern browser on macOS works — Safari, Chrome, Firefox, Edge, Brave, Arc. The tool uses standard browser file APIs, so there is nothing to install.
  • File integrity: The PDF must be a valid, undamaged file. Damaged or unsupported files can fail to load, in which case the source application is the better place to repair it.

Extract PDF Pages on Mac in Three Steps

This is the entire workflow. None of the steps require leaving the browser tab.

  1. Open the tool and choose your PDF. Click the file picker and select an unencrypted PDF from your Mac's Finder. The browser reads the file locally using the Extract PDF Pages tool — the source bytes never leave your machine.
  2. Enter the page numbers or ranges you want. Use one-based page numbers matching what your PDF viewer shows. Separate entries with commas or whitespace, and use a hyphen for an inclusive ascending range. For example, 5, 1-3 means page 5 followed by pages 1, 2, and 3 in the output.
  3. Extract and download. Run the extraction. The tool keeps the first occurrence of each page, reports any later duplicates, copies the selected page objects into a fresh document, and exposes a temporary download link. Save the new PDF anywhere on your Mac and open it in Preview or any other viewer to verify the order.

The full process takes only as long as your Mac needs to read the file, parse the selection, and write the new PDF. On a typical MacBook the actual computation completes well within the time it takes to switch tabs.

Page Selection Syntax and Order Rules

The selection field follows a strict parser. The token order is significant, and malformed input is rejected with an explicit error rather than being silently corrected.

InputMeaningExample result (for a 10-page PDF)
5A single one-based page numberOutput contains only page 5
1, 3, 5Comma-separated individual pagesOutput contains pages 1, 3, 5 in that order
2-5Inclusive ascending rangeOutput contains pages 2, 3, 4, 5
5, 2-3Mix of single and range, token order keptOutput contains pages 5, 2, 3 in that order
3, 1-3Duplicate page; first occurrence keptOutput contains pages 3, 1, 2; duplicate of 3 reported

Descending ranges such as 5-3 are rejected rather than silently reversed, because silently reversing an order the user did not request would produce surprising output. Decimal values, negative numbers, malformed ranges, and pages outside the loaded document are also rejected. The selection field accepts at most 4,000 characters; longer input is not truncated or partly applied, so break very large selection jobs into separate runs if you need them.

What Gets Preserved and What Gets Dropped

Because the tool copies page objects directly from the source PDF, ordinary content survives intact: text, vector graphics, embedded fonts, 90-degree rotation flags, crop boxes, media boxes, and page resources come along with each selected page. The tool does not rasterize pages into screenshots, so text remains selectable and vector content stays sharp.

Some PDF features depend on objects outside the selected pages or have document-wide relationships that do not survive extraction cleanly. AcroForm fields, annotations, scripts, embedded files, layers, page labels, bookmarks, document outlines, cross-page destinations, and links may rely on objects that are not copied. Dynamic XFA forms are not a supported preservation target in pdf-lib. Digital signatures will not remain valid after creating a different PDF, because the byte-level content changes.

The honest summary: this tool is for clean page extraction, not for archival-grade preservation. After downloading, open the result in your target viewer, confirm the page order, test any links or form fields you need, and keep the original PDF. For signed documents, regulated archival, XFA forms, or PDF/A compliance, use a specialist PDF editor that explicitly supports those features.

Reading the Errors and the Duplicate Notice

A few messages you may encounter are worth understanding so you can react quickly.

  • "File is encrypted" or password prompt: The tool does not bypass encryption. Remove the password in the authoring application or in a separate password-removal step, then re-run the extraction.
  • "File exceeds 50 MiB" or page limit: The file is too large or has too many pages. The tool rejects over-limit files rather than truncating them. Split the PDF first or work with a smaller selection.
  • "Descending range" or "page out of range": Your selection contains a malformed token. Reorder ranges so the first number is smaller, and double-check that every page number exists in the loaded PDF.
  • Duplicate-page notice: This is informational, not an error. The first occurrence was kept; later occurrences of the same page number were ignored. Adjust your selection if you did not intend duplicates, and remember that intentional duplication is not what this tool does — for that, use a reordering or page-duplication workflow.

According to pdf-lib's documented encryption handling, encrypted PDFs cannot be opened without a password unless the original application strips the protection, which is why this tool deliberately refuses them rather than guessing.

When a Different Mac Tool Is the Better Choice

The browser extractor is fast, local, and free, but it is not the right choice for every job on a Mac.

Use Preview directly if you only need to extract one or two pages occasionally and you are happy staying inside a single app. Preview's print-to-PDF trick works for simple selections but does not let you reorder pages or fine-tune ranges, and it ties you to opening a viewer. For a step-by-step Preview walkthrough, see our browser-based Preview extraction guide.

Use a desktop PDF editor (Adobe Acrobat, PDF Expert, PDFgear) when you need to preserve digital signatures, XFA form behavior, accessibility tags, document portfolios, or PDF/A archival conformance. These products are built to handle the document-wide relationships that extraction breaks.

For adjacent PDF jobs on a Mac, pick the tool that matches the verb. Use the Rearrange PDF Pages tool when you want to shuffle every page into a new order without removing any. Use the Delete PDF Pages tool when you want to throw specific pages away from a single file. Use the Split PDF tool when you want to break one document into many smaller documents. For the specific task of grabbing selected pages and shipping them as a new file on a Mac, however, the browser tool is the cleanest path: pick the file, type the numbers, download.