Adobe Creative Suite · JSON Structure

Adobe Creative Suite Pdf Services Page Range Structure

Specifies a range of pages from a PDF document

Type: object Properties: 2
CreativeDesignGraphicsPhotographyVideo

PageRange is a JSON Structure definition published by Adobe Creative Suite, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

start end

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-creative-suite/refs/heads/main/json-structure/adobe-creative-suite-pdf-services-page-range-structure.json",
  "name": "PageRange",
  "description": "Specifies a range of pages from a PDF document",
  "type": "object",
  "properties": {
    "start": {
      "type": "int32",
      "description": "Starting page number (1-indexed)",
      "example": 1
    },
    "end": {
      "type": "int32",
      "description": "Ending page number (1-indexed, inclusive)",
      "example": 5
    }
  }
}