Crop margins off a PDF
Trim each edge by eye, in percentages that suit any page size.
Every tool runs entirely in your browser. Your files are never uploaded to a server.
Cropping moves the page boxes rather than rewriting content, so nothing is re-encoded and text stays sharp. Percentages are read in the orientation you see, so a rotated scan trims the edge you expect.
How to use Crop PDF
- Add your PDF. Drag it in or click to browse. Several files can be cropped with the same settings.
- Set each edge. Percentages rather than millimetres, so one setting suits mixed page sizes.
- Crop and download. Every page gets the same trim, and the file stays roughly its original size.
About cropping PDF margins
Cropping a PDF is a change to two rectangles rather than a change to the page. Every page carries a MediaBox, which is the sheet it was laid out on, and usually a CropBox, which is the part a viewer actually displays. Moving those boundaries inward hides the margins without touching a single content operator, which is why cropping is instant and lossless: no text is rasterised, no image is re-encoded, and vector artwork stays resolution-independent. The byte count can still move, sometimes sharply, because the document is rewritten as it is saved and a file that arrived uncompressed leaves compressed — but that is the container changing, not the content, and a size drop here never means anything was discarded. That property is also the honest limitation. Content outside the new boundary is concealed, not deleted, and anyone who resets the boxes gets it back — so cropping must never be used to remove sensitive information from a document you intend to share. Redaction is a different operation with different guarantees, and a tool that blurs the distinction is doing real harm. Two details make the difference between a crop that works on real documents and one that only works on clean exports. The first is that percentages beat measurements when a file mixes page sizes, which scanned and merged documents routinely do. The second is page rotation: a scanner commonly stores a landscape sheet as a portrait page carrying a quarter turn, and on such a page the edge displayed at the top is not the edge stored at the top. Both boxes are written together, because viewers and print dialogs disagree about which one governs, and setting only the CropBox leaves a page still reporting its original size to whatever reads the MediaBox.
Frequently asked questions
Does cropping delete the content outside the margin?
Why percentages instead of millimetres?
What happens to pages my scanner rotated?
Why did the file size change so much?
Can I crop different amounts from different pages?
Last updated