Adobe · Schema

CombinePDFRequest

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

Properties

Name Type Description
assets array The list of PDF assets to combine, in order.
View JSON Schema on GitHub

JSON Schema

adobe-pdf-services-combine-pdf-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CombinePDFRequest",
  "type": "object",
  "properties": {
    "assets": {
      "type": "array",
      "description": "The list of PDF assets to combine, in order."
    }
  }
}