Tips & Tricks

How to Split a Large PDF Into Equal Parts for Sharing With Multiple People

A 90-page PDF is too large to email as a single file. You need to split it into three equal parts so each part is a manageable 30 pages, small enough to attach to separate emails, and easy for each recipient to download and review. Splitting by a fixed number of pages is straightforward enough, but what you actually want is equal portions, and 90 pages does not always divide evenly by the number of recipients.

Splitting a PDF into equal parts is a practical solution for sharing large documents, distributing work among team members, or breaking a big file into pieces that each fit under an email attachment limit. The Split PDF approach depends on whether you need exactly equal page counts or approximately equal file sizes, which are two different things.

How to Split a Large PDF Into Equal Parts for Sharing With Multiple People

Splitting by Equal Page Count

The simplest case is splitting a PDF into parts with the same number of pages. Divide the total page count by the number of parts you want. For a 90-page document split into 3 parts, each part gets 30 pages. If the total does not divide evenly, 100 pages into 3 parts, you get two parts of 33 pages and one part of 34 pages. Distribute the extra page to the first or last part, whichever makes the most sense for your use case.

WukongPDF's split tool provides an option to split by a fixed number of pages. Enter 30 pages per file, and the tool produces 3 output files. Each file is named with a sequential suffix so the order is clear. The original document remains untouched. The split files are ready to share individually. If you need each part to have a descriptive name rather than a sequential suffix, rename the files after splitting.

WukongPDF

Try Split PDF

No installation needed. Works directly in your browser.

Get Started โ†’

Splitting by Equal File Size

When the goal is to keep each part under an email attachment limit, splitting by page count may not work because not all pages are the same size. A page with a full-color photo might be 2 MB. A text-only page might be 50 KB. Splitting a 100-page document into four 25-page parts could produce parts that are 2 MB, 8 MB, 3 MB, and 15 MB, depending on where the image-heavy pages fall.

Splitting by file size is more complex. Some PDF tools let you specify a maximum file size per output file. The tool adds pages to the first output file until adding another page would exceed the size limit, then starts a new output file. This produces parts that are all under the limit but may have different page counts. The first part might be 22 pages. The second might be 35 pages because it starts with text-heavy pages that add little size. This is the right approach when the file size limit is the hard constraint and page count is secondary.

Naming and Organizing the Split Files

After splitting, the output files need clear names that communicate both the content and the sequence. A naming pattern like "Report-Part-1-of-3.pdf" tells the recipient that there are multiple parts, which part they are looking at, and how many total parts to expect. This prevents the confusion of receiving Part 2 without Part 1 and not knowing whether Part 1 was lost or simply has not arrived yet.

If you are splitting the document for distribution to different people, where each person gets one section relevant to their work, name the files by section content rather than by sequential number. "Report-Financials.pdf," "Report-MarketAnalysis.pdf," "Report-Appendix.pdf" tells each recipient what is in their file without needing to open it. WukongPDF's PDF Sharing workflow lets you name each output file at the time of splitting, saving the post-split renaming step.

Verifying the Split Results

After splitting, verify the output files before sending them. Open the first part and confirm it starts at page 1 of the original. Open the last part and confirm it ends at the last page of the original. Open a middle part and check that its first page follows the last page of the previous part and its last page precedes the first page of the next part. A quick check of the transitions prevents the embarrassing mistake of sending two parts with overlapping pages or a gap where pages 45 through 47 appear in neither part.

The most common split error is an off-by-one in the page count calculation. A 90-page document split into 3 parts of 30 works perfectly. A 91-page document split into 3 parts of 30 with the last part getting 31 pages is correct. But if you enter 30 pages per part and the tool stops after producing 3 files of 30 pages, page 91 is silently dropped. Always confirm that the total pages across all output files equals the total pages in the original. This simple check catches the off-by-one errors that would otherwise go unnoticed until a recipient reports a missing page.

For team distribution where multiple people need to work on different sections simultaneously, splitting is the enabling step that turns a single large document into parallel workstreams. Each person gets their section, works on it independently, and the sections are re-merged after everyone is done. The PDF Pages workflow of split, distribute, edit, re-merge is a lightweight collaboration pattern that works without any specialized collaboration software. It just requires a reliable split and merge tool and clear communication about who is responsible for which pages.

A common oversight when splitting PDFs for team distribution: if the split points fall in the middle of a section, the person receiving the second half starts with orphaned content that lacks the section heading or introductory context. Before splitting, review the document and identify natural break points: the end of a chapter, the conclusion of a section, a page with a clear heading that signals a new topic. Adjust the split points to align with these natural boundaries rather than forcing an exact mathematical division. The parts will have slightly different page counts, but each part will be a coherent, self-contained section that the recipient can understand without needing the previous part. The split preview shows page thumbnails, making it easy to identify logical break points before committing the split.

For emailing split parts, be mindful of how email clients order attachments. Most email clients display attachments alphabetically by filename. If you name the split files Part1.pdf, Part2.pdf, and Part10.pdf, the recipient sees Part1, then Part10, then Part2. This alphabetical ordering problem is solved by using leading zeros in the numbering: Part01.pdf through Part10.pdf. With leading zeros, the files sort correctly in every email client and file manager. This is a small detail that prevents the recipient from reading the parts out of order and emailing you to ask why the document does not make sense.

WukongPDF

Try Split PDF

No installation needed. Works directly in your browser.

Get Started โ†’