---
title: "dataWithPDF(inside:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nswindow/datawithpdf(inside:)"
---

# dataWithPDF(inside:)

Returns PDF data that draws the region of the window within a given rectangle.

## Declaration

```swift
func dataWithPDF(inside rect: NSRect) -> Data
```

## Parameters

- `rect`: A rectangle (expressed in the window’s coordinate system) that identifies the region to be expressed as PDF data.

## Return Value

Return Value The region in the window (identified by rect) as PDF data.

## Discussion

Discussion This data can be placed on a pasteboard, written to a file, or used to create an NSImage object.

## See Also

### Related Documentation

- [writePDF(inside:to:)](appkit/nsview/writepdf(inside:to:).md)
- [dataWithPDF(inside:)](appkit/nsview/datawithpdf(inside:).md)

### Printing Windows

- [printWindow(_:)](appkit/nswindow/printwindow(_:).md)
- [dataWithEPS(inside:)](appkit/nswindow/datawitheps(inside:).md)
