Adobe · Schema

PDFPropertiesRequest

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

Properties

Name Type Description
assetID string The asset ID of the PDF to inspect.
includePageLevelProperties boolean Whether to include page-level property details.
View JSON Schema on GitHub

JSON Schema

adobe-pdf-services-pdf-properties-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PDFPropertiesRequest",
  "type": "object",
  "properties": {
    "assetID": {
      "type": "string",
      "description": "The asset ID of the PDF to inspect."
    },
    "includePageLevelProperties": {
      "type": "boolean",
      "description": "Whether to include page-level property details."
    }
  }
}