E-Reader Users
Strip margins from academic papers and textbooks before sending to Kindle or Kobo for comfortable small-screen reading.
Reading a desktop-sized PDF on a 7-inch Kindle is misery: margins that looked fine on a 27-inch monitor consume nearly half the screen, shrinking the text to the point of illegibility. The same problem affects projector presentations, tablet reading apps, and print workflows where every millimetre of paper costs money. Cropping the PDF is the efficient fix — strip the excess, reclaim the reading area, and distribute a document that actually fits its destination.
LuraPDF's crop tool uses pdf-lib to edit each page's CropBox — the PDF metadata field that defines the visible page area. No pixels are re-encoded and no content is destroyed; the data outside the crop box simply becomes hidden. The auto-detect feature uses PDF.js to render a thumbnail and compute the bounding box of non-white pixels, then snaps the crop handles to that region automatically. Everything runs in your browser — no upload, no watermark, and no account needed.
From e-reader users to print professionals, cropping is a daily tool for anyone distributing PDFs across different screen sizes.
Strip margins from academic papers and textbooks before sending to Kindle or Kobo for comfortable small-screen reading.
Focus-crop a diagram or chart from a design spec PDF to use as an embedded image in presentations or documentation.
Fit two-column journal articles to a single column by cropping one half per export for easier tablet reading.
Apply bleed and trim crops to prepare PDF artwork for offset printing with precise safe-zone margins.
Crop slide-capture PDFs to the slide region only — removing browser chrome, footers, and watermarks from web-captured content.
Strip header noise and blank space from scanned receipts so expense report pages are compact and printer-friendly.
Cropping locally in the browser is faster, safer, and non-destructive compared to desktop tools.
Every PDF page has a set of bounding box values in its dictionary: MediaBox (the full physical page), CropBox (the visible clip), BleedBox, TrimBox, and ArtBox. LuraPDF reads the existing CropBox (defaulting to MediaBox if none is set), lets you adjust it visually via drag handles, and writes the new coordinates back via pdf-lib. No content data is modified — only the CropBox key changes. Viewers clip all rendering to the CropBox, so the trimmed margins simply don't appear.
The auto-detect feature works by rendering a low-resolution canvas thumbnail of each page using PDF.js, then scanning pixel rows and columns from each edge inward until non-white content is found. The first non-white pixel on each side defines the content bounding box, and the crop handles snap to those coordinates. You can then nudge the handles manually before applying. All of this computation happens in the browser — no server round-trip.
| Feature | LuraPDF | Sejda | Adobe Acrobat |
|---|---|---|---|
| Browser-only / no upload | Yes | No | No |
| Auto-detect whitespace | Yes | Yes | Partial |
| Per-page scope | Yes | Yes | Yes |
| Free unlimited | Yes | Limited | Paid |
Small decisions before applying the crop produce significantly better results.
Run auto-detect first, then nudge the handles manually to add a small breathing margin around the content.
Apply to all pages only when every page has the same layout and margin size — mixed layouts need per-page crops.
Crop before running OCR for better text recognition — auto-detectors work better on clean content areas.
Pair with Compress PDF after a large crop for further file-size savings on media-heavy documents.
For two-column journals, export two crops (left column and right column) for a sequential reading order.
Always keep your original — cropping is reversible in theory, but it is safer to archive the source PDF.
Remove excess whitespace, trim margins for Kindle, or precision-crop for print — all in your browser. No upload, no quality loss, no signup. Just a tighter PDF ready for any screen.