cairo-PDF-Surfaces {RGtk2}R Documentation

PDF Surfaces

Description

Rendering PDF documents

Methods and Functions

cairoPdfSurfaceCreate(filename, width.in.points, height.in.points)
cairoPdfSurfaceCreateForStream(write.func, closure, width.in.points, height.in.points)
cairoPdfSurfaceSetSize(surface, width.in.points, height.in.points)

Detailed Description

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

Author(s)

Derived by RGtkGen from GTK+ documentation

References

http://www.cairographics.org/manual/cairo-PDF-Surfaces.html


[Package RGtk2 version 2.12.15 Index]