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

NAME

Ghostscript - Beginings of a lowlevel PostScript viewing widget

SYNOPSIS

    my $gs= $parent->Ghostscript(
                    'x_pixels_per_inch' => $scale,
                    'y_pixels_per_inch' => $scale,
                    'BoundingBox' => [ 0,0, $width, $height]
                    );
    $gs->Postscript("....");

DESCRIPTION

Tested with gs3 via pgs and Ghostview.pm.

Aim is to have both GS and "Display Postscript" widgets which present same interface to higher level document viewers.