Skip to content

Office · Tools

PDF Page Geometry Inspector

Inspect PDF page rotation and page-box geometry locally.

Runs locally in your browser. Your input is not uploaded or stored. You can verify this in your browser’s network panel.

Processing limits

  • Accepted formats: PDF
  • Maximum file size: 25 MB
  • Maximum pages: 100

What does this tool solve?

Read each PDF page's rotation and MediaBox, CropBox, BleedBox, TrimBox, and ArtBox values without rendering or changing the document.

Continue with PDF Form Field Inspector, PDF Splitter

What examples should you start with?

Standard page

Input
Text
MediaBox [0 0 612 792]
Output
Text
8.5 × 11 in at 72 points per inch

Rotated page

Input
Text
Rotate 90
Output
Text
Rotation is shown separately from the page boxes

How does it work?

pdf-lib loads the PDF in browser memory and reads the page dictionary values through its page API.

Missing optional boxes fall back to the PDF box defined by the library, so the displayed value is explicit and comparable across pages.

What are the edge cases and limits?

  • PDF size is limited to 25 MB and page count to 100 pages.
  • A rotation entry changes presentation orientation; it does not rewrite the coordinates stored in the page boxes.
  • Encrypted, damaged, or unsupported PDFs may fail before geometry can be read.

Technical reference

Related tools

  • PDF Form Field InspectorList PDF AcroForm field names, types, required flags, and read-only flags locally.
  • PDF SplitterExtract selected pages or page ranges into a new PDF locally.
  • PDF MergerCombine multiple PDF files into one document in your browser.