CAM::PDF::GS 1.07 review

Download
by rbytes.net on

CAM::PDF::GS is a PDF graphic state. SYNOPSIS use CAM::PDF; my $pdf = CAM::PDF->new($filename); my $contentTree =

License: Perl Artistic License
File size: 726K
Developer: Clotho Advanced Media Inc.
0 stars award from rbytes.net

CAM::PDF::GS is a PDF graphic state.

SYNOPSIS

use CAM::PDF;
my $pdf = CAM::PDF->new($filename);
my $contentTree = $pdf->getPageContentTree(4);
my $gs = $contentTree->computeGS();

This class is used to represent the graphic state at a point in the rendering flow of a PDF page. Much of the functionality is actually based in the parent class, CAM::PDF::GS::NoText.

Subclasses that want to do something useful with text should override the renderText() method.

Requirements:
Perl

CAM::PDF::GS 1.07 search tags