How to crop a PDF (remove white borders, focus on content)

A practical 2026 guide to PDF cropping — auto-detect, per-page, ratio-constrained.

6 min read

How to crop a PDF — remove white borders, focus on content

By ScoutMyTool Editorial Team · Last updated: 2026-05-20

After working with hundreds of users on print-prep and presentation-prep workflows, the moment a PDF needs to fit a different shape than it was originally laid out for — a slide aspect, a thumbnail crop, a content-tight social-media share — the right operation is page cropping. Below is how PDF crop works, the five cropping modes the tool supports, and the workflow that handles the common cases without manual per-page work.

The five cropping modes

ModeHow it worksWhen to use
Auto-detect content (default)Tool finds bounding box of painted content per pageTrim whitespace around scanned or designed content
Drag a uniform rectangleClick-and-drag a rectangle; applied to all pagesDocuments with consistent margins, focused crop
Per-page manualAdjust crop rectangle independently for each pageMixed-content documents where each page differs
Specific pages onlyRange syntax (e.g. "3-7, 12") to limit crop to listed pagesSkip title page, crop body pages
Aspect-ratio constrainedLock crop ratio to 16:9, 4:3, 1:1, etc.PDF -> presentation slide / social media image

Step-by-step: crop a PDF

The ScoutMyTool tool lives at scoutmytool.com/pdf/crop-pdf. Runs client-side — no upload, no signup, no quota.

  1. Drop your PDF. One file at a time. Loads into a sandboxed memory buffer; nothing is uploaded.
  2. Pick the crop mode. Default is "Auto-detect content per page" — fits the crop to the painted-content bounding box. For uniform crops, switch to "Drag a rectangle" and adjust on the page preview.
  3. Adjust the crop rectangle. In the page preview, drag the corner handles to set the crop boundary. The tool shows the current dimensions in points and millimetres for reference.
  4. Pick scope. "All pages" applies the crop uniformly. "Specific pages" lets you type a range like "3-7, 12" to crop only those. "Per-page" lets you adjust each page independently — slower but right for asymmetric documents.
  5. Optional: aspect-ratio lock. Toggle 16:9 / 4:3 / 1:1 to constrain the crop rectangle to a specific ratio. Useful when prepping PDF pages for insertion into PowerPoint, social-media posts, or fixed-format containers.
  6. Click Crop & Download. The tool updates the CropBox on each chosen page and writes the modified PDF. Output downloads automatically.
  7. Verify in any PDF reader. The cropped pages should show only the visible region; the file size is essentially unchanged because the underlying content streams are preserved.
  8. For permanent crop (destructive).If you need the cropped-out content gone from the file (privacy reasons), follow up with the Flatten PDF tool to bake the visible region into the page content and remove everything outside.

CropBox vs MediaBox — the technical detail

The PDF specification defines five page-bounding rectangles1: MediaBox (the physical page size), CropBox (what viewers display), BleedBox (the print bleed area), TrimBox (the final trimmed size in print), and ArtBox (the area containing the meaningful content). PDF cropping modifies the CropBox, leaving the MediaBox and the underlying content unchanged. This is why cropped content is recoverable — the bytes are still in the file, only the visible window has changed.

For print-production workflows where the trim line matters more than the screen-visible area, the right edit is to the TrimBox or BleedBox rather than the CropBox. Acrobat Pro's Print Production tool exposes these separately; the ScoutMyTool crop tool edits CropBox by default with optional access to TrimBox / BleedBox in the advanced section.

Related ScoutMyTool articles and tools

Frequently asked questions

What does "cropping" a PDF actually do?
PDF cropping modifies the page's CropBox — a rectangle in the PDF page definition that tells viewers which part of the underlying page to display. The page content underneath is unchanged; only the visible window is reduced. This means crop is non-destructive (you can un-crop later by editing the CropBox back to the original MediaBox) and the file size stays roughly the same. It is different from "extract a region as a new image" — that operation rasterises the cropped area; PDF crop preserves the vector content within the new bounds.
Will the cropped-out content still be in the file?
Yes — the page content stream still contains everything outside the crop region, the CropBox just tells the viewer to display only the visible window. This is convenient (you can un-crop later) but it has a privacy implication: cropping does NOT remove content from the file. If you cropped to hide sensitive content at the page edges, someone with a PDF editor can reset the CropBox and see what you hid. For real removal, use the PDF Editor to delete the content from the content stream, or rasterise the cropped page to an image and rebuild the PDF around it.
How does auto-detect crop work?
It analyses each page's content stream to find the bounding box of all painted content — text, images, vector marks — and sets the CropBox to that bounding box plus a small margin (default 6 mm). Pages with uniform whitespace at the edges (typical word-processor exports with default margins) get noticeably tighter; pages already cropped to the content edge are unchanged. Auto-detect handles per-page variation correctly — a document where page 1 has tight margins and page 2 has wide margins gets two different crops.
Can I crop only some pages, not all?
Yes. The tool offers three scope modes: (a) Apply to all pages — same crop rectangle on every page. (b) Apply to specific pages — type a range like "3-7, 12" and only those pages are cropped. (c) Per-page auto-detect — each page gets its own tight bounding-box crop. The first is right for documents with consistent margins; the second for asymmetric cases (crop the title page but not the body); the third for documents where each page has different optimal margins.
Does cropping affect page numbering, headers, or footers?
It can — pay attention. Page numbers and running headers / footers are usually placed near the page edges, which is exactly the area you crop away. If you crop too tightly, the page numbers vanish. The auto-detect mode is content-aware enough to keep page numbers in the visible region by default; manual crop modes do not protect them. Always preview the cropped output before downloading.
Will cropping change how the PDF prints?
Yes — by design. Print uses the same CropBox the viewer uses, so a cropped page prints with only the visible content. This is the right behaviour for most use cases (you want the print to match the screen view). If you want to crop for screen viewing but print the full original page, you have to revert the CropBox before printing — or, more reliably, keep two versions of the file (cropped for screen, original for print).
Is my PDF uploaded?
No. Cropping runs entirely in your browser using pdf-lib. The PDF is loaded into a sandboxed memory buffer, the CropBox is updated for the chosen pages, the modified file is delivered as a download. Verify in DevTools Network — zero outbound requests. The crop operation is one of the cheapest PDF edits structurally, and the privacy preservation is real.

Crop your PDF now — free, no signup, no upload

Auto-detect content, per-page manual, aspect-ratio lock. Runs entirely in your browser.

Open the Crop PDF tool at scoutmytool.com/pdf/crop-pdf →