How to crop pdf pages for widescreen monitor display
- Step 1Decide your target visible shape — Work out roughly how much shorter the page needs to be. A US Letter portrait page is 612 × 792 pt (ratio ~0.77 wide:tall). To get visibly closer to landscape you crop the height — but only into the genuine top/bottom white margin, never the content.
- Step 2Open the crop tool and drop the PDF — Load the document into the PDF Crop tool. It processes locally in your browser. Free accounts handle PDFs up to 2 MB and 50 pages.
- Step 3Crop top and bottom more than the sides — Enter larger
topandbottomvalues and smallerleft/rightvalues. This shortens the page (raising its width-to-height ratio) without narrowing it, so it fills more of a widescreen frame. - Step 4Stay inside the margins — Only crop into actual white space. If the document has headers, footers, or content near the top/bottom edges, keep the values below where that content begins or it gets hidden.
- Step 5Run the crop — The tool applies the same CropBox to every page. The original is untouched; you download a new PDF with the shortened visible area.
- Step 6Test it on the actual display — Embed or open the result on the target screen or viewer. Because the crop changes how the page scales, the real test is the display — confirm the content is bigger and nothing important was trimmed.
What cropping does — and doesn't do — for widescreen
Cropping changes the visible rectangle. It is not a resize or a stretch.
| Goal | Cropping (this tool) | Better tool if cropping isn't enough |
|---|---|---|
| Make a tall page read bigger on 16:9 | Yes — trim top/bottom so it scales up | — |
| Change the actual page dimensions | No — only the visible CropBox | PDF Resize |
| Stretch content to fill the screen | No — content is never distorted | Re-author the slides at 16:9 |
| Reduce letterbox bars in a viewer | Yes — a shorter page scales wider | — |
| Rotate a landscape-authored page upright | No | PDF Rotate |
Crop bias for common display targets
Starting points for a US Letter portrait page (612 × 792 pt). Always crop only into real white margin — measure your own file.
| Display target | Crop bias | Example values (pt) |
|---|---|---|
| 16:9 widescreen monitor | Top/bottom hard, sides light | top 90, bottom 90, left 30, right 30 |
| Embedded web viewer (less scroll) | Top/bottom moderate | top 60, bottom 60, left 24, right 24 |
| Digital signage (portrait sign) | Sides only, keep height | top 20, bottom 20, left 50, right 50 |
| 4:3 projector | Modest top/bottom | top 50, bottom 50, left 40, right 40 |
Cookbook
Crop settings that bias a portrait page toward a wider visible shape for screen display. Same crop applies to every page.
Push a Letter page toward 16:9
Trim the top and bottom of a portrait Letter page hard, sides lightly, so it scales up on a widescreen monitor.
Inputs: top: 90 right: 30 bottom: 90 left: 30 Letter (612 × 792 pt) becomes: CropBox = (30, 90, 552, 612) visible 552 × 612 pt → ratio ~0.90 (was ~0.77) → closer to square; scales larger on 16:9
Reduce scroll in an embedded web viewer
A document embedded in a web page scrolls a lot because each page is tall. A moderate top/bottom crop shortens each page so more fits per screen.
Inputs: top: 60 right: 24 bottom: 60 left: 24 → each page is 120 pt shorter; the embedded viewer shows more content before scrolling
Keep a footer while trimming the header zone
The deck has a footer logo you must keep, but the top is empty. Crop the top more than the bottom.
Inputs: top: 100 right: 30 bottom: 25 left: 30 → tall empty header removed; footer logo stays inside the CropBox at the bottom
Digital signage portrait sign — trim sides only
A portrait-oriented sign already matches the screen's tall shape; you only want to remove side white space.
Inputs: top: 20 right: 55 bottom: 20 left: 55 → height kept; side margins removed so content fills the width of a portrait sign
When cropping isn't enough — resize instead
If you need the page to actually be a 16:9 size (not just look wider), cropping alone won't change the page dimensions.
Crop: sets visible CropBox, page size unchanged Need: true 16:9 page dimensions → use /pdf-tools/pdf-resize to set the page size, or re-author the slides at 1280×720
Edge cases and what actually happens
Cropping changes the visible ratio, not the page size
By designA CropBox controls what a viewer shows, not the underlying page dimensions stored in the file. Most viewers scale the CropBox to fit the window, so a shorter visible page reads bigger on a wide screen — but the page's nominal size is unchanged. If a system needs the actual page to be 16:9, use PDF Resize instead.
Over-cropping the top or bottom hides content
ClippedTo bias toward widescreen you crop top/bottom hard, which is exactly where titles and footers live. Crop past the margin and the title or page number disappears (hidden, not deleted). Keep the values below where content starts; re-run on the original if you clipped something.
Content was authored portrait — cropping can't make it landscape
limitedCropping trims white space; it can't reflow a tall body of text into a wide one. If the document is genuinely portrait content (a full-page report), trimming margins helps a little but it will still read tall. For a true widescreen layout, re-author the source at 16:9 rather than cropping.
Some viewers ignore the CropBox
ExpectedMost modern readers, browser previews, and embedded viewers honour the CropBox, but a few render the full MediaBox instead. If your target signage player shows the uncropped page, the crop won't take effect there — test on the real player. Flattening after cropping bakes the visible area in for stubborn viewers, at the cost of rasterising the page.
Mixed orientations in one file
By designThe same CropBox applies to every page, so a deck mixing portrait and landscape slides won't crop uniformly well — a top/bottom trim sized for portrait pages may clip the landscape ones. Split by orientation with PDF Extract Pages, crop each, and merge.
File over the 2 MB free-tier limit
Free tier limitImage-heavy decks (photos, charts) can exceed the 2 MB free cap (also 50 pages). Pro raises it to 50 MB / 500 pages. If the deck is large only because of images, compress with lossy compression first, then crop the smaller file.
top + bottom larger than the page height
invalid crop boxAggressive widescreen cropping means big top/bottom values. If they add up to more than the page height, the visible height is zero or negative — an invalid CropBox that may render as a collapsed page. Keep top + bottom below the page height.
Page has a rotation flag set
SupportedIf pages carry a /Rotate flag, the CropBox is applied in the unrotated coordinate space, so 'top' may land on a side once the viewer applies rotation. If the result looks rotated relative to your crop, normalise orientation with PDF Rotate first.
Frequently asked questions
How does cropping make a PDF better on a widescreen monitor?
A portrait page is tall, so on a 16:9 screen it fits to height and leaves wide empty bars on the sides — and the content stays small. Trimming the top and bottom white margins makes the visible page shorter relative to its width, so the viewer can scale it up: the content gets physically bigger and the letterbox bars shrink. You're changing the visible aspect ratio toward landscape.
Does this actually change my PDF's page size to 16:9?
No. Cropping sets a CropBox — the visible rectangle — but leaves the page's stored dimensions unchanged. Most viewers scale the CropBox to fill the window, which is why content reads bigger, but the nominal page size is the same. If a system requires true 16:9 page dimensions, use PDF Resize or re-author the slides.
Which edges should I crop for widescreen?
Crop the top and bottom more than the sides. That shortens the page (raising its width-to-height ratio) so it fills more of a wide frame, while keeping the full width so content isn't narrowed. Only crop into genuine white margin — keep the values below where titles, headers, and footers begin.
Can I crop different pages differently — say, just the title slide?
No. The tool applies one CropBox to every page. That's usually fine for a uniform deck. If one page needs a different crop, split it out with PDF Extract Pages, crop it on its own, and recombine with PDF Merge.
Will cropping stretch or distort my content?
No. Cropping never scales or stretches content — it only hides what falls outside the CropBox. The content keeps its exact proportions; you're just trimming surrounding white space so the page reads larger when the viewer scales it. To genuinely fill a 16:9 frame edge to edge, you'd need to re-author at 16:9.
My embedded viewer still shows the old margins — why?
Most viewers honour the CropBox, but a few render the full page (MediaBox) and ignore it. Test on your actual signage player or embedded viewer. If it ignores the CropBox, flatten the cropped PDF — that rasterises the visible area so even non-conforming viewers show the trimmed page.
Does this work for 4:3 projectors too?
Yes — the same technique applies. For 4:3 you don't need to crop the top/bottom as hard as for 16:9, since the target shape isn't as wide. Use a modest top/bottom crop and light side crop, then test on the projector and adjust.
Is my presentation uploaded to a server?
No. The PDF is parsed and cropped entirely in your browser; the file never leaves your device. Only an anonymous usage counter is recorded when you're signed in. That keeps internal decks and signage content private.
Can I undo the crop later?
Yes. Cropping sets a CropBox and hides content outside it without deleting anything, so the full page can be restored by removing the CropBox in Acrobat or another editor. And since the tool never modifies your original file, you can always re-crop the source with different values.
What units does the crop use?
Points. A US Letter portrait page is 612 × 792 pt and 72 pt = 1 inch, so a 90 pt top crop removes 1.25 inches of height. Convert from inches (×72) or centimetres (×28.35) before entering values.
How large a file can I crop on the free tier?
Up to 2 MB and 50 pages on free. Image-heavy decks can exceed that quickly; Pro raises the limit to 50 MB / 500 pages. If the file is large because of embedded images, lossy compression shrinks it before you crop.
Should I crop or just re-author the slides at 16:9?
If the deck is mostly correct and just has tall margins, cropping is the fast fix. If you need true edge-to-edge 16:9 with content sized for the wide canvas, re-authoring at a 16:9 page size (e.g. 1280×720) gives a cleaner result than cropping a portrait original — cropping can shorten a page but can't reflow portrait content into a wide layout.
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.