An email attachment limit is 25MB. Your PDF is 47MB. Splitting by page count would produce two files of roughly 23.5MB each, both under the limit. But splitting by page count is guesswork when file size is the constraint. Pages vary enormously in data density. A page with a high-resolution photograph may be 3MB. A page of plain text may be 50KB. Splitting by page count can produce files that vary by an order of magnitude in size. Splitting by file size target produces files that each fit under a specific limit, regardless of how many pages that requires.
Splitting a PDF by file size instead of page count means telling the split tool the maximum size you want each output file to be, and letting the tool determine how many pages fit within that limit. The tool adds pages to the first output file until adding one more page would exceed the target size. Then it starts the next output file. Each output file is as close to the target size as the page sizes allow.
The Split PDF operation by file size is the go-to method when the split is driven by an external size constraint like an email attachment limit, a portal upload cap, or a messaging app file size restriction.

How File-Size-Based Splitting Works
The split tool analyzes each page contribution to the total file size. PDF pages do not have uniform sizes. A page with embedded images is larger than a page of text. The tool adds pages sequentially, tracking the cumulative file size. When the cumulative size approaches the target, it closes the current output file and begins the next. The process continues until all pages are distributed. Each output file is under the target size, with the last file possibly being smaller if the remaining pages do not fill a full allocation.
The PDF File Size target should include a safety margin. If the email limit is 25MB, target 22MB to allow for email encoding overhead. A file that is 24.9MB on disk may exceed 25MB when encoded for email transmission.
Try Split PDF
No installation needed. Works directly in your browser.
Comparison of Split Methods
| Method | Best For | Limitation |
|---|---|---|
| By page count | Documents with uniform page sizes where equal distribution matters more than file size | Output files may vary dramatically in file size. A text-only section produces a tiny file. An image section produces a large one |
| By file size | Email attachments, portal uploads, any scenario with a specific megabyte limit | Output files may vary in page count. One file may have 12 pages and another 3, depending on page content density |
| By content | Distribution to different recipients based on document sections | Requires the document to have identifiable content boundaries. Not suitable when the only constraint is file size |
Verifying Output File Sizes
After splitting, check the file size of each output file. Verify that each is under the target limit. Open each file and verify that the pages are in the correct sequence. The first output file should contain the beginning of the document. The last output file should contain the end. No pages should be duplicated or missing at the split boundaries. The Split PDF verification for file-size-based splitting confirms both the size compliance and the content integrity.
WukongPDF split tools support file-size-based splitting. The PDF Pages distribution by size ensures every output file meets its delivery constraints.
Calculating the Optimal Target Size With Safety Margin
The target file size should be 10-15 percent below the actual limit. An email limit of 25MB means a target of 21-22MB. The margin accounts for email encoding overhead, which adds approximately 33 percent to the transmitted size. A 22MB file on disk transmits as roughly 29MB.
The PDF File Size calculation for splitting should include the transmission overhead for the delivery method. What matters is the size at the recipient end, not the size on your disk.
Naming Split Files for Sequential Assembly
Name the split files to indicate their sequence. A naming convention like document-part1of3.pdf makes the sequence clear to the recipient. The recipient can reassemble the document by opening the files in order.
The Split PDF naming convention for size-based splits enables the recipient to navigate the document parts without confusion.
Handling Files Where a Single Page Exceeds the Size Limit
If a single page in the PDF is larger than the target file size, file-size-based splitting cannot produce a file containing only that page. The page itself exceeds the limit. Compress the oversized page before splitting, or split the page content itself if the tool supports page-level splitting. A page that cannot be split and cannot be compressed below the limit cannot be distributed through the size-constrained channel.
The PDF File Size single-page limit case requires pre-split compression. Compress the entire document first, then split by size. The compressed pages may fit within the target.
Using Split by Size for CD or USB Storage Constraints
File size splitting is useful beyond email limits. A CD-ROM has a 700MB capacity. A FAT32 USB drive has a 4GB per-file limit. Splitting large PDF archives by size ensures each output file fits on the target storage medium. The same tool and method apply regardless of the limit value.
The Split PDF size-based method adapts to any storage constraint. The target size is a parameter. The splitting logic is the same.
Verifying Split Completeness With a Page Inventory
After splitting by file size, create a page inventory listing which pages went into which output file. The inventory enables reconstruction of the original document order and confirms that no pages were lost during splitting. For critical documents, the inventory is the verification record.
The PDF Pages inventory after size-based splitting documents the output structure. Each file has a defined page range. The inventory makes the split transparent.
Try Split PDF
No installation needed. Works directly in your browser.
