<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 10.4.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreGraphics",
  "identifier" : "/documentation/CoreGraphics/kCGPDFContextOutputIntents",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Core Graphics"
    ],
    "preciseIdentifier" : "c:@kCGPDFContextOutputIntents"
  },
  "title" : "kCGPDFContextOutputIntents"
}
-->

# kCGPDFContextOutputIntents

```
let kCGPDFContextOutputIntents: CFString
```

## Discussion

Output intent dictionaries. This key is optional. If present, the value must be an array of one or more [`kCGPDFContextOutputIntent`](/documentation/CoreGraphics/kCGPDFContextOutputIntent) dictionaries. The array is added to the PDF document in the `/OutputIntents` entry in the PDF file’s document catalog. Each dictionary in the array must be of form specified for the [`kCGPDFContextOutputIntent`](/documentation/CoreGraphics/kCGPDFContextOutputIntent) key, except that only the first dictionary in the array is required to contain the “S” key with a value of `GTS_PDFX`. If both the [`kCGPDFContextOutputIntent`](/documentation/CoreGraphics/kCGPDFContextOutputIntent) and [`kCGPDFContextOutputIntents`](/documentation/CoreGraphics/kCGPDFContextOutputIntents) keys are specified, the former is ignored.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)