Crop PDF vs Split PDF
Choose this if
the pages have too much margin and you want more of the content visible on screen
How they compare
| Criterion | Crop PDF | Split PDF |
|---|---|---|
| What it removes | Visible area around the edge of each page | Whole pages from the document |
| Page count afterwards | Unchanged | Reduced to what you selected |
| Effect on file size | Almost none: the content is still in the file, merely not displayed | Reduced, though less than expected: shared fonts travel with any page that uses themBetter here |
| Recoverable | Yes. Resetting the crop box reveals everything again | Not from the output: the removed pages are genuinely absent |
| Safe for hiding content | No. Cropped content is still in the file and trivially recovered | Yes for whole pages, since an omitted page is not copied acrossBetter here |
Which is best for you
Crop when you are reading on a small screen
Academic papers and scanned books carry enormous margins that waste most of a tablet screen. Cropping them away means the text renders larger without any loss of quality, because nothing is re-rendered. A crop box is metadata the viewer obeys. Scanned books usually need two passes, since the binding gutter alternates sides between odd and even pages.
Split when you only need part of the document
Sending one chapter rather than the whole report, pulling the signature page out of a contract, separating a scanned batch into individual documents. The range syntax handles the awkward cases (1-3, 7, 12- for twelve to the end) and writing the pieces out of order reorders them, which is occasionally exactly what you want.
The recommendation
If the goal is a smaller file, split, and adjust your expectations, because neither tool compresses anything. Cropping changes nothing about file size at all, since the content outside the crop box remains in the document. Splitting genuinely removes pages but shared resources such as embedded fonts still travel with whatever pages you keep, so a single page extracted from a five-megabyte report can easily be a megabyte on its own.
Frequently asked questions
Will cropping make my PDF file smaller?
No. A crop box tells viewers which region to display; every byte of the original content is still in the file. The file size is effectively unchanged, and resetting the crop box brings the hidden area straight back.
Can I use cropping to hide confidential information?
Absolutely not. The content is still present and any tool can reveal it by resetting the crop box. This is a well-documented way organisations have leaked redacted material. Remove sensitive content from the source document before producing the PDF.
Why is my single extracted page still so large?
Because a PDF shares resources across pages. An embedded font is stored once for the whole document, and any page using it needs the entire font. Extracting one page from a large report frequently produces a file far bigger than one twentieth of the original.