Adobe · JSON Structure

Adobe Pdf Services Extract Pdf Request Structure

Type: object Properties: 6
Fortune 1000AnalyticsCreative CloudDigital Asset ManagementDocument ServicesE-CommerceE-SignaturesExperience CloudGenerative AIMarketingPDFWork Management

ExtractPDFRequest is a JSON Structure definition published by Adobe, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

assetID elementsToExtract elementsToExtractRenditions tableOutputFormat getStylingInfo addCharInfo

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ExtractPDFRequest",
  "type": "object",
  "properties": {
    "assetID": {
      "type": "string"
    },
    "elementsToExtract": {
      "type": "array"
    },
    "elementsToExtractRenditions": {
      "type": "array"
    },
    "tableOutputFormat": {
      "type": "string"
    },
    "getStylingInfo": {
      "type": "boolean"
    },
    "addCharInfo": {
      "type": "boolean"
    }
  }
}