Apache POI · JSON Structure

Apache Poi Conversion Result Structure

Document conversion result

Type: object Properties: 4
Document ProcessingExcelJavaMicrosoft OfficePowerPointWordApacheOpen Source

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

Properties

id format url size

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-poi/refs/heads/main/json-structure/apache-poi-conversion-result-structure.json",
  "description": "Document conversion result",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Converted document identifier"
    },
    "format": {
      "type": "string",
      "description": "Output format"
    },
    "url": {
      "type": "string",
      "description": "Download URL for the converted document"
    },
    "size": {
      "type": "int32",
      "description": "File size in bytes"
    }
  },
  "name": "ConversionResult"
}