How to Split a PDF File Free (No Upload, No Sign-Up)
— Brendan Gray, Founder & Developer
Splitting a PDF — extracting specific pages or breaking a large document into smaller parts — is something you shouldn't have to pay for or install software to do. This guide covers every method: free browser-based tools, desktop apps, Mac's built-in options, mobile, and command line.
Split your PDF right now — free, no account, no upload
Open Free PDF Editor →All processing in your browser. Your document never leaves your device.
Method 1: FileShot PDF Editor (Browser-Based, No Upload)
FileShot's PDF Editor processes your document entirely in your browser using client-side JavaScript. Your PDF is never uploaded to any server — it stays on your device throughout.
- Go to fileshot.io/tools/pdf.
- Click Choose File or drag your PDF onto the tool.
- Select the pages you want to extract or specify the split range.
- Click Split or Extract Pages.
- Download the resulting PDF(s) directly to your device.
Since processing is local, there's no concern about uploading a confidential contract, legal document, or medical record to a third-party server.
Method 2: Adobe Acrobat (Paid, Most Powerful)
Adobe Acrobat Pro has the most comprehensive PDF splitting options: split by page range, split every N pages, split by file size, and extract specific pages. It's the industry standard but requires a paid subscription (~$14.99/month).
- Open the PDF in Acrobat Pro.
- Go to Tools → Organize Pages.
- Select the pages to extract by clicking them (hold Ctrl/Cmd for multiple).
- Click Extract in the toolbar.
- Choose whether to delete extracted pages from the original, then click Extract.
- Save the extracted pages as a new PDF.
Acrobat free tier (online only): Adobe offers limited free PDF tools at acrobat.adobe.com. The online split tool is free for 2 tasks per month with a free account.
Method 3: Print to PDF (Built into Windows and Mac)
This is the fastest method for extracting a specific page range without any software — it works on both Windows and Mac using the built-in print system.
On Windows:
- Open the PDF in any PDF viewer (Adobe Reader, Edge, Chrome, Firefox).
- Press Ctrl+P to open Print.
- Set the printer to Microsoft Print to PDF.
- Under "Pages", select Custom range and enter the page numbers you want (e.g.,
1-5or3, 7, 12). - Click Print — Windows saves a new PDF with only those pages.
On Mac:
- Open the PDF in Preview.
- Press Cmd+P.
- In the bottom-left of the print dialog, click the PDF dropdown.
- Select Save as PDF.
- Under "Pages", enter your desired range.
Method 4: Preview on Mac (Extract Pages by Dragging)
Mac's built-in Preview application is underrated for PDF manipulation:
- Open the PDF in Preview.
- If the sidebar isn't showing, go to View → Thumbnails.
- Select the pages you want to extract (click the first, then Shift+click for a range, or Cmd+click for individual pages).
- Drag the selected thumbnails to the desktop — Preview creates a new PDF containing only those pages.
- Alternatively: with pages selected, go to File → Export as PDF and save.
Method 5: PDFsam Basic (Free Desktop App)
PDFsam Basic is a free, open-source desktop application for Windows, Mac, and Linux that offers more control than browser tools for batch operations.
- Download PDFsam Basic from pdfsam.org (free, no ads, GPL licensed).
- Open PDFsam and select the Split module.
- Add your PDF from the file picker.
- Choose split mode: by every N pages, by size, by bookmarks, or at specific pages.
- Set the output folder and click Run.
PDFsam is ideal when you need to split many PDFs at once or split a large document at chapter bookmarks.
Method 6: Google Chrome (Extract Pages as PDF)
Chrome's built-in PDF viewer can extract pages using its print function — no extension needed:
- Open the PDF in Chrome (drag it onto a new tab).
- Click the Print icon (or press Ctrl/Cmd+P).
- In the print dialog, set Destination to "Save as PDF".
- Under Pages, select Custom and enter your page range.
- Click Save.
Method 7: Command Line with pdftk or ghostscript (Advanced)
For batch processing or automated workflows:
# Split PDF with pdftk — extract pages 1-5
pdftk input.pdf cat 1-5 output part1.pdf
# Extract specific pages (1, 3, 7) with pdftk
pdftk input.pdf cat 1 3 7 output extracted.pdf
# Burst (split every page into individual files)
pdftk input.pdf burst output page_%04d.pdf
# With ghostscript — extract pages 3-8
gs -sDEVICE=pdfwrite -dNOPAUSE -dBATCH \
-dFirstPage=3 -dLastPage=8 \
-sOutputFile=output.pdf input.pdf
Method 8: iPhone and Android
iPhone (Files app):
- Open the PDF in the Files app.
- Tap the Share icon → Print.
- In the print preview, pinch outward on the preview to open it as a full PDF.
- Tap Share → Save to Files — but screenshot/crop one page first by zooming to it.
For more control on iPhone, use the free PDF Expert Lite or visit fileshot.io/tools/pdf in Safari.
Android: Visit fileshot.io/tools/pdf in Chrome. The browser-based tool works fully on Android.
Comparison: PDF Split Methods
| Method | Cost | Install? | File uploaded? | Batch support |
|---|---|---|---|---|
| FileShot PDF Editor | Free | No | No | No |
| Adobe Acrobat Pro | $14.99/mo | Yes | Optional | Yes |
| Print to PDF (OS) | Free | Built-in | No | No |
| Preview (Mac) | Free | Built-in | No | No |
| PDFsam Basic | Free | Yes | No | Yes |
Frequently Asked Questions
How do I split a PDF into individual pages?
In PDFsam: select "Split" → split mode "Split into pages of N pages" and set N to 1. Or use pdftk: pdftk input.pdf burst output page_%04d.pdf. This creates one PDF per page.
How do I extract just one page from a PDF?
Open in Chrome or any browser, press Ctrl+P, set destination to "Save as PDF", set Pages to the specific page number (e.g., 5). Click Save. You get a new single-page PDF.
Can I split a PDF without losing quality?
Yes. Splitting only reassigns pages to new files — it never re-renders, re-compresses, or re-encodes content. Page quality is identical to the source.
How do I split a PDF by bookmarks?
PDFsam Basic has a "Split by bookmarks" option that creates one PDF per chapter (bookmark). This is the cleanest way to split long documents like eBooks or reports into chapters.
Free PDF Editor — split, merge, compress, password-protect
All processing in your browser. No upload. No watermarks. No account required.
Open PDF Editor →