Skip to content
PDFPilot
Guides

How to Crop a PDF Page: Remove Margins, Trim Borders, and Resize Content

5 min read

Key takeaways

  • Cropping a PDF adjusts the visible page area using the CropBox — the underlying content isn't deleted, just hidden.
  • Browser-based cropping tools work directly on the PDF structure, so no re-encoding and no quality loss.
  • Cropping is useful for removing scanner borders, reducing file size before emailing, or reframing a slide for a different display ratio.
  • Apply the same crop to all pages in one pass to standardise margins across a multi-page document.

What PDF cropping actually does

PDF cropping is a little different from image cropping. When you crop a JPEG, the pixels outside the crop boundary are permanently removed. When you crop a PDF, the content outside the boundary is hidden — it still exists in the file, it’s just not visible or printable.

The PDF specification controls this through a set of “box” values stored in each page:

  • MediaBox — the full physical size of the page (always present, can’t be removed)
  • CropBox — the region actually displayed and printed (defaults to MediaBox if not set)
  • TrimBox — the intended final size after cutting in print production
  • BleedBox — the area including bleed margin for professional printing

When you crop a PDF in most tools, you’re setting the CropBox to a smaller rectangle than the MediaBox. The content outside the new CropBox is masked but recoverable — open the file in Acrobat, reset the CropBox to the MediaBox, and everything comes back.

This distinction matters for two reasons. First, it means PDF cropping doesn’t actually reduce file size the way image cropping does — the hidden content still takes up space in the file. Second, it means a “cropped” PDF can always be uncropped, which is useful if you want to preserve the original layout while sharing a cleaner view.

Common reasons to crop a PDF

Removing scanner borders. Flatbed scanners often pick up the scanner lid edge as a dark border around each page. Cropping to the interior of the scan gives you a clean document without re-scanning.

Trimming unnecessary white space. Academic papers and government documents often have wide margins that waste screen real estate on a tablet or phone. Cropping to a tighter area makes the text fill more of the display.

Reframing slides. Presentation exports sometimes include the slide number, speaker notes preview, or a header bar that you don’t want in a distributed PDF. Crop to just the slide content.

Preparing for email. While cropping doesn’t reduce file size by itself, combining it with compression (applied to the visible content) can significantly shrink a file destined for email attachment.

Cutting a two-page spread. Scans of open books often produce two-page spreads on one PDF page. Cropping lets you isolate one side of the spread, though getting a clean single-page result usually requires splitting and cropping separately.

How to crop a PDF in the browser

PDF Pilot’s browser-based editor lets you crop pages without uploading your file to a server. Everything happens locally:

  1. Open your PDF. Drag it onto the editor or use the file picker.
  2. Select Crop. The crop tool overlays a resizable rectangle on the page preview.
  3. Adjust the handles. Drag the corners or edges to define the new visible area. Numerical input fields let you set exact pixel or millimetre values if you need precision.
  4. Preview. Toggle the preview to see the result before applying.
  5. Apply to this page or all pages. If you’re removing a consistent scanner border, applying the same crop to every page saves time.
  6. Download. The output is a new PDF with the CropBox set to your selection.

Cropping vs. resizing: what’s the difference?

Cropping changes the visible area of a page without changing the content. Resizing (scaling) changes the size of the page while keeping the same content. They look similar in some cases but are different operations:

  • Crop a wide-margin document → smaller visible area, content at original scale
  • Resize a wide-margin document → same visible area, content scaled down

If you want to make a PDF that displays at a specific physical size (A5 instead of A4, for example), you want to resize, not crop. If you want to remove unwanted space around the content, crop is the right tool.

Cropping and PDF/A archival formats

PDF/A is a strict archival subset of PDF that’s widely used for legal and regulatory documents. Cropping a PDF/A file changes the page geometry and may invalidate the conformance claim — some validators treat a CropBox that doesn’t match the MediaBox as a conformance issue.

If your PDF carries a PDF/A conformance label and you need to maintain it, crop only with a tool that preserves the conformance markers, or be aware that the output may need re-certification.

When the hidden content is a privacy concern

Because cropping hides rather than removes content, a cropped PDF is not a redaction tool. If you crop a page to hide a home address or bank account number, anyone who opens the file in a viewer that ignores the CropBox — or any tool that sets the CropBox back to the MediaBox — can read the hidden content.

For actual removal of sensitive information, use a proper redaction tool that permanently removes the content from the file structure. PDF Pilot’s redact feature does this correctly; the cropping tool does not.

Tips for consistent results

  • Zoom in to check alignment before applying. A crop that looks symmetrical at full-page view can be slightly off-centre at the document’s actual print resolution.
  • Use the numerical input for precise margins. Dragging handles is convenient for visual alignment but imprecise for documents that need to match a specific page size standard.
  • Check the last page separately. Back matter (indexes, blank pages, notes pages) often has different layout from the body and may need a different crop, or no crop at all.
  • Save a backup. Because cropping is reversible in the file structure, saving the original is usually just a matter of not overwriting it — but keeping a copy before any edit is good practice.
#crop #PDF editing #margins #page size #trim