PDF ExplainedApril 2, 20265 min read

What Is a PDF Page Box? MediaBox, CropBox, BleedBox, TrimBox, ArtBox

PDFs define up to five "boxes" that describe different areas of a page. Learn what MediaBox, CropBox, BleedBox, TrimBox, and ArtBox mean for printing and display.

A PDF page can define up to five rectangular boxes that describe different areas of the page for different purposes. These boxes are central to professional print production workflows — knowing the finished page size vs the bleed area vs the area a printer's cutter will target. For screen viewing, only MediaBox and CropBox are typically relevant. For print, all five may matter.

MediaBox — The Physical Page

The MediaBox defines the full size of the physical medium on which the page will be rendered. It's the only required box; all others are optional. For a standard A4 document, the MediaBox is 595 × 842 points (1 PDF point = 1/72 inch). The MediaBox is always the largest box and defines the coordinate space for everything else on the page. Objects outside the MediaBox may exist in the PDF but won't be rendered or printed.

CropBox — The Visible Area

The CropBox defines what region of the page is visible when displaying or printing in normal circumstances. It defaults to the MediaBox if not explicitly set. When a CropBox is smaller than the MediaBox, content outside the CropBox is clipped in the display but still exists in the file. This is often used to hide crop marks and other printer's marks from screen viewers while keeping them in the file for print use. The CropBox defines the "page" in most PDF viewer navigation.

BleedBox, TrimBox, and ArtBox

TrimBox: the finished page size after trimming. For a US Letter document with 0.125" bleed on each side, the TrimBox is 8.5" × 11" and the MediaBox is 8.75" × 11.25". Required by PDF/X. BleedBox: extends 3–5mm outside the TrimBox to define the bleed area — where ink or graphics extend beyond the trim edge to account for cutting imprecision. Without bleed, trimming slightly off-center would show a white edge. ArtBox: the area containing the page's meaningful content, defined by the content creator as "this is the important area." Less commonly used; required in some advertising and publishing workflows as the target placement area.

Box Hierarchy Rules

PDF specifies a containment hierarchy: ArtBox and TrimBox must be within CropBox or MediaBox; BleedBox must be within MediaBox; CropBox must be within or equal to MediaBox. When boxes are omitted, they default up the hierarchy (unset TrimBox defaults to CropBox, unset CropBox defaults to MediaBox). PDF/X-1a and X-3 require TrimBox to be explicitly set — a PDF without a TrimBox fails PDF/X preflight regardless of other content.

Checking Page Boxes

In Adobe Acrobat Pro: right-click the page → Page Properties, or use Crop Pages (which shows all five boxes). The command-line tool qpdf --json file.pdf lists all page box values. In preflight tools, box definitions are one of the first checks. If you're submitting PDF/X files to a printer and getting preflight errors about missing TrimBox, you need to add TrimBox definitions using Acrobat's Set Page Boxes tool or during re-export from the design application.

Try Compress PDF Now — Free

Browser-based, private, and instant. No account or software required.

Open Compress PDF
Report Bug
Send Feedback
Feature Request