The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Gtk2::CV::PostScript - a class for writing postscript files

SYNOPSIS

  use Gtk2::CV::PostScript;

  # nothing gets exported

DESCRIPTION

FUNCTIONS

Gtk2::CV::PostScript::papersizes

Return an array of paper sizes. Each element contains an arrayref:

  [$name, $description, $width_mm, $height_mm]

i.e.:

   ["a0", "A0", 2384, 3370]
new Gtk2::CV::PostScript fh => $filehandle, pixbuf => $gdk_pixbuf_object, ...
 fh => $filehandle
 pixbuf => $pixbuf
 size =>
 aspect =>
 binary =>
 interpolate =>
 margin =>
$ps->print

Write the pixbuf.

AUTHOR

Marc Lehmann <schmorp@schmorp.de>