<!--
{
  "availability" : [
    "macCatalyst: 13.1.0 -",
    "macOS: 10.3.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreGraphics",
  "identifier" : "/documentation/CoreGraphics/CGPSConverter/init(info:callbacks:options:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Core Graphics",
      "CoreGraphics"
    ],
    "preciseIdentifier" : "c:@F@CGPSConverterCreate"
  },
  "title" : "init(info:callbacks:options:)"
}
-->

# init(info:callbacks:options:)

Creates a new PostScript converter.

```
init?(info: UnsafeMutableRawPointer?, callbacks: UnsafePointer<CGPSConverterCallbacks>, options: CFDictionary?)
```

## Parameters

`info`

A pointer to the data that will be passed to the callbacks.

`callbacks`

A pointer to a PostScript converter callbacks structure that specifies the callbacks to be used during a conversion process.

`options`

This parameter should be `NULL`; it is reserved for future expansion of the API.

## Return Value

A new PostScript converter, or `NULL` if a converter could not be created. You are responsible for releasing this object.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)