Private PDF preflight · CSV and JSON export

PDF page size checker: inches, millimeters, points, and page boxes

Find out whether a PDF is A4, US Letter, Legal, Tabloid, or custom. Inspect every page—not just page one—and catch mixed dimensions, rotation, CropBox, TrimBox, BleedBox, and ArtBox differences before printing or submitting the file.

Quick answer

A PDF does not have one universal page size.

Each page has its own boundaries and rotation. The size most people see is the intersection of MediaBox and CropBox after page rotation; a printer may also care about the TrimBox and BleedBox. This checker reports all pages in points, inches, and millimeters, then lets you export the evidence.

No PDF upload

Check your PDF page dimensions

Analyzed on this device
Drop a PDF here or choose a file from this device The PDF bytes are read by your browser and are not sent to a conversion server.

Ready. Choose a PDF to inspect its page dimensions and boxes.

What the five PDF page boxes mean

A PDF page can carry several nested boundaries. The terms below follow the published PDF 1.7 specification and Adobe Acrobat’s page-box guidance.

MediaBox

The physical medium boundary. It is required and forms the outer page extent.

CropBox

The visible region used when the page is displayed or printed. It defaults to MediaBox.

TrimBox

The intended finished page after physical trimming. It matters for print production.

BleedBox

The production clipping region that allows artwork to extend beyond the final trim.

ArtBox

The creator’s intended meaningful content area, including deliberate white space.

Why the values can differ: cropping a PDF can hide content without removing it. Adobe notes that cropping alone does not reduce the file size; resetting the page size can reveal the original content again.

Common PDF page dimensions

PDF default user-space units are points: 72 points equal one inch. A-series entries below use the trimmed sizes standardized by ISO 216:2007. Small rounding differences are normal because millimeters do not always convert to an exact decimal number of PDF points.

PaperMillimetersInchesApprox. PDF pointsCommon use
A0841 × 1189 mm33.11 × 46.81 in2383.94 × 3370.39 ptLarge posters and technical drawings
A1594 × 841 mm23.39 × 33.11 in1683.78 × 2383.94 ptPosters and plans
A2420 × 594 mm16.54 × 23.39 in1190.55 × 1683.78 ptDiagrams and small posters
A3297 × 420 mm11.69 × 16.54 in841.89 × 1190.55 ptCharts, spreads, and drawings
A4210 × 297 mm8.27 × 11.69 in595.28 × 841.89 ptInternational office documents
A5148 × 210 mm5.83 × 8.27 in419.53 × 595.28 ptBooklets and small forms
US Letter215.9 × 279.4 mm8.5 × 11 in612 × 792 ptNorth American office documents
US Legal215.9 × 355.6 mm8.5 × 14 in612 × 1008 ptContracts and legal forms
US Tabloid279.4 × 431.8 mm11 × 17 in792 × 1224 ptNewsletters and folded spreads
US Executive184.15 × 266.7 mm7.25 × 10.5 in522 × 756 ptShort business documents

Download the paper-size reference as CSV

How the checker decides what size you see

  1. Read every page independently.

    The browser opens the PDF with PDF-LIB 1.17.1 and reads the effective MediaBox, CropBox, TrimBox, BleedBox, ArtBox, and rotation for each page.

  2. Resolve the visible box and rotation.

    The displayed region is the intersection of MediaBox and CropBox. A 90° or 270° page rotation then swaps its width and height. That is why a stored 612 × 792 point page can display as 792 × 612 points.

  3. Match common paper sizes with tolerance.

    A two-point tolerance absorbs harmless decimal rounding while keeping clearly custom dimensions labeled Custom.

  4. Flag mixed dimensions and boxes.

    The summary counts distinct displayed sizes, rotated pages, and pages where effective box coordinates differ by more than half a point.

  5. Export the evidence.

    CSV contains one row per page. JSON preserves the complete coordinates for all five effective page boxes.

Reproducible page-box test fixture

The downloadable four-page fixture contains Letter, rotated A4, custom 6 × 9 inch, and Tabloid pages. One page has deliberately different CropBox, TrimBox, BleedBox, and ArtBox coordinates. Use it to verify this checker or compare another analyzer.

Download the four-page test PDF Fixture manifest and expected results

When page size matters

Print shops and bleed

TrimBox should describe the finished piece, while BleedBox allows artwork beyond the cut edge. A visible Letter-sized page alone does not prove the file is print-ready.

Court and government filing

Portals can require Letter, Legal, or A4. Check every page because one scanned exhibit or spreadsheet can introduce a different size.

Booklets and mixed sources

Merging files can combine Letter, A4, landscape, and custom pages. Mixed sizes may scale unpredictably during duplex printing or booklet imposition.

Exact-size artwork and patterns

Print at 100% or Actual Size only after confirming the intended page dimensions. “Fit” or “Shrink” changes physical scale.

Caveats and assumptions

This tool reports page geometry stored in the PDF. It does not measure objects inside the artwork, printer hardware margins, or the physical result after a print dialog scales the page. Password-protected PDFs must be unlocked before inspection. Standard-name detection is a convenience label; the exact point, inch, and millimeter values remain authoritative for the inspected file.

The first use may download PDF-LIB from jsDelivr. The selected PDF is read from local browser memory and is not included in analytics or sent to GoPDFConverter. Exported CSV and JSON files are created locally.

Frequently asked questions

How can I check the page size of a PDF?
Choose the PDF above. The result lists every page in inches, millimeters, and points, with a standard paper label when it matches A4, Letter, Legal, Tabloid, or another known size.
Why does a PDF have more than one page box?
PDF separates the physical medium, visible region, final trim, bleed, and meaningful artwork into different boundaries. Simple office PDFs usually use the same effective values; professional print files often do not.
Can one PDF contain different page sizes?
Yes. Every PDF page can have independent dimensions and rotation. A merged document can mix Letter, A4, landscape spreadsheets, scans, foldouts, and custom artwork.
Does cropping a PDF change its physical page size?
Cropping changes the visible CropBox, but content may remain outside that box inside the MediaBox. It can change the displayed dimensions without deleting the hidden content or reducing file size.

Related diagnostics

PDF font embedding checker

Inspect embedded and missing font programs, subset prefixes, types, encodings, ToUnicode maps, and extraction health.

PDF DPI and pixel-size calculator

Convert physical page dimensions into exact raster dimensions and memory estimates at any DPI.

PNG print-readiness checker

Check pixels, pHYs density, transparency, metadata, and effective A4 or Letter placement PPI before conversion.