How to Split PDF Pages Online for Free

You have a large PDF and you need specific pages extracted, or you want to break it into smaller files. Maybe you need to send just pages 3-7 of a 50-page report, or separate a combined invoice into individual documents. Here's how to split PDF pages for free using methods you already have access to.

Method 1: Chrome Print-to-PDF (Quickest, No Tools Needed)

The fastest way to extract specific pages from a PDF requires nothing but Chrome (or any Chromium browser):

  1. Open your PDF in Chrome (drag it to a browser window)
  2. Press Ctrl + P (Windows) or Cmd + P (Mac)
  3. Set Destination to "Save as PDF"
  4. Under Pages, select "Custom" and enter the pages you want (e.g., "3-7" or "1, 3, 5-8")
  5. Click Save

This creates a new PDF containing only the pages you specified. It works perfectly for simple extraction and doesn't require any online tool or software installation.

Method 2: macOS Preview (Best for Mac Users)

Preview is a surprisingly powerful PDF tool built into every Mac:

  1. Open the PDF in Preview
  2. Go to View > Thumbnails to see all pages in the sidebar
  3. Select the pages you want to extract (hold Cmd to select multiple, or Shift for a range)
  4. Drag the selected thumbnails to your Desktop or a Finder window

Preview creates a new PDF containing only the dragged pages. You can also delete pages by selecting them and pressing Delete.

Try It Free — Your Data Stays Private

Method 3: Tools Oasis PDF Tools (Browser-Based)

For more control, including splitting a PDF into multiple files and recombining pages in different orders, use Tools Oasis PDF Merge. Despite the name, it works for splitting too:

  1. Upload your PDF
  2. Select the pages you want in each output file
  3. Download the resulting PDFs

Everything processes in your browser — your PDF never leaves your device.

Method 4: Online PDF Splitters

Several online tools specialize in PDF splitting:

  • iLovePDF Split — generous free limits, split by page ranges or extract every page as a separate file. Files are uploaded to their servers.
  • Smallpdf Split — clean interface, but limited to 2 free tasks per day. Server-based processing.
  • PDF24 — fully free, no daily limits. Files are uploaded but auto-deleted after one hour.

Privacy note: These tools upload your PDF to remote servers. For sensitive documents, use the Chrome print method, Preview, or Tools Oasis (all process locally).

Method 5: Command Line (For Power Users)

If you need to split PDFs regularly or in bulk, command-line tools are the most efficient:

Using pdftk (free, cross-platform):

  • Extract pages 5-10: pdftk input.pdf cat 5-10 output pages5-10.pdf
  • Split every page: pdftk input.pdf burst
  • Extract specific pages: pdftk input.pdf cat 1 3 5 7 output selected.pdf

Using qpdf (free, cross-platform):

  • Extract pages: qpdf input.pdf --pages . 1-5 -- output.pdf

Common Splitting Scenarios

Split a PDF into individual pages

If you need every page as a separate file, use iLovePDF's "Extract all pages" option or the pdftk burst command. The Chrome method would require repeating the process for each page.

Remove specific pages from a PDF

To remove pages (rather than extract them), use the Chrome print method and specify all pages except the ones you want to remove. For example, if you want to remove page 4 from a 10-page PDF, enter "1-3, 5-10" in the custom pages field.

Split a PDF at regular intervals

Need to split a 100-page PDF into 10-page chunks? Command-line tools handle this most efficiently. With pdftk: pdftk input.pdf cat 1-10 output chunk1.pdf, then repeat for each range.

After Splitting: Compress and Merge

After extracting pages, you might want to: