Crop PDF Pages — Trim Margins Without Losing Content (2026)

By PDFGrover Team · · 7 min read

A scanned book has a 2 cm white border around every page that you want gone. A technical drawing has the figure you need buried in a wide layout. A report has internal classification stamps in the top margin that shouldn't reach the client. The common solution to all three is to crop the PDF — but cropping a PDF doesn't behave the way most people expect, and using it for the wrong job (especially confidential content removal) can leak data. This guide covers exactly what PDF cropping does, what it doesn't, and when to reach for a different tool.

The thing nobody tells you about PDF cropping

When you "crop" a PDF, you are not deleting content. You are updating a piece of metadata called the CropBox that tells PDF viewers "only render this rectangle of each page; ignore the rest." The trimmed content is still in the file — it's just hidden from the default rendering.

This is by design. The PDF specification defines several page boxes (MediaBox, CropBox, BleedBox, TrimBox, ArtBox), each describing a different rectangle of the same underlying page content. The MediaBox is the full physical page; the CropBox is the rectangle a viewer should display by default. Changing one doesn't change the other.

Two consequences follow from this:

  1. Cropping is reversible. Anyone who opens your cropped PDF in a capable editor (Adobe Acrobat, even some free tools) can expand the CropBox and see what you trimmed. If the trimmed area contained a phone number, a draft watermark, or a classification stamp, that data is still in the file and recoverable.
  2. File size stays roughly the same. No content is re-encoded — only the metadata changes. A 10 MB PDF cropped to half its visible area is still ~10 MB.

If you need either of those things to be different — actual removal of content, or actual reduction in file size — cropping is the wrong tool. Skip ahead to "When NOT to use Crop" below.

How PDFGrover's Crop PDF works

Our Crop PDF tool runs entirely in your browser. It uses a pure-JavaScript PDF manipulation library to load the PDF, render previews in-browser, accept a crop rectangle from you, and update every page's CropBox accordingly. The file never leaves your device.

The UI is built around three panels:

  1. Left panel — page thumbnails so you can scan the whole document and check how the crop will land on each page (important for mixed-size documents).
  2. Middle panel — a full preview of the first page with red overlays showing what will be cropped away and a green dashed border showing what will remain. The overlay updates live as you change the margins.
  3. Right panel — four margin inputs (Top / Bottom / Left / Right) in PDF points (72 pts = 1 inch = 25.4 mm), plus preset buttons for common values (0.5", 1", etc.).

When you click Crop, PDFGrover calls page.setCropBox(left, bottom, width - left - right, height - top - bottom) for every page in the document, then re-emits the PDF with the new CropBox metadata. Total round-trip: usually under a second, regardless of page count, because no content is re-rendered.

Common use cases where Crop is the right tool

These are the workflows where cropping (i.e. hiding margins via metadata) is exactly what you want:

Trimming scanned book margins

You scanned a book or a journal and every page has a 1-2 cm white border. Cropping pulls the content to the edge of the visible page, makes the text larger when displayed at a fixed zoom, and produces a cleaner reading experience without altering the source content. Bonus: the margin pixels are still in the file if you ever need them back (re-scanning a book is not fun).

Removing print bleed and crop marks

Design PDFs exported for offset printing often have crop marks, colour bars, and registration marks extending past the trim line. Cropping cleans these off for a viewer-friendly version while leaving the print-ready file intact.

Focusing on a single figure or chart

A 2-column technical paper has the diagram you need on page 7, taking up about a third of the page. Cropping to just that diagram's rectangle gives you a clean image of the figure you can drop into a slide deck or report.

Narrowing page width for a different paper size

You need to print a US-Letter PDF on A5 paper. Cropping the inner content rectangle gives you a smaller visible page that still prints cleanly without rescaling — text stays at its original size, just the empty margins are clipped.

Hiding non-confidential headers / footers

Hiding a "Draft v3" watermark in the header, or an internal page-numbering scheme, or a generated timestamp — none of which are secrets — works fine with cropping. The data is still in the file, but the recipient won't see it in their viewer unless they go looking.

When NOT to use Crop

Confidential data removal

This is the one to get right. Cropping does not delete sensitive content from the file. If you crop off a phone number, a Social Security number, internal pricing, or any other confidential data, that data is still recoverable by anyone who opens the PDF in an editor that exposes the CropBox property. Several high-profile data leaks in recent years involved exactly this — cropped or "blacked-out" PDFs where the underlying content was still in the file.

If you need confidential text or images actually gone from the document, use our Redact PDF tool. Redaction overlays opaque rectangles, then re-renders the affected page regions so the original content is destroyed at the byte level. The result is not reversible — which is exactly the point when the data is sensitive.

Reducing file size

Cropping doesn't make the file smaller. If you want a 50 MB PDF down to 5 MB for an email attachment, use Compress PDF, which actually re-encodes the embedded images at a lower DPI and quality.

Per-page crops

PDFGrover's Crop PDF applies one crop rectangle uniformly to every page in the document. If your document has mixed page sizes — for example, a landscape figure dropped into the middle of an otherwise-portrait report — the crop rectangle may fall outside some pages' visible area, leaving those pages partially or fully blank. Scan through the thumbnails before saving. For truly per-page edits, our Edit PDF tool lets you adjust pages individually.

How to choose good margin values

If you're trimming a scanned book and the white border looks even all the way around, start with 36 pts (0.5 inch) on all four sides — that's the "0.5"" preset button in the right panel. Save, open the output, see how it looks. Most book scans need 30-60 pts; you'll iterate to find the right value for your specific scan.

For focusing on a figure, the easier path is to drag the red overlay rectangles directly on the preview rather than typing margin numbers. The four margin inputs and the preview overlay are bound to each other — adjusting one updates the other in real time.

A useful sanity check: in the right panel, PDFGrover shows the current page dimensions in millimetres. A standard US Letter page is 216 mm × 279 mm; A4 is 210 mm × 297 mm. If your margins add up to more than 50-60% of either dimension, you're probably cropping more than you intend.

Walk-through: a real crop

  1. Open PDFGrover Crop PDF.
  2. Drag a PDF onto the uploader. Files stay on your device — nothing is uploaded.
  3. The first page renders in the centre preview; thumbnails populate on the left.
  4. Set the crop margins in the right panel — or drag the red overlay rectangles directly on the preview. The green dashed border shows what will remain.
  5. Scan the thumbnails on the left. If your document has mixed page sizes, check a few mid-document thumbnails to confirm the crop fits.
  6. Click Crop to apply the same rectangle to every page. Download the result.
  7. Open the output and verify: every page should show just the rectangle you selected.

Total time for a typical workflow: about 10 seconds plus however long the visual eyeballing takes.

Privacy and file handling

Crop runs entirely in your browser using an in-browser PDF library. The PDF is loaded into your tab's memory, the CropBox metadata is updated client-side, and the result is downloaded directly from your browser — nothing is uploaded to our server. Close the tab and the file disappears from memory; there's nothing on our side because nothing was ever on our side.

For the typical "crop a confidential scan" workflow, the privacy story is the privacy story end-to-end: the file is on your device when you start and on your device when you finish.

Further reading

Crop your PDF now — free, no upload, runs entirely in your browser.