---
title: NSPDFInfo
framework: appkit
role: symbol
role_heading: Class
path: appkit/nspdfinfo
---

# NSPDFInfo

An object that stores information associated with the creation of a PDF file, such as its URL, tag names, page orientation, and paper size.

## Declaration

```swift
class NSPDFInfo
```

## Overview

Overview Typically, a PDF panel—that is, a panel created by an NSPDFPanel object—displays the information supplied by an NSPDFInfo object when the user wants to export content as a PDF file. A PDF panel can also update a PDF info object with information it receives from the user.

## Topics

### Specifying PDF Information

- [url](appkit/nspdfinfo/url.md)
- [isFileExtensionHidden](appkit/nspdfinfo/isfileextensionhidden.md)
- [tagNames](appkit/nspdfinfo/tagnames.md)
- [orientation](appkit/nspdfinfo/orientation.md)
- [paperSize](appkit/nspdfinfo/papersize.md)
- [attributes](appkit/nspdfinfo/attributes.md)

### Initializers

- [init(coder:)](appkit/nspdfinfo/init(coder:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Vector Formats

- [NSPDFImageRep](appkit/nspdfimagerep.md)
- [NSEPSImageRep](appkit/nsepsimagerep.md)
