The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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>