Adobe · JSON Structure

Adobe Pdf Services Create Pdf Request Structure

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

CreatePDFRequest 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 documentLanguage createPDFFromDOCXOptions createPDFFromPPTXOptions createPDFFromXLSXOptions createPDFFromHTMLOptions

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreatePDFRequest",
  "type": "object",
  "properties": {
    "assetID": {
      "type": "string"
    },
    "documentLanguage": {
      "type": "string"
    },
    "createPDFFromDOCXOptions": {
      "type": "object"
    },
    "createPDFFromPPTXOptions": {
      "type": "object"
    },
    "createPDFFromXLSXOptions": {
      "type": "object"
    },
    "createPDFFromHTMLOptions": {
      "type": "object"
    }
  }
}