Adobe · Schema

CreatePDFRequest

Fortune 1000AnalyticsCreative CloudDigital Asset ManagementDocument ServicesE-CommerceE-SignaturesExperience CloudGenerative AIMarketingPDFWork Management

Properties

Name Type Description
assetID string The asset ID of the source file to convert to PDF.
documentLanguage string The language of the source document for OCR processing.
createPDFFromDOCXOptions object Options specific to DOCX to PDF conversion.
createPDFFromPPTXOptions object Options specific to PPTX to PDF conversion.
createPDFFromXLSXOptions object Options specific to XLSX to PDF conversion.
createPDFFromHTMLOptions object Options specific to HTML to PDF conversion.
View JSON Schema on GitHub

JSON Schema

adobe-pdf-services-create-pdf-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreatePDFRequest",
  "type": "object",
  "properties": {
    "assetID": {
      "type": "string",
      "description": "The asset ID of the source file to convert to PDF."
    },
    "documentLanguage": {
      "type": "string",
      "description": "The language of the source document for OCR processing."
    },
    "createPDFFromDOCXOptions": {
      "type": "object",
      "description": "Options specific to DOCX to PDF conversion."
    },
    "createPDFFromPPTXOptions": {
      "type": "object",
      "description": "Options specific to PPTX to PDF conversion."
    },
    "createPDFFromXLSXOptions": {
      "type": "object",
      "description": "Options specific to XLSX to PDF conversion."
    },
    "createPDFFromHTMLOptions": {
      "type": "object",
      "description": "Options specific to HTML to PDF conversion."
    }
  }
}