PricingP2PEncrypted ChatDesktop App
Upload a file

How to Split a PDF File Free (No Upload, No Sign-Up)

Brendan Gray, Founder & Developer

How to split a PDF file — free online and desktop methods

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.

  1. Go to fileshot.io/tools/pdf.
  2. Click Choose File or drag your PDF onto the tool.
  3. Select the pages you want to extract or specify the split range.
  4. Click Split or Extract Pages.
  5. 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).

  1. Open the PDF in Acrobat Pro.
  2. Go to Tools → Organize Pages.
  3. Select the pages to extract by clicking them (hold Ctrl/Cmd for multiple).
  4. Click Extract in the toolbar.
  5. Choose whether to delete extracted pages from the original, then click Extract.
  6. 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:

  1. Open the PDF in any PDF viewer (Adobe Reader, Edge, Chrome, Firefox).
  2. Press Ctrl+P to open Print.
  3. Set the printer to Microsoft Print to PDF.
  4. Under "Pages", select Custom range and enter the page numbers you want (e.g., 1-5 or 3, 7, 12).
  5. Click Print — Windows saves a new PDF with only those pages.

On Mac:

  1. Open the PDF in Preview.
  2. Press Cmd+P.
  3. In the bottom-left of the print dialog, click the PDF dropdown.
  4. Select Save as PDF.
  5. 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:

  1. Open the PDF in Preview.
  2. If the sidebar isn't showing, go to View → Thumbnails.
  3. Select the pages you want to extract (click the first, then Shift+click for a range, or Cmd+click for individual pages).
  4. Drag the selected thumbnails to the desktop — Preview creates a new PDF containing only those pages.
  5. 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.

  1. Download PDFsam Basic from pdfsam.org (free, no ads, GPL licensed).
  2. Open PDFsam and select the Split module.
  3. Add your PDF from the file picker.
  4. Choose split mode: by every N pages, by size, by bookmarks, or at specific pages.
  5. 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:

  1. Open the PDF in Chrome (drag it onto a new tab).
  2. Click the Print icon (or press Ctrl/Cmd+P).
  3. In the print dialog, set Destination to "Save as PDF".
  4. Under Pages, select Custom and enter your page range.
  5. 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):

  1. Open the PDF in the Files app.
  2. Tap the Share icon → Print.
  3. In the print preview, pinch outward on the preview to open it as a full PDF.
  4. 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 EditorFreeNoNoNo
Adobe Acrobat Pro$14.99/moYesOptionalYes
Print to PDF (OS)FreeBuilt-inNoNo
Preview (Mac)FreeBuilt-inNoNo
PDFsam BasicFreeYesNoYes

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 →

← Back to Blog