How to crop pdf pages to the content area only
- Step 1Measure the gap from content to page edge — Open the page in a viewer, zoom in, and estimate the distance in points from the content boundary to the page edge on each of the four sides. There's no auto-detect, so this measurement is what you'll type.
72 pt= 1 inch helps you gauge. - Step 2Open the crop tool and drop the PDF — Load the document into the PDF Crop tool. It processes locally in your browser; nothing is uploaded. Free accounts handle PDFs up to 2 MB and 50 pages.
- Step 3Enter a tight crop on all four sides — Type the measured distances (minus a small buffer) into
top,right,bottom, andleftso the visible page hugs the content closely. The four values can differ if the content isn't centred. - Step 4Leave a small safety buffer — Subtract about 5–10 pt from each measured distance so a slightly misjudged measurement, or content that varies a little page to page, doesn't get clipped. You can always tighten on a second pass.
- Step 5Run the crop — The tool applies the same CropBox to every page and outputs a new PDF. The original is untouched.
- Step 6Verify, then rasterise if you need an image — Open the result and confirm the crop is tight but nothing is clipped. If you want a cropped image rather than a PDF, run the cropped file through PDF to PNG or PDF to JPG — they render the visible (CropBox) area.
Manual crop — what it can and can't do
Being precise about the tool's real behaviour so you choose the right approach.
| Capability | Supported? | Detail |
|---|---|---|
| Auto-detect content edges | No | You type the four point values yourself |
| Per-page / per-figure crop | No | One CropBox applies to every page |
| Independent value per side | Yes | top, right, bottom, left are separate inputs |
| Tight crop hugging the content | Yes | If you measure the margins and enter them |
| Reversible | Yes | CropBox hides content; nothing is deleted |
From cropped PDF to a clean asset
What to run after cropping, depending on what you need the figure for.
| You want… | Next step | Result |
|---|---|---|
| A cropped PNG for slides/web | PDF to PNG | Renders the CropBox area to PNG |
| A cropped JPG (smaller) | PDF to JPG | Renders the CropBox area to JPG |
| A single figure page on its own | PDF Extract Pages then crop | One-page PDF cropped to the figure |
| The crop baked in (non-reversible) | Flatten after cropping | Visible area rasterised in place |
| A smaller file too | Lossless compress | Crop doesn't shrink bytes; compress does |
Cookbook
Tight content-crop settings. Measure your own margins; the same crop applies to every page, so these suit consistent layouts or single-figure pages.
Centred diagram with even white space
An engineering drawing centred on a Letter page with about an inch of white space all round. Crop ~60 pt each side, leaving a 12 pt buffer.
Inputs: top: 60 right: 60 bottom: 60 left: 60 Letter (612 × 792) becomes: CropBox = (60, 60, 492, 672) → page hugs the drawing; 12 pt buffer left as margin
Off-centre chart sitting toward the top-left
A chart placed in the upper-left of the page, so the bottom and right have far more white space. Use asymmetric values.
Inputs: top: 40 right: 230 bottom: 300 left: 45 → big right/bottom crops remove the empty area; small top/left hug the chart on its tight sides
Single figure page extracted then cropped
You only need page 7's diagram. Extract it first so the crop is sized for that one page, then crop tight.
1. /pdf-tools/pdf-extract-pages pages: 7 2. /pdf-tools/pdf-crop top: 50 right: 50 bottom: 50 left: 50 → a one-page PDF cropped to the diagram, no risk of a uniform crop clipping other pages
Crop then export to PNG for a slide
Tighten to the figure, then render the visible area to a transparent-friendly PNG to paste into a deck.
1. /pdf-tools/pdf-crop (tight content crop) 2. /pdf-tools/pdf-to-png (renders the CropBox area) → the PNG shows only the cropped content, no surrounding page white space
Leaving a buffer to avoid clipping
Content edges vary slightly page to page. Subtracting a buffer from the measured margin prevents clipping the widest figure.
Measured margin: ~70 pt each side Entered (buffer 10): top/right/bottom/left = 60 → a figure that extends 5 pt further on one page is still safely inside the CropBox
Edge cases and what actually happens
There is no automatic content detection
By designThis tool does not scan the page to find where content stops and white space begins. You measure the margins and type four point values. If you expected one-click auto-trim to the bounding box of the content, that capability isn't here — the crop is manual and the same numbers apply to every page.
Content sits in a different place on different pages
By designBecause one CropBox covers all pages, a tight crop sized for page 1's figure will clip a figure positioned differently on page 5, or leave white space where another page's content is smaller. For multi-page documents with varying layouts, extract and crop figures individually with PDF Extract Pages.
Over-tight crop clips the content
ClippedHugging the content too closely risks hiding a label, axis, or line that extends further than you measured. Nothing is deleted — the CropBox only hides it — so re-run on the original with a few points more breathing room. Leaving a 5–10 pt buffer prevents this.
Cropped content is still in the file
PreservedA tight content crop hides the surrounding area via the CropBox but doesn't remove it; the full page is recoverable by removing the CropBox. If you're sharing a figure and want the surrounding (possibly sensitive) page content gone for good, flatten after cropping, or rasterise to an image with PDF to PNG.
You wanted a smaller file, not just a tighter page
ExpectedCropping to the content doesn't reduce byte size — the hidden surroundings stay in the file. If a smaller asset is the goal, follow the crop with lossless compression, or rasterise the cropped figure to a JPG which is typically much smaller.
Crop values exceed the page dimensions
invalid crop boxAn aggressive content crop on a figure near one edge can tempt very large values on the opposite side. If left + right exceeds the page width (or top + bottom the height), the CropBox is zero/negative and viewers may render a collapsed page. Keep each pair under the page dimension.
Some viewers ignore the CropBox
ExpectedMost readers honour the CropBox for a tight content view, but a few render the full MediaBox. If a downstream system shows the uncropped page, render the cropped PDF to an image with PDF to PNG — the renderer uses the CropBox, so the output is the tight figure regardless of the viewer.
File over the 2 MB free-tier limit
Free tier limitVector diagrams are small, but pages with embedded high-resolution images can pass the 2 MB free cap (also 50 pages). Pro raises it to 50 MB / 500 pages. Compress image-heavy files first with lossless compression if you're near the limit.
Frequently asked questions
Does the tool automatically detect and crop to the content?
No. There's no auto-detect — you measure the white-space margins yourself and type four point values (top, right, bottom, left). That gives you precise control, but it means you need to estimate where the content begins. Zoom in, measure each side, subtract a small buffer, and enter the numbers.
Can I apply a different tight crop to each figure page?
Not in one pass — the same CropBox applies to every page. For a document where figures sit in different places, extract each figure page with PDF Extract Pages, crop it on its own (so the values fit that page), and keep them as separate one-page PDFs or recombine with PDF Merge.
How do I crop tight without clipping the diagram?
Measure the gap from the content edge to the page edge on each side, then subtract about 5–10 pt before entering the values. That buffer absorbs measurement error and slight page-to-page variation. If the first crop is still too loose, tighten it on a second pass — your original file is never modified.
Is the crop reversible?
Yes. Cropping sets a CropBox that hides everything outside it without deleting anything, so the full page can be restored by removing the CropBox in an editor. If you want the tight crop to be permanent — for sharing just the figure — flatten after cropping, or rasterise to an image with PDF to PNG.
Will a tight crop make the file smaller?
No. The hidden surroundings stay in the file, so the byte size is essentially unchanged. To get a smaller asset, follow the crop with lossless compression, or export the cropped figure to a JPG — a rasterised figure is usually far smaller than the source page.
How do I turn the cropped figure into an image?
Run the cropped PDF through PDF to PNG (for a crisp, lossless figure) or PDF to JPG (smaller file). Both renderers use the CropBox, so the resulting image shows only the cropped content with no surrounding white space — ready to paste into a slide or web page.
What units does the crop use?
Points. 72 pt = 1 inch. So if a diagram has roughly an inch of white space around it on a Letter page, crop about 60–70 pt on each side. Convert from inches (×72) or centimetres (×28.35) before entering the values.
Will a tight CropBox cause problems in some PDF viewers?
Most modern viewers handle tight CropBoxes correctly and display exactly the cropped area. A small number render the full page (MediaBox) and ignore the CropBox. If a target system does that, rasterise the cropped PDF to an image with PDF to PNG — the render respects the CropBox, so you always get the tight figure.
Can I crop a single page out of a long report?
Yes — extract it first. Use PDF Extract Pages to pull the one figure page into its own PDF, then crop that file tight. This avoids the uniform-crop problem, since the crop only has to fit one page's content.
Is my document uploaded to a server?
No. The PDF is parsed and cropped entirely in your browser; nothing is sent anywhere. Only an anonymous usage counter is recorded when you're signed in. That keeps proprietary diagrams, drawings, and unpublished figures private.
What if my crop values are too large?
If left + right exceeds the page width, or top + bottom exceeds the height, the resulting CropBox has zero or negative size and viewers may show a collapsed or blank page. Keep each pair below the corresponding page dimension. A US Letter page is 612 pt wide by 792 pt tall.
How large a PDF can I crop on the free tier?
Up to 2 MB and 50 pages on free. Vector diagrams are tiny, but pages with embedded hi-res images can exceed it. Pro raises the cap to 50 MB / 500 pages. Compress with lossless compression first if you're close to the limit.
Privacy first
All PDF processing runs locally in your browser using PDF-lib and pdf.js. No file is ever uploaded — only metadata counters are saved for signed-in dashboard stats.