Splitting a PDF means different things in different contexts. Sometimes you want to cut a long document into two equal halves. Sometimes you want to extract a specific page to share separately. Sometimes you want to break a 30-page file into individual pages so each one can be filed or uploaded on its own. The right approach depends on which of these you actually need.
Three ways to split: which one fits your task
Split by page range, you define the chunks. For example, pages 1–10 become one file and pages 11–20 become another. This is the most common splitting task and the best choice for dividing a long report into sections or keeping a submission within an upload limit.
Extract specific pages, you keep only the pages you name. If you need pages 4, 7, and 12 from a 20-page document as a single new file, extraction is the right tool. The original is not modified; you are creating a new, smaller document from a subset of the pages.
Split into individual pages, every page becomes its own file. This is ideal for batches of scanned documents where each page is a separate form, invoice, or certificate that needs to be filed individually.
PDFWhisk's split tool handles all three. Upload your PDF, choose the mode, specify the pages or ranges, and download the output. For multi-page splits, the files come packaged in a ZIP.
Split versus delete pages: the key distinction
These two operations work in opposite directions and people often confuse them.
Splitting is about what you want to keep as a separate output. You are creating new files from a subset of the original.
Deleting pages is about what you want to remove from the original. The output is the original document with specified pages taken out.
A useful way to think about it: if you want to share a 5-page excerpt from a 50-page document, use split. If you want to share the 50-page document but without the first 3 pages, use delete pages.
Using split to meet upload limits
Upload limits are one of the most practical reasons to split a PDF. If a portal accepts a maximum of 5MB per file and your document is 18MB, you can split it into three roughly equal sections, then compress each one to stay under 5MB. This preserves readability much better than trying to force the whole 18MB document under 5MB through aggressive compression.
The split for upload limits guide covers this workflow in detail, including how to name the resulting files so they make sense when uploaded separately.
Does splitting affect quality?
No. Splitting is purely a structural operation. Each extracted page is identical to the corresponding page in the original, same text rendering, same image resolution, same fonts. You are reorganising the document, not reprocessing it. Quality only changes if you then apply compression to the split output, which is a separate step.
Working with the output files
After splitting, consider renaming the output files before sharing or uploading them. A file named split-part-1.pdf tells a reviewer or caseworker nothing. A file named Bank-Statement-Jan-Mar-2026.pdf communicates exactly what it contains. Most portals do not require a specific naming format, and a clear name reduces the chance of files being confused or mishandled.
If you need to keep the original file intact while also sharing a subset of pages, splitting is the right tool, the original is never modified. If you need the full document minus a few pages, use delete pages instead.
Mobile workflows
The split tool works in mobile browsers. On iPhone, open it in Safari, select the PDF from Files or iCloud Drive, choose your split mode, and download the output. On Android, Chrome handles the same task with files from your Downloads folder or Google Drive. For typical document sizes, the process is fast enough to be practical on a phone without needing a desktop.
When to merge after splitting
Sometimes you split a document, send the relevant section, and then need to reassemble the parts, perhaps because a recipient needed one section quickly but now wants the full document. If you kept the original PDF, simply re-share that. If you only have the split parts, PDFWhisk's merge tool can combine them back into one file in the correct order.