---
title: documentInfo
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uigraphicspdfrendererformat/documentinfo
---

# documentInfo

A dictionary that specifies additional information to be associated with the PDFs created by the PDF renderer.

## Declaration

```swift
var documentInfo: [String : Any] { get set }
```

## Discussion

Discussion You can use these keys to specify additional metadata and security information for the PDF, such as the author or the password for accessing it. The keys used in this dictionary are described in  Auxiliary Dictionary Keys.
