Crop marks on a PDF define the exact area that will be visible after printing and trimming, and you can apply them by setting top, right, bottom, and left margins on every page in one pass. The fastest way to do this is with a browser-based Crop PDF tool: you choose your file, type the trim values in points, millimeters, or percent, click crop, and download the new file. The same four margins are applied to every page, giving you a uniform trim frame across the whole document. Because the operation runs locally in your browser, your PDF never leaves your device, and the original file stays untouched on disk. The result is a clean, tighter PDF that prints, shares, and embeds without thick white borders, scanner edges, or stray headers eating into the layout. This guide walks through exactly what crop marks do in a PDF, how to add them with the Crop PDF tool, which unit to pick, and what cropping does — and does not — change about your file.

Understanding What Crop Marks Do in a PDF
In professional print production, crop marks (also called trim marks) are thin lines printed at the corners of a page that tell the finishing equipment where to cut. In a digital PDF, the equivalent is the CropBox — an invisible rectangle stored inside the file that tells PDF viewers which part of each page to display. When you "put crop marks on a PDF" in the practical sense, you are defining that CropBox so the viewer shows only the content you want and hides the rest. This is the same model that Adobe Acrobat, Foxit, and PDF-XChange use, and it is what a browser-based Crop PDF tool applies when you enter your four margin values.
The CropBox sits on top of two other rectangles every PDF page carries by default. The MediaBox is the full physical sheet the page was laid out on. The CropBox is the visible region shown to readers, and it defaults to the MediaBox. Optional BleedBox and TrimBox rectangles are used by print workflows to define bleed and trim regions, but most everyday trimming tasks only need the CropBox. When you set a 10 mm top margin, the tool shifts the top edge of the CropBox down by 10 mm from the MediaBox, the same shift happens on the right, bottom, and left, and the four operations together produce a new visible frame for the page. Because the CropBox is just metadata, the operation is fast, lossless, and reversible.
How to Put Crop Marks on a PDF in Your Browser
- Open Crop PDF in your browser and click "Browse PDF" to pick the file you want to trim, or drag the file onto the page. The file is read locally in your browser — nothing is uploaded.
- Pick a margin unit: points (pt), millimeters (mm), or percent (%). The tool shows a live page-size hint so you can judge sensible values before you commit.
- Enter how much to trim from the Top, Right, Bottom, and Left. The same four values are applied to every page in the document.
- Click "Crop PDF" and wait for the result. The page validates your input to stop you from cropping more than the page size or entering a negative number.
- Download the cropped copy from the result link. Your original file stays untouched on your computer.
That is the whole workflow. The file goes from your disk to the cropped download without ever leaving the browser. The four values you typed become the new CropBox on every page, and the PDF viewer you open the result in will show exactly the region you defined.
Choosing the Right Unit: Points, Millimeters, or Percent
Which unit you should pick depends on what your crop marks are trying to match. If you are aligning a PDF to a specific print trim size, millimeters or points are the practical choice because they translate directly to physical paper. If you want a quick proportional trim across a stack of pages that share a layout, percent is faster because you do not have to look up the page size first.
| Unit | Best for | Key equivalent |
|---|---|---|
| Points (pt) | PDF-native values, exact inch-based trimming | 72 pt = 1 inch = 25.4 mm |
| Millimeters (mm) | Matching print specs, ISO paper sizes | 1 mm ≈ 2.835 pt |
| Percent (%) | Quick proportional trim across mixed page sizes | 10% of 595.28 pt = 59.53 pt |
You can switch units at any time without re-uploading the file. The tool converts the value to points internally before writing the new CropBox, so the same physical trim can be entered in any of the three units and produce the same result. Points are the native unit of the PDF format, millimeters map cleanly to the way print shops talk about paper, and percent is the easiest way to remove a uniform border from a scan without measuring it first.
A concrete worked example: an A4 page is 595.28 × 841.89 points, which equals 210 × 297 mm. If you enter 10 mm on every side, the tool converts 10 mm to 28.35 points (because 10 × 72 ÷ 25.4 ≈ 28.35). The new CropBox is then:
- width = 595.28 − 28.35 − 28.35 = 538.58 pt
- height = 841.89 − 28.35 − 28.35 = 785.19 pt
That is the visible area after the crop, and it equals 190 × 277 mm in print terms — a 10 mm margin removed from each edge of an A4 sheet.
What Cropping Does (and Does Not) Change
This is one of the most important things to understand before you put crop marks on a PDF. Cropping only changes the CropBox — the frame a PDF viewer uses to decide what to show. The text, images, and vector graphics that fall outside the new frame are still stored inside the file. They are simply hidden from view. That design has two practical consequences you should plan around.
First, the change is reversible. Another pass through Crop PDF with zero margins, or a different tool, can restore the original view because the underlying content was never deleted. This mirrors how professional PDF editors handle cropping and is exactly the behavior you want when you are iterating on a print layout. Second, cropping is not redaction. Because the hidden content is still in the file, cropping is not a safe way to permanently remove sensitive information such as account numbers, personal details, or confidential notes. For that, you need a dedicated redaction or flatten workflow that overwrites the underlying objects. It also means cropping does not shrink the file. The same images and fonts are still there; only the visible frame is smaller. If your goal is a smaller file as well as a tighter layout, combine cropping with a compression step after the crop is final.
Edge Cases to Watch For
A few situations come up often enough to call out before you start trimming. Margins are always measured from the original full page, so 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, which is common with phone scans, the margins apply to the page's unrotated orientation, so the "Top" field 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 and are reported clearly so you can unlock them first. And on documents with mixed page sizes, the same percent value scales differently from page to page, so percent is best when all pages share a layout; for mixed sizes, points or millimeters give predictable absolute trims that do not drift.
Pairing Cropping With Other Browser Tools
Trimming margins is rarely the only thing you want to do to a finished PDF, and the same no-upload browser environment has tools for the rest of the cleanup. If some pages came in sideways, the Rotate PDF tool turns them 90, 180, or 270 degrees in place. To add page numbers to the cropped file, the Add Page Numbers to PDF tool stamps them in the corner you choose. To remove a few stray pages from the cropped result, the Delete PDF Pages tool trims the page count without re-uploading. And to split a large cropped file into smaller pieces for sharing, the Split PDF tool divides it by page count or custom ranges. All of these run client-side, so the same privacy guarantee applies: the file never leaves your device from the first crop to the final download.