cairo.pdf

Members

Aliases

PDFVersion
alias PDFVersion = cairo_pdf_version_t

Classes

PDFSurface
class PDFSurface

The PDF surface is used to render cairo graphics to Adobe PDF files and is a multi-page vector surface backend.

Functions

PDFVersionToString
string PDFVersionToString(PDFVersion vers)

Get the string representation of the given version id. This function will return null if version isn't valid. See getPDFVersions() for a way to get the list of valid version ids.

getPDFVersions
PDFVersion[] getPDFVersions()

Used to retrieve the list of supported versions. See PDFSurface.restrictToVersion().

Meta

Authors

Johannes PfaucairoD
_cairo team_cairo