Apache PDFBox · JSON Structure

Apache Pdfbox Page Info Structure

PageInfo schema from Apache PDFBox

Type: object Properties: 4
Document ProcessingJavaPDFText ExtractionApacheOpen Source

PageInfo is a JSON Structure definition published by Apache PDFBox, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

pageNumber width height rotation

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-pdfbox/refs/heads/main/json-structure/apache-pdfbox-page-info-structure.json",
  "description": "PageInfo schema from Apache PDFBox",
  "type": "object",
  "properties": {
    "pageNumber": {
      "type": "int32",
      "example": 1
    },
    "width": {
      "type": "double",
      "example": 595.0
    },
    "height": {
      "type": "double",
      "example": 842.0
    },
    "rotation": {
      "type": "int32",
      "example": 0
    }
  },
  "name": "PageInfo"
}