Cropping a PDF means changing the visible rectangle of every page — the CropBox — without touching the text, images, or vector graphics underneath. When a PDF viewer decides what to show, it reads the CropBox along with the MediaBox (the full page boundary), and any part of the page that falls outside the new CropBox is simply hidden from view. The underlying page content stays stored in the file exactly as it was, so cropping is non-destructive: nothing is deleted, flattened, or thrown away. This is also why you can usually undo a crop, either by re-entering smaller margins or by using another PDF tool that resets the CropBox to match the original MediaBox. Because the change is purely a display instruction rather than a rewrite of the page, cropping works instantly and behaves the same way whether your file is a scanned contract, an exported slide deck, or a multi-hundred-page book. Understanding this distinction matters before you crop a sensitive document, because the hidden content is still recoverable by anyone who knows how to inspect a PDF.

crop pdf explained
crop pdf explained

What Happens When You Crop a PDF

Every page in a PDF carries at least one rectangular boundary, called a box, that defines a specific region of the page for a particular purpose. The MediaBox is the full physical page — the canvas on which everything is drawn. The CropBox is the rectangle the viewer uses to decide what to render on screen or paper. Trimming a PDF is the act of shrinking that CropBox inward from the edges.

This is why the result of cropping can look so clean: the page content below the new CropBox is exactly where it was before, and the viewer simply stops drawing at the new boundary. Tools such as Crop PDF follow that same definition, applying the new rectangle to every page in a single pass and leaving the file structure otherwise intact. There is no rasterisation, no re-encoding, and no flattening involved.

The Three Boxes Most PDFs Carry

BoxPurposeEffect of Cropping
MediaBoxDefines the full physical page boundaryUnchanged — the page itself is not resized
CropBoxDefines the visible region a viewer rendersShrinks inward by the margin values you enter
BleedBox / TrimBox / ArtBoxOptional boxes for printing and productionNot modified by basic cropping

The distinction between MediaBox and CropBox is the key idea behind every crop tool. Because the MediaBox stays the same, the underlying page coordinates do not move; only the viewing window gets smaller. That is why the same cropped file, opened in a viewer that ignores the CropBox, would still display the full original page.

Why the Same Margins Apply to Every Page

Most documents that need cropping share one thing in common: every page was produced by the same scanner, slide template, or page layout. The unwanted border on page one is almost always identical to the unwanted border on page fifty. That is why Crop PDF applies a single set of top, right, bottom, and left margins to every page in the document at once.

If your file has pages with very different layouts — say, a scanned book where odd pages carry a wide binding gutter but even pages do not — the one-size-fits-all behaviour will not match the ideal margin for every page. In that situation, you can crop in multiple passes: splitting the file with Split PDF, cropping each batch with its own margins, and then recombining the results with Merge PDF. Each individual crop is still reversible, and the merged result is just a new display window on each page.

Choosing Between Points, Millimeters, and Percent

The PDF format uses points as its native unit, with 72 points equal to exactly one inch and 25.4 millimetres equal to exactly one inch. That gives the clean conversion that most crops rely on. The Crop PDF tool accepts any of the three and lets you switch between them without reloading the file, so you can dial in values from a print spec and then fine-tune them as a percentage.

UnitBest used whenConversion to points
Points (pt)You already have a print or layout spec in points1 pt = 1 pt
Millimetres (mm)You are matching a physical paper size such as A41 mm ≈ 2.8346 pt
Percent (%)You want the crop to scale with pages of different sizes1% of (width or height) in points

A live page-size hint in the tool shows the current dimensions in your chosen unit, which makes it easier to estimate sensible values before committing. To convert a margin manually, multiply millimetres by 72 and divide by 25.4: a 10 mm trim equals about 28.35 points, and a 50 mm trim equals about 141.73 points. Switching units does not convert your previously entered numbers automatically — it just re-labels the boxes — so always recheck the values after switching.

How to Crop a PDF in Your Browser

  1. Click Browse PDF and choose the file you want to crop, or drag the file directly onto the page — the file is read locally in your browser.
  2. Pick a margin unit (points, millimetres, or percent) and enter how much to trim from the Top, Right, Bottom, and Left of every page.
  3. Click Crop PDF and download the cropped copy from the result link — the same margins are applied to all pages and nothing is uploaded.

The whole pass runs inside the browser using JavaScript, so the original file never leaves your computer. If the tool detects a password-protected or corrupted file, it reports that clearly and refuses to write a damaged output; unlock the file first or repair it, then return to crop. Built-in validation also prevents you from entering negative margins or values that would crop the entire page.

Cropping Is Not Redaction: What to Know

Because cropping only changes the display rectangle, any text or image that lies outside the new CropBox is still embedded in the PDF file. A user with the right tool can reset the CropBox, view the hidden regions directly, or extract the underlying objects. For most everyday uses — cleaning up a scanned border, removing slide headers, tightening a book layout — that is exactly what you want, because the crop is easy to undo. For documents where you genuinely need to remove confidential information, cropping is not enough.

Use a dedicated redaction or flatten workflow for medical records, financial statements, legal exhibits, and any file you intend to publish or share publicly. The CropBox technique is a display trick; permanent removal requires rewriting or rasterising the page content itself. Treat cropping as a layout adjustment and redaction as a security operation — they solve different problems.

Tips for Scanning, Slides, and Book Pages

For phone-scanned documents, look for a rotation flag on the page before you enter margins. Phone scans often store the page rotated 90 or 180 degrees internally, so the Top margin you type may correspond to a different physical edge than the one you see on screen. The tool flags rotated pages so you can interpret the values correctly.

For slide decks exported to PDF, the most common culprit is a repeated header or footer band that runs along the bottom of every slide. Cropping that strip with a consistent bottom margin tightens the layout without changing the slide content. Combine the crop with a rotation step in Rotate PDF if some slides were exported sideways, or with page-number stamping in Add Page Numbers to PDF if you want consistent numbering after the layout change.

For book or magazine scans, watch out for already-cropped files. If the PDF was previously trimmed, the new margins are measured from the original MediaBox rather than from the visible region, so a second crop will not stack on top of the first — it resets the CropBox. Re-enter smaller margins to trim further, or use zero margins to restore the original view. When a deck or scan is mixed-page-size, switching to percent-based margins keeps the proportional crop consistent across the document.