Apache PDFBox · JSON Structure

Apache Pdfbox Document Metadata Structure

DocumentMetadata schema from Apache PDFBox

Type: object Properties: 7
Document ProcessingJavaPDFText ExtractionApacheOpen Source

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

Properties

title author subject creator producer creationDate modificationDate

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-document-metadata-structure.json",
  "description": "DocumentMetadata schema from Apache PDFBox",
  "type": "object",
  "properties": {
    "title": {
      "type": "string",
      "example": "Annual Report 2026"
    },
    "author": {
      "type": "string",
      "example": "Jane Doe"
    },
    "subject": {
      "type": "string",
      "example": "Financial Summary"
    },
    "creator": {
      "type": "string",
      "example": "Apache PDFBox"
    },
    "producer": {
      "type": "string",
      "example": "Apache PDFBox"
    },
    "creationDate": {
      "type": "datetime",
      "example": "2026-04-19T10:00:00Z"
    },
    "modificationDate": {
      "type": "datetime",
      "example": "2026-04-19T11:00:00Z"
    }
  },
  "name": "DocumentMetadata"
}