Crop PDF

Trim margins from every page by a set amount on each edge.

Click to choose a PDF file

Processed entirely on your device

How to Use

Upload a PDF and enter how many points to trim from each edge (top, bottom, left, right). This adjusts the page's visible crop area uniformly across every page, useful for removing excess white margin, unwanted headers/footers, or scanner artifacts around the edges of a document.

Understanding Points as a Unit

PDF documents measure position in points, where 72 points equal 1 inch. A standard US Letter page is 612 × 792 points, while A4 is roughly 595 × 842 points. If you want to trim half an inch from each side, that's 36 points. A quarter inch is 18 points, and a full inch is 72 points, so most everyday trims fall somewhere between 10 and 50 points depending on how aggressive you want the crop to be.

Worked Example: Trimming a Letter Page

Start with a standard US Letter page at 612 × 792 points. With the default 20pt trim on all four sides, the math is straightforward: new width = 612 − 20 − 20 = 572 points, new height = 792 − 20 − 20 = 752 points. The resulting crop box is anchored at (20, 20) from the bottom-left corner and spans 572 × 752 points, which shaves a little under a third of an inch off every edge, enough to remove a thin scanner border without cutting into real content.

Now say you want to remove a full half-inch margin on every side instead, that's 36 points per edge. On the same Letter page: new width = 612 − 36 − 36 = 540 points, new height = 792 − 36 − 36 = 720 points. On an A4 page (595 × 842pt) with that same 36pt trim, you'd get new width = 595 − 72 = 523 points and new height = 842 − 72 = 770 points. Notice the crop amount you enter is identical, but the resulting page proportions differ because A4 and Letter start from different base dimensions.

If you push the trim too far, say entering 320 points on both left and right for a 612-point-wide Letter page, the math produces 612 − 320 − 320 = −28, a negative width. The tool catches this before saving and shows an error rather than generating a corrupted, zero-or-negative-size page.

Why Crop Instead of Resize or Reprint

Cropping is nondestructive in the sense that it only changes the visible boundary (the crop box) rather than re-rendering or re-flowing the actual page content. This makes it the right tool for removing scanner artifacts, black borders from a photocopier, oversized margins left by a word processor's default template, or a footer that was accidentally left in from an earlier draft. It's a poor substitute for actually re-laying-out a document, if your content itself needs to be repositioned or resized to fit a new page size, cropping alone won't achieve that, since anything inside the newly-shrunk visible area stays exactly where it was originally drawn.

Common Mistakes When Cropping PDFs

The most common mistake is entering the same trim value on all four sides without checking whether the content is actually centered on the page. A scanned document with a heavier margin on one edge than the other will end up with content pushed uncomfortably close to one side after a uniform crop. Preview the first page after cropping before batch-applying the same settings to a large document.

Another mistake is confusing crop with resize. Cropping never changes the scale of anything inside the page, it only redefines which portion of the page is visible and printable. If your goal is to shrink an oversized page down to fit standard paper, you need a page-resizing tool, not a crop tool, since cropping an oversized page just chops off content rather than scaling it down.

Real-World Use Cases

Scanned documents frequently pick up thin black borders or skewed edges from the scanner glass, cropping a consistent margin off all sides cleans this up before the file is archived or shared. Students and researchers crop wide academic paper margins down to fit more comfortably on a tablet or e-reader screen. Print shops crop PDFs with bleed marks or crop registration marks left in from a professional print job before distributing a client-ready copy. Presenters sometimes crop slide-exported PDFs to remove excess whitespace around the visible slide content before combining them into a single handout document.

Testing Your Settings Before a Large Batch

If you regularly crop similar documents, for instance a stack of scanned receipts or a recurring monthly report from the same source, it's worth running one file through first with your intended trim values and opening the result in a PDF viewer to confirm nothing important got clipped. Since the crop applies uniformly to every page, a value that works for a title page with generous margins might cut too close on a data-dense page later in the same document. A few seconds spent verifying the first export saves you from re-uploading and re-processing a much larger file later.

Frequently Asked Questions

Does cropping delete the trimmed content permanently?

Cropping changes the visible/printable area (the crop box), most PDF viewers will only display and print within that area, though the underlying content technically remains in the file's data. For most practical purposes, treat it as if the trimmed area is removed.

Can different pages have different crop amounts?

This tool applies the same margins to every page uniformly. For page-specific cropping, you'd need to process pages individually using a more advanced PDF editor.

What happens if I enter a trim amount that's too large?

The tool checks the resulting page size before saving. If your top and bottom trims (or left and right trims) add up to more than the page's actual width or height, it stops and shows an error instead of producing a broken, zero-size page.

Does cropping shrink the PDF's file size?

Usually only marginally. Cropping adjusts the visible boundary, it doesn't re-encode images or delete embedded fonts, so the underlying data (and file size) stays close to the original even though the visible page appears smaller.

Can I crop only some pages of the PDF and leave others untouched?

Not directly. This tool applies the same crop to every page in the file. If you need certain pages left at full size, split the PDF first, crop the relevant pages separately, then merge everything back together.

Will cropping affect how the PDF prints?

Yes, most printers and PDF viewers respect the crop box, so only the area inside it prints. This is exactly why cropping is useful for removing stray scanner borders or blank margins before printing or sharing a document.