Apache PDFBox · JSON Structure

Apache Pdfbox Split Request Structure

SplitRequest schema from Apache PDFBox

Type: object Properties: 1
Document ProcessingJavaPDFText ExtractionApacheOpen Source

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

Properties

splitAtPages

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-split-request-structure.json",
  "description": "SplitRequest schema from Apache PDFBox",
  "type": "object",
  "properties": {
    "splitAtPages": {
      "type": "array",
      "items": {
        "type": "int32"
      },
      "description": "Page numbers at which to split",
      "example": [
        5,
        10
      ]
    }
  },
  "name": "SplitRequest"
}