PDF Basics

The Invisible Edges of a PDF Page

A PDF page has several rectangles, and only one of them is what you see. This is what they are and why a page can hide content at its margins.

Written against the Sep 4, 2026 release·what has changed since

A PDF page is not one rectangle. It carries several, each answering a different question, and only one of them is what you see on screen. Knowing they exist explains two things that otherwise look like bugs.

The rectangles

  • MediaBox. The whole sheet, as the page was defined. Every page has one and everything else sits inside it.
  • CropBox. The part a viewer displays. Where it is absent, the MediaBox is shown, which is why most pages behave simply.
  • BleedBox, TrimBox and ArtBox. Print production boundaries: where ink runs past the cut, where the paper is cut, and where the meaningful artwork sits. A commercial printer reads these and a screen reader ignores them.

The two surprises

Content you cannot see is still in the file. Narrowing the displayed window hides what falls outside it; it does not delete it. Anything beyond the visible edge is still in the page and comes back the moment the window is widened again. A document trimmed to hide something has not had that thing removed.

Pages can be different sizes without looking it. Two pages displayed at the same size may have different sheets underneath, which is why a bundle that reads consistently on screen can behave unevenly at the printer.

This is the important half: If a page is showing you less than it contains, that is a display window and not a deletion. To remove content from a file, it has to be removed, which means the page has to be rebuilt without it. Narrowing the view is presentation.

Seeing what is really there

  1. 1

    Open the document properties in a full viewer

    Most desktop readers show page dimensions, which is the fastest way to find out whether pages differ.

  2. 2

    Compare the screen against a print preview

    A print preview works from the sheet rather than from the display window, so content outside the visible area often appears there.

  3. 3

    Check before you trust a trimmed page

    If somebody sent you a document with margins cut away and something important was supposed to be gone, verify it rather than assume.

  • A page carries several rectangles and you normally see the CropBox.
  • Hiding the edges of a page does not remove what falls outside them.
  • Pages can differ in real size while looking identical on screen.
  • Print preview and document properties are how you see the difference.

Was this article helpful?

Your answer stays in this browser. Nothing is sent to us. See how it works.

Keep reading

Reviewed and maintained by

Novus Stream Solutions Editorial Team

The Novus Stream Solutions Editorial Team maintains Novus PDF Studio's product documentation, tutorials and PDF explainers. The team checks product claims against the current browser-local implementation and tests, prefers primary specifications and vendor documentation, and corrects material errors openly. The byline identifies the responsible organization; it does not imply a named expert or professional adviser.

Privacy note: every tool mentioned in this article runs entirely in your browser. Nothing is uploaded or queued on a server. A PDF stays in the tab unless you explicitly use Save on this device, which stores that session in this browser without storing passwords. More on the how it works page.