How to Split a PDF on Mac and Windows
On a Mac, the built-in Preview app and Automator split PDFs free. Windows has no native splitter, so you use a browser print-to-PDF workaround or a free offline app. Both keep the file on your device — nothing is uploaded.
The short answer
- ✓ Mac (visual): open the PDF in Preview, choose View → Thumbnails, select the page(s), and drag the highlighted thumbnails to the desktop — Preview creates a new PDF with just those pages. Mac (batch): in Automator, build a Quick Action with the built-in Split PDF action, save it as ‘Split PDF’, then right-click any PDF in Finder → Quick Actions → Split PDF to burst it into one file per page.
- ✓ Windows: there is no native PDF splitter. Open the PDF in Edge or Chrome → Ctrl+P → Destination = Microsoft Print to PDF → Pages = Custom, type the range to keep (e.g. ‘1-5’), Print and save with a new name. Repeat for each split. Catch: this re-rasterizes the PDF, which can flatten form fields and turn searchable text into images.
- ✓ Cross-platform offline: a free desktop app like FileHop splits on either OS by every page, by page range, or every N pages, preserves the surviving pages exactly (form fields, signatures, searchable text intact), supports password-protected PDFs, and never uploads the file.
What does ‘split a PDF’ actually mean?
Splitting a PDF means producing two or more new PDFs from one source, each containing a subset of the original pages — the source survives untouched if you save copies. There are three realistic modes every method below tries (or fails) to support: (A) every page becomes its own PDF (the classic ‘burst’); (B) pull out one or more page ranges (e.g. pages 1-5 as one file, pages 8-12 as another); (C) chunk every N pages (e.g. a 47-page report into five files of 10 / 10 / 10 / 10 / 7 pages — useful for upload limits).
Two real-world watch-outs the search results skip: (1) the Windows browser print-to-PDF workaround re-writes every page, which can flatten interactive form fields and re-rasterize searchable text; (2) most online splitters reject or silently strip protection on password-protected PDFs. Those two distinctions shape every method below.
How to split a PDF on Mac (Preview thumbnail-drag, step by step)
macOS has the visual path built in — no download required. Preview can split a PDF in a few clicks by dragging thumbnails to the desktop.
Open the PDF in Preview (double-click it, or right-click → Open With → Preview).
Choose View → Thumbnails (or View → Contact Sheet) to show the page thumbnails in the sidebar.
Click the page you want to extract. Cmd-click for multiple non-contiguous pages, or Shift-click for a range.
Drag the highlighted thumbnails directly to the desktop (or any folder). Preview automatically creates a new PDF containing only those pages.
Repeat for the remaining pages to produce two or more output files. The original PDF is untouched.
These are Apple's official steps — see Apple Support: Combine or split PDF files in Preview for the canonical reference. The same Adobe Mac hub also confirms thumbnail-drag as the canonical method.
The catch: Preview's thumbnail-drag is per-selection, not a one-click burst
To split a 50-page report into 50 single-page files you would drag 50 times — that is why the Automator Quick Action method exists for batches (next section). For custom page-range splits or ‘every N pages’ chunking, a desktop app with those modes in the UI is faster.
How to split a PDF on Mac with Automator (batch, no extra software)
Google's AI Overview cites this as the Mac-native batch method. Build it once, then right-click any PDF to burst it into single-page files.
Open Automator (in Applications). Choose File → New, then pick Quick Action and click Choose.
Set ‘Workflow receives current’ to PDF files in ‘Finder’.
In the search bar (top-left), type ‘PDF’, then drag the built-in ‘Split PDF’ action into the workflow area on the right.
Click ‘Output destination’ in the action and pick a folder where the split files should land. You can append a name token to keep splits grouped.
Choose File → Save and name the Quick Action ‘Split PDF’. Now right-click (or Control-click) any PDF in Finder → Quick Actions → Split PDF — the source PDF is burst into one file per page in the chosen folder.
The catch: Automator only bursts into single-page files
Automator's built-in Split PDF action defaults to one-PDF-per-page (the equivalent of FileHop's ‘every page’ mode). It does not support custom page-range splits or ‘every N pages’ chunking out of the box, and tweaking the workflow is fiddly. For range-based or N-page splits, a desktop app with a UI for those modes is faster.
How to split a PDF on Windows (the honest options)
Here is the truth most pages skip: Windows has no built-in PDF splitter. These are your realistic free options, in order of how well they actually work.
Browser print-to-PDF (Edge or Chrome)
Open the PDF in Edge or Chrome, press Ctrl+P, set Destination to Microsoft Print to PDF (or ‘Save as PDF’ in Chrome), choose Pages = Custom and type the range you want in this output file (e.g. ‘1-5’), Print and save as ‘report_part_1.pdf’. Repeat with ‘6-10’, save as ‘report_part_2.pdf’, and so on. This works but it re-prints the PDF, which can flatten interactive form fields, break fillable signatures, and turn searchable text into images on some PDFs. The file size can also grow on image-heavy documents, and the workflow is linear — one print per split.
Microsoft Word
Open the PDF in Word (Word converts it on open), delete the pages you don't want, then File → Save As PDF. Repeat for each split. This works for simple, text-only PDFs but the conversion shifts layout on anything complex — tables, columns, scanned pages, and forms often look different from the original.
Free desktop app (the reliable option)
The dependable choice is an app that extracts the chosen page ranges without re-printing them, in one pass, on all three split modes (every page, by range, every N pages). Form fields stay fillable, signatures stay valid where supported, searchable text stays searchable, and the PDF never leaves your computer. PDFgear is one named option (cited in Google's search results); FileHop is the cross-platform offline option covered in the next section.
Don't default to online uploaders for private PDFs
Every online splitter (iLovePDF, Adobe Acrobat online, Smallpdf, PDFgear online) uploads the entire PDF to a third-party server before letting you split it. For contracts, IDs, medical records, and bank statements, that is the wrong default. The privacy section below covers this in more detail.
The two problems built-in methods leave you with
On Mac: per-selection dragging, no range or N-page modes
Preview's thumbnail-drag is one new PDF per selection — not a single-click split-into-N. Automator's built-in Split PDF action only bursts into single-page files (no by-range or every-N-pages mode), and neither path handles password-protected PDFs cleanly.
On Windows: no native splitter, and the workaround breaks things
Windows ships with no PDF splitter, so the common advice is the browser print-to-PDF workaround, which re-rasterizes the document. Interactive form fields become flat images, fillable signatures stop working, and searchable text in some PDFs becomes non-searchable. The workflow is linear — one print per split — and password-protected files usually fail outright.
Split a PDF offline on Mac and Windows (every page, by range, or every N pages)
A desktop app like FileHop works the same way on macOS and Windows, so you learn one set of steps instead of relying on Preview on one machine and a browser workaround on the other. The PDF never leaves your device, and the output files are extracted exactly as they were — form fields, signatures, and searchable text intact.
Open FileHop and add your PDF
Launch the app and select the PDF. If it's password-protected, you enter the password once and FileHop unlocks it locally — most online tools reject protected files or silently strip the protection.
Choose a split mode
Three modes cover the realistic cases: (a) Every page — one PDF per source page, like Mac Automator's Split PDF but available on Windows too; (b) By page range — type ranges like ‘1-5, 8-12, 20’ to produce one output file per range; (c) Every N pages — set N=10 to chunk a 47-page report into five files of 10 / 10 / 10 / 10 / 7 pages, useful for upload caps.
Pick an output folder
The new files are written to the folder you choose, each with a clear suffix (‘_page_N.pdf’ for every-page mode, ‘_part_N.pdf’ for ranges and N-page chunks). The source PDF is untouched.
Click Split
The chosen pages are copied across exactly — no re-printing, no re-rasterization, no quality loss. Form fields stay fillable, signatures stay valid, searchable text stays searchable, no matter which split mode you picked.
Done — fully offline, no upload
No upload, no account, no size cap. Works identically on Mac and Windows. One trade-off worth naming: splitting is per source file today (Preview and the Windows print-to-PDF method are too) — there is no one-click folder batch across many input PDFs. Whole-document PDF bookmarks that referenced pages across split outputs also can't be stitched back across the new files; page content and form fields are preserved exactly.
Built-in vs offline app vs online tool
Each approach has an honest trade-off. Here is how they stack up so you can pick the right one for the PDF in front of you.
| What matters | Built-in (Preview / Automator / browser print) | Online tool | FileHop (desktop app) |
|---|---|---|---|
| Needs install? | No | No | Yes |
| Works offline? | Yes | No | Yes |
| File leaves your device? | No (local) | Yes (uploaded) | No (local) |
| Split modes (every page / by range / every N)? | Preview: by range (manual). Automator: every page only. Windows print: by range (linear) | Varies by tool | All three modes |
| Preserves form fields & searchable text? | Mac: yes. Windows print: no (re-rasterizes) | Usually yes | Yes (extracts exactly) |
| Handles password-protected PDFs? | Partial | Usually rejected or stripped | Yes (with password) |
| Batch many source PDFs? | Per file | Free-tier daily limits | Per file today |
| File-size limit? | No cap | Free-tier limits | No cap |
| Platforms | Mac (Preview / Automator) / Windows (browser) | Any browser | Mac & Windows |
The honest summary: built-in tools and online tools need no install — that is their advantage. FileHop's only trade-off is that you install it. In return you get all three split modes, the output pages preserved exactly, password-protected PDFs handled, no size cap, and the file never leaving your device — the same way on both platforms.
Keep private PDFs off online splitters
Split queries often come up when someone wants to extract just one part of a document to send — the relevant pages of a contract, the patient summary of a medical report, the bank statement page for a transaction dispute, a single chapter to share. Every online splitter uploads the entire PDF to a third-party server before letting you choose what to split, including the parts you intended to keep private. The Mac Preview / Automator path, the Windows browser print-to-PDF workaround, and a desktop app like FileHop all keep the file on your device. The offline path is the right default for anything sensitive.
Why you shouldn't upload sensitive files to online converters →Splitting a password-protected PDF
Most online splitters reject password-protected PDFs or silently strip the password on upload — a real security concern for legal, financial, and HR documents. The Windows browser print-to-PDF workaround typically fails on protected files (the browser won't print a protected PDF without the owner password). Mac Preview can open password-protected PDFs if you can enter the user password, but Automator's Split PDF action can choke on owner-password-only files.
FileHop accepts the password, unlocks the document locally, splits into the chosen output files, and saves the result. The protected file never leaves your computer.
Splitting vs extracting vs removing pages — which do you actually want?
Split
Cut one PDF into two or more new files at page boundaries — each part becomes its own file. That's this guide.
Extract
Save selected pages out to one new PDF, leaving the original intact. Use this when you only need one slice, not multiple files.
Remove
Discard the pages you don't want and keep one PDF with the survivors. Use this when the goal is to drop pages, not produce multiple files.
Troubleshooting: form fields broke, file got bigger, or pages out of order
The five most common problems and what to do about each.
My fillable form fields stopped working after splitting on Windows
The browser print-to-PDF method flattens interactive fields into static images. Use Preview or Automator on Mac, or a desktop app like FileHop that copies the chosen pages exactly so fields stay fillable on all output files.
The Windows print-to-PDF split file got bigger than the original chunk
Re-rasterizing image-heavy pages can grow the file even with fewer pages. Use a tool that extracts ranges without re-printing them — the result stays proportional to what's in each output.
Automator only burst it into single pages, I needed 10-page chunks
Automator's built-in Split PDF action does one-per-page only. A desktop app with an ‘every N pages’ mode handles this in one pass — set N=10 and FileHop will chunk the document for you.
I dragged thumbnails out of Preview but the pages were in the wrong order
Preview drags pages in the order they were selected, not in page-number order. Shift-click a range, or Cmd-click in sequence to control order. For range-based splits with strict order, a desktop app is more predictable.
The PDF asks for a password and I can't split it
Use a tool that accepts the password. FileHop unlocks the document locally and splits it without ever uploading the file. Do not upload protected files to an online tool that may strip the protection silently.
Frequently Asked Questions
Is there a way to split a PDF on Mac?
Yes, two free built-in ways. The visual way: open the PDF in Preview, choose View > Thumbnails, click the pages you want (Cmd-click for multiple, Shift-click for a range), then drag the highlighted thumbnails to the desktop — Preview creates a new PDF with just those pages. The automated way: build a Quick Action in Automator using the built-in Split PDF action; once saved, right-click any PDF in Finder > Quick Actions > Split PDF to burst it into one file per page. Preview is best for one-off splits; Automator is best for bursting into single pages. For custom page-range splits or every-N-pages chunking, a desktop app gives you those modes in one pass.
How do I split a 2-page PDF into 2 separate pages?
On a Mac: open in Preview, View > Thumbnails, drag page 1 to the desktop (Preview saves it as a new PDF), then drag page 2 to the desktop. On Windows: open in Edge or Chrome, press Ctrl+P, set Destination to Microsoft Print to PDF, Pages = Custom, type '1', Print and save as 'page_1.pdf'; repeat with '2' as 'page_2.pdf'. In a desktop app like FileHop, pick the Every page split mode and click Split — the two pages come out as two files in one pass, the same way on both operating systems.
Can I split a PDF on Windows?
Yes, but Windows has no built-in PDF splitter, so you use one of three free options. The browser print-to-PDF workaround (Ctrl+P > Microsoft Print to PDF > Custom pages > Print) lets you save a range of pages as a new PDF — you repeat for each split. Microsoft Word can open a PDF, you delete what you don't want, and Save As PDF (layouts can shift on complex PDFs). A free offline desktop app handles the same three split modes on Windows as on Mac, preserves form fields without re-rasterizing, and works in one pass.
Can I split a PDF without Adobe?
Yes. On Mac, the built-in Preview app and Automator both split PDFs for free with no Adobe involved. On Windows, the built-in Microsoft Print to PDF method works with no Adobe. For both platforms, a free desktop app like FileHop splits PDFs locally with no Acrobat subscription, no upload, and no size cap. Adobe Acrobat is not required.
What is the difference between splitting every page, by range, and every N pages?
Every page bursts the PDF so each source page becomes its own one-page file (good for processing pages individually, the default Mac Automator behaviour). By range pulls out one or more page ranges, each saved as its own file — for example pages 1-5 as one file and pages 8-12 as another. Every N pages chunks the document into fixed-size parts — for example N=10 on a 47-page PDF produces five files of 10, 10, 10, 10, and 7 pages, which is the practical way to break a big report into upload-sized pieces. Built-in Mac/Windows methods cover one or two of these at most; a desktop app handles all three from the same UI.
Can I split a password-protected PDF?
Most online splitters reject password-protected PDFs or strip the password silently on upload, which is a real security concern for legal or financial documents. The Windows browser print-to-PDF workaround usually fails on protected files. Mac Preview can split a password-protected PDF if you can enter the user password, but Automator's Split PDF action can choke on owner-password-only files. A desktop app that accepts the password and unlocks the document — like FileHop — splits the PDF and saves the output files without the protected source ever leaving your computer.
Will I lose form fields or signatures after splitting?
It depends on the method. The Windows browser print-to-PDF workaround re-rasterizes the document when it prints, which can flatten interactive form fields and break fillable signatures. Mac Preview and Automator preserve form fields on the extracted pages. A desktop app that extracts the chosen pages without re-printing them keeps form fields, signatures, and searchable text intact across all output files.
Why did my split file get bigger than the original chunk on Windows?
The browser print-to-PDF workaround re-rasterizes every page when it saves, which on image-heavy PDFs can produce output files larger than the corresponding section of the original — even with fewer pages. To avoid this, use a tool that extracts the pages without re-printing them, which keeps the file size proportional to what is in each output.
Can I split many PDFs in one batch?
Built-in Mac Preview and the Windows browser print-to-PDF workaround are per-file (you open and split one PDF at a time). Mac Automator's Split PDF Quick Action handles one source PDF per right-click but bursts it into one file per page automatically. FileHop today splits one source PDF at a time, like Preview — folder-level batch splitting across many input files is not a one-click feature today. For multi-source workflows, run the split per file.
Do I have to upload my PDF to a website to split it?
No, and for contracts, IDs, medical records, or bank statements you should not. Online splitters (iLovePDF, Adobe online, Smallpdf, PDFgear online) upload the entire PDF to a third-party server before letting you split it — including the parts you intended to keep private. The Mac Preview / Automator path, the Windows browser print-to-PDF workaround, and a desktop app like FileHop all keep the file on your device. The offline path is the right default for anything sensitive.
Split PDFs the same way on Mac and Windows
FileHop splits locally — every page, by range, or every N pages. Preserves form fields, handles password-protected PDFs, and never uploads the file. Free, offline, identical on both platforms.
Download FileHop Free - Mac & Windows