Cropping a PDF page means changing the visible rectangle — known as the CropBox — that a PDF viewer uses to display each page, so only the area inside your chosen margins is shown. The simplest way to use a PDF crop page tool is to open the page in your browser, set the amount to trim from the top, right, bottom, and left in points, millimeters, or percent, and click the crop button to download a fresh copy of the file. The trim is non-destructive: text, images, and vector content outside the new frame remain stored inside the document, so your original stays recoverable and the crop can be reversed by another tool, or by this one with zero margins. Because the entire operation runs in JavaScript on your own device, the file never leaves your computer and is never sent to a server, which makes the approach safe for contracts, statements, and other private records. The same four margins are applied to every page in one pass, which is ideal when your scans or exported slides share a consistent layout and you want a uniform result in seconds rather than a per-page edit.

how to use pdf crop page
how to use pdf crop page

What Cropping Actually Does to a PDF Page

A PDF page carries several internal rectangles that describe where content sits and where the viewer should draw it. The MediaBox is the full physical page size. The CropBox is the rectangle the viewer actually shows. Cropping changes only the CropBox, leaving the MediaBox and the underlying page content untouched. Text streams, embedded fonts, images, and vector paths stay exactly where the original author placed them; the viewer simply stops drawing anything outside the new rectangle.

Because the change is limited to one rectangle, a crop is fully reversible. Apply zero margins, or use a professional PDF editor to set the CropBox back to the MediaBox, and the "missing" content reappears. This is also why cropping is not the same as redaction. A determined user with a PDF editor can still recover hidden text and images from a cropped file. For permanently removing confidential information such as account numbers or personal details, use a dedicated redaction or flatten workflow instead of a margin crop.

How to Use the Crop PDF Tool: Step by Step

  1. Click Browse PDF and choose the PDF you want to crop, or drag the file onto the page. The PDF is read directly into your browser's memory; nothing is sent to a server.
  2. Pick a margin unit from the dropdown: points (pt, the native PDF unit where 72 points equal one inch), millimeters, or percent of the page size. You can switch units at any time without re-loading the file.
  3. Enter the amount you want to trim from the Top, Right, Bottom, and Left. A live page-size hint shows the current page dimensions in your chosen unit, and built-in validation stops you from entering a negative number or accidentally cropping the whole page away.
  4. Click Crop PDF. The tool builds a new PDF with the updated CropBox applied to every page and offers a direct download link. Your original file stays untouched on your computer.

That is the entire workflow: open the Crop PDF tool, choose a file, set four numbers, and download. Nothing leaves your browser. If you want to fine-tune the result or undo the crop, simply re-load the file, change the margins, and crop again — the original is still on your disk.

Choosing the Right Unit: Points, Millimeters, or Percent

The three units cover the situations most readers run into. Picking the right one removes the need for manual conversion and keeps your crop values easy to read.

Unit What it means Best for
Points (pt) The native PDF unit; 72 pt = 1 inch. Print specifications, exact fractions of an inch, working from a designer or prepress file.
Millimeters (mm) Metric length; 25.4 mm = 1 inch. A4, A5, and other ISO paper sizes, or any spec written in millimeters.
Percent (%) A share of the current page width or height. Documents with mixed page sizes where the same proportion should be trimmed everywhere.

Because the tool converts internally — millimeters and percent are normalized to points before being applied — you can switch units at any time without re-loading the file.

A Quick Worked Example

To see the math behind the tool, crop a standard US Letter page (8.5 × 11 in, or 612 × 792 pt) by 36 pt on every side:

  • New x = left margin = 36 pt
  • New y = bottom margin = 36 pt
  • New width = 612 − 36 − 36 = 540 pt
  • New height = 792 − 36 − 36 = 720 pt

The visible area becomes 540 × 720 pt, which equals 7.5 × 10 inches. That is the size a PDF viewer will draw on screen, and the same calculation applies for every page because the same margins are used everywhere. If you switch the unit to millimeters (36 pt ≈ 12.7 mm), the final visible rectangle stays the same — only the input numbers change.

What to Know Before You Crop

A few limits shape when the tool will and will not give you the result you expect. The same four margins are applied to every page in one pass. This is the right behavior for scanned documents and slide decks where every page shares a layout, but it means a single oddly sized page cannot be given a different crop in the same run.

Margins are always measured from the original full page, not from the currently visible area. Cropping a file that was already cropped resets the previous crop rather than trimming further from the visible box. On pages that carry a rotation flag — common with phone scans of receipts or book pages — the margins apply to the page's unrotated orientation, so "Top" may not match the edge you see on screen. The tool shows a note when it detects a rotated page so you can compensate.

Password-protected PDFs cannot be read without their password. The tool reports this clearly so you can unlock the file first with a password you already know. Corrupted files are reported in the same way rather than silently producing a broken output.

Cropping alone does not shrink the file size. The underlying content is preserved, so a heavily cropped PDF can still be roughly the same size as the original. To reduce file size, run the cropped result through a PDF compression step afterwards, or follow a guide to permanent cropping when you also need to discard the hidden content.

Privacy and File Safety During Cropping

Privacy is built into how the tool runs. When you pick a file, it is read into memory and processed locally by JavaScript in your own browser; there is no server upload, no cloud storage, and no tracking of document contents. The bytes stay on your computer from start to finish, which is why the tool is safe to use on confidential contracts, medical records, financial statements, and any other sensitive material.

Because everything runs client-side, the tool is fast, works offline once the page has loaded, and costs nothing to use. When cropping finishes, the tool builds a new PDF and offers it as a direct download link, so you keep a fresh cropped copy while your original stays untouched. For a fuller cleanup routine, pair cropping with splitting or merging to handle the rest of the document in the same no-upload environment.