·9 min read

How to Split PDF Pages: Extract, Remove & Separate Pages

PDF splitextract pagestutorialguide

Why Split PDF Files?

Splitting PDFs is essential when you need to work with specific portions of a larger document. Here are the most common scenarios:

  • Extract specific pages: Pull out a particular chapter, section, or page from a lengthy document without keeping the entire file.
  • Remove unwanted pages: Delete blank pages, test pages, or irrelevant content from a PDF before sharing or printing.
  • Share selectively: Send only the relevant pages to a colleague instead of an entire 100-page document.
  • Reduce file size: Split a large PDF into smaller sections to meet email attachment limits or upload restrictions.
  • Organize content: Break a monolithic document into logical sections for easier navigation and management.
  • Separate combined scans: When a scanner combines multiple documents into one PDF, splitting helps restore individual documents.

Method 1: Using PDFTools (Recommended)

PDFTools provides the fastest and most private way to split PDFs:

Step 1: Open the Split Tool

Visit PDFTools and select the Split tab. No registration or installation needed.

Step 2: Upload Your PDF

Drag and drop your PDF file into the upload area. The tool shows you the total page count immediately.

Step 3: Specify Pages to Extract

Enter the page numbers or ranges you want to extract. You can use formats like:

  • Single pages: 1, 3, 5
  • Ranges: 1-5, 10-15
  • Combinations: 1-3, 7, 10-12

Step 4: Split and Download

Click Split to extract the specified pages into a new PDF. Download the result immediately. The original file remains unchanged.

Why PDFTools for Splitting

  • No upload: Your file stays on your device during processing
  • Instant: No server queue or processing delay
  • Precise: Extract exactly the pages you need
  • Free: 3 splits per day at no cost

Understanding Page Ranges

Getting comfortable with page range syntax makes splitting much more efficient:

Single Page Extraction

To extract just page 5 from a document, enter "5" in the page range field. The result is a single-page PDF.

Range Extraction

To extract pages 10 through 20, enter "10-20". This creates a new PDF with 11 pages (pages 10, 11, 12... through 20 inclusive).

Multiple Ranges

You can combine ranges: "1-3, 8-10, 15" extracts pages 1, 2, 3, 8, 9, 10, and 15 into a single new document in that order.

All Pages Except...

To remove specific pages, think of it as extracting everything else. If you have a 20-page document and want to remove pages 5-7, extract "1-4, 8-20".

Method 2: Using Adobe Acrobat

Adobe Acrobat provides the most comprehensive splitting options:

Organize Pages

  • Open the PDF in Adobe Acrobat
  • Go to the Organize Pages tool
  • Select pages by clicking thumbnails (hold Shift or Ctrl for multiple selection)
  • Right-click and choose Extract Pages
  • Save the extracted pages as a new document

Split Document

  • Open the Organize Pages tool
  • Click Split (in the toolbar)
  • Choose how to split: by number of pages, by file size, or by top-level bookmarks
  • Click Output Options to set file naming and destination
  • Click Split to create the separate files

Pros: Most options and flexibility, batch splitting, bookmark-based splitting

Cons: Requires $19.99/month subscription

Method 3: Using macOS Preview

Mac users can split PDFs for free using Preview:

Steps

  • Open the PDF in Preview
  • Go to View and enable Thumbnails to see the page sidebar
  • Select the pages you want to extract (Command-click for multiple pages)
  • Drag the selected pages out of the Preview window to the Desktop
  • The dragged pages create a new PDF file

Pros: Free, built into macOS, intuitive drag-and-drop

Cons: Mac only, limited control over output, can be finicky with large files

Method 4: Using Command Line Tools

PDFtk

Extract specific pages: pdftk input.pdf cat 1-5 10 15-20 output extracted.pdf

Split into individual pages: pdftk input.pdf burst output page_%02d.pdf

QPDF

Extract a page range: qpdf input.pdf --pages . 1-5 -- output.pdf

Remove pages: qpdf input.pdf --pages . 1-4,8-z -- output.pdf

Pros: Scriptable, automatable, handles large batches

Cons: Command-line only, requires installation

Common Splitting Scenarios

Extracting a Single Chapter

If you have a textbook PDF and need chapter 3 (pages 45-78):

  • Open the PDF in PDFTools
  • Enter "45-78" in the page range
  • Click Split and download

Removing Blank Pages

Scanned documents often have blank pages. To remove pages 3, 7, and 15 from a 20-page document:

  • Identify the blank page numbers by scrolling through the PDF
  • Enter all page numbers except the blanks: "1-2, 4-6, 8-14, 16-20"
  • Split and download the clean version

Splitting for Email

If you have a 50-page PDF that is too large for email:

  • Split into parts: "1-25" and "26-50"
  • Compress each part using PDFTools compress
  • Send as two attachments

Creating Individual Pages

To split a 10-page document into 10 separate single-page PDFs:

  • Extract page 1, then page 2, then page 3, and so on
  • Or use a command-line tool like PDFtk burst for automation

Extracting a Signature Page

To get just the signed last page of a contract:

  • Open the PDF in PDFTools
  • Enter the last page number (e.g., "12" for a 12-page document)
  • Split and download the single-page signature PDF

Best Practices

Always Keep the Original

Never split a PDF and discard the original. Keep the complete document as your master copy and create extracts as needed. You may need different pages later.

Verify Page Numbers

PDF page numbers do not always match printed page numbers. A document that starts numbering from "1" on its third physical page means page 1 in your PDF viewer is actually the cover. Always verify using the PDF viewer page numbers, not the printed numbers.

Check the Result

After splitting, open the resulting PDF and verify:

  • All intended pages are present
  • Pages are in the correct order
  • No partial pages or cut-off content
  • The file opens correctly in different viewers

Consider File Naming

When splitting into multiple files, use descriptive names. Instead of "split_1.pdf" and "split_2.pdf", name them "contract_main_body.pdf" and "contract_appendices.pdf" for clarity.

Comparison Table

FeaturePDFToolsAdobe AcrobatmacOS PreviewPDFtk
PriceFree (3/day)$19.99/moFree (Mac)Free
Page range syntaxYesYesDrag-selectYes
Batch splittingProYesNoYes
Bookmark splittingNoYesNoNo
PrivacyLocal onlyLocalLocalLocal
PlatformsAll browsersAll OSMac onlyAll OS

Common Questions

Can I split a password-protected PDF?

You need the document password to open and split the file. PDFTools Pro supports entering a password to unlock protected PDFs for splitting.

Will splitting affect the quality?

No. Splitting extracts pages exactly as they are in the original PDF. No recompression or quality degradation occurs during splitting.

Can I split and merge in one step?

Not directly, but you can split first, then use the merge tool to combine the extracted pages with other documents. PDFTools makes this a two-step process with the same interface.

What is the maximum file size for splitting?

With PDFTools, the limit is your device memory since processing happens locally. Most devices handle PDFs up to 100-200MB without issues. For larger files, command-line tools like PDFtk may be more suitable.

Conclusion

Splitting PDFs is a fundamental skill for efficient document management. PDFTools provides the easiest and most private solution for occasional splitting needs. Adobe Acrobat offers the most comprehensive options for power users. And command-line tools like PDFtk are unbeatable for automation and batch processing. Whatever method you choose, always keep your original files and verify the split results before sharing.

Ready to Try PDFTools?

Merge, split, compress & convert PDFs — free, instant, private.

Try PDFTools Free

More Articles