Marketing Tool Stackby Amit Gupta
← Learn

How to Split a PDF

To split a PDF, open a browser-based split tool, add your file, and choose a mode: enter page ranges to divide it, split every N pages into equal chunks, or extract specific pages into one new PDF. Run the split, then download the resulting file or ZIP.

Steps to split a PDF

Splitting a PDF takes four steps: upload the file, pick a split mode, enter the pages, and download the result. The process below uses an in-browser tool, so the file never leaves your device. The same logic applies in desktop apps like Acrobat or Preview, only the field names differ.

  1. Upload your PDF. Drag the file into the dropzone or click to browse. The tool reads it locally and shows the file name, size and total page count. The page count is what you'll reference when entering ranges.
  2. Choose a split mode. Pick ranges to cut the document into named sections, every N pages to chop it into equal-size chunks, or extract to pull out a specific set of pages into a single file.
  3. Enter the pages. Type your ranges, set the chunk size, or list the pages you want. Page numbers are 1-based and refer to the visual page order, not any printed page labels.
  4. Split and download. Run the split. A single output downloads as one PDF; multiple outputs are bundled into a ZIP so you get every part in one click.

Reading the output

When a mode produces just one file, most often extract, you get a direct PDF download. When it produces several files, the tool zips them together and names each part descriptively (for example part-1-pages-1-3.pdf) so you can tell them apart without opening each one.

Split a PDF in your browserRanges, every-N-pages, or extract specific pages: all client-side, no upload, no sign-up.
Open the tool →

Choosing the right split mode

Pick the mode that matches your goal: ranges to carve a document into named sections, every N pages to break it into uniform chunks, and extract to keep only a handful of pages. Each mode takes a slightly different input, summarized below.

ModeWhat you enterWhat you getBest for
RangesComma-separated ranges, e.g. 1-3, 4-10.One PDF per range; multiple parts arrive as a ZIP.Splitting a packet into chapters, sections or per-recipient documents.
Every N pagesA chunk size, e.g. 2 pages.The file divided into equal-size parts (the last may be smaller).Breaking a long scan into fixed-length pieces.
Extract pagesA page list, e.g. 1, 3, 5-8.A single new PDF containing only those pages.Pulling a few pages out of a large report and discarding the rest.

Range syntax tips

  • Ranges use a hyphen and commas. Write 1-3, 7-9 to produce two separate parts covering those page spans.
  • Extract accepts mixed lists. You can combine single pages and ranges, like 1, 4, 9-12, to collect a custom set into one file.
  • Pages must exist. Numbers below 1 or above the document's page count are rejected, so check the page count shown after upload.
  • Write ranges low-to-high. Each range should read from its first page to its last, like 4-10; a reversed range such as 10-4 may be rejected. When extracting, list the pages in the order you want them to appear.

When to split a PDF

Splitting is the right move whenever a single PDF is doing the job of several, bundling content that different people, systems or stages need separately. These are the situations where marketers and operations teams reach for it most.

Common scenarios

  1. Sharing one section of a long deck. Extract the three pages a stakeholder needs instead of emailing a 60-page report.
  2. Separating a combined scan. A scanner that saved an invoice, a contract and a receipt into one file can be split back into the three originals by range.
  3. Splitting per recipient. A merged batch of certificates or statements, one per page, divides cleanly with every 1 page so each person gets only their own document.
  4. Trimming before upload. Many portals cap file size or page count; extract just the required pages to stay under the limit.
  5. Redaction prep. Pull only the pages that need redacting into their own file so you work on a smaller, focused document.

If your goal is the opposite, combining several PDFs into one, see the companion merge guide linked below rather than splitting.

Does splitting hurt quality?

No. Splitting a PDF is lossless: the tool copies each page's existing objects into the new file rather than re-rendering them, so text remains selectable, fonts stay embedded, and images keep their original resolution. The split pages are visually identical to the source.

What carries over and what doesn't

Page content, text, vector graphics and images carry over intact. Document-level features tied to the whole file, such as a global table of contents, certain form-field relationships, or bookmarks pointing across the split boundary, may not survive, because those references no longer make sense once pages live in separate files. For straightforward page-content documents, splitting is clean and reversible by re-merging.

Frequently asked questions

Does splitting a PDF reduce its quality?

No. Splitting copies the original page objects byte-for-byte into new files, so text stays selectable and images keep their full resolution. It is a lossless operation: unlike compression, nothing is re-encoded or downsampled. The split pages look identical to the source.

What's the difference between splitting and extracting pages?

Splitting usually produces several output files from one source, either by ranges or every N pages. Extracting pulls a chosen set of pages into a single new PDF and discards the rest. Use ranges to divide a document, and extract when you only need a specific subset.

Will my PDF be uploaded to a server when I split it?

No. The Split PDF tool runs entirely in your browser using JavaScript. Your file is read locally, split on your own device, and downloaded back to you. Nothing is ever sent to a server, so confidential contracts and reports stay private.

How do I get one file back instead of many?

Use the extract mode and list the pages you want, for example 1, 3, 5-8. Because that produces a single PDF, you download one file directly. Range and every-N modes that create multiple parts are bundled into a downloadable ZIP instead.

Can I split a password-protected PDF?

If the PDF only has owner restrictions, the tool can usually load and split it. A file locked with an open password that demands a passcode to view cannot be read until you remove that password first, since the page contents stay encrypted.

Last updated: 14 June 2026