---
title: CGPSConverterEndPageCallback
framework: coregraphics
role: symbol
role_heading: Type Alias
path: coregraphics/cgpsconverterendpagecallback
---

# CGPSConverterEndPageCallback

Performs custom tasks at the end of each page of a PostScript conversion process.

## Declaration

```swift
typealias CGPSConverterEndPageCallback = (UnsafeMutableRawPointer?, Int, CFDictionary) -> Void
```

## Parameters

- `info`: A generic pointer to private data shared among your callback functions. This is the same pointer you supplied to doc://com.apple.coregraphics/documentation/CoreGraphics/CGPSConverter/init(info:callbacks:options:).
- `pageNumber`: The current page number. Page numbers start at 1.
- `pageInfo`: A dictionary that contains contextual information about the page. This parameter is reserved for future API expansion, and is currently unused.
