---
title: producerAttribute
framework: pdfkit
role: symbol
role_heading: Type Property
path: pdfkit/pdfdocumentattribute/producerattribute
---

# producerAttribute

An optional text string containing the name of the application that produced the PDF data for the document.

## Declaration

```swift
static let producerAttribute: PDFDocumentAttribute
```

## See Also

### Getting Document Attributes

- [authorAttribute](pdfkit/pdfdocumentattribute/authorattribute.md)
- [creationDateAttribute](pdfkit/pdfdocumentattribute/creationdateattribute.md)
- [creatorAttribute](pdfkit/pdfdocumentattribute/creatorattribute.md)
- [keywordsAttribute](pdfkit/pdfdocumentattribute/keywordsattribute.md)
- [modificationDateAttribute](pdfkit/pdfdocumentattribute/modificationdateattribute.md)
- [subjectAttribute](pdfkit/pdfdocumentattribute/subjectattribute.md)
- [titleAttribute](pdfkit/pdfdocumentattribute/titleattribute.md)
