Chris Dolan > CAM-PDF-1.21 > CAM::PDF::Renderer::Dump

Download:
CAM-PDF-1.21.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  9
View Bugs
Report a bug
Module Version: 1.21   Source   Latest Release: CAM-PDF-1.52

NAME ^

CAM::PDF::Renderer::Dump - Print the graphic state of each node

LICENSE ^

See CAM::PDF.

SYNOPSIS ^

    use CAM::PDF;
    my $pdf = CAM::PDF->new($filename);
    my $contentTree = $pdf->getPageContentTree(4);
    $contentTree->render("CAM::PDF::Renderer::Dump");

DESCRIPTION ^

This class is used to print to STDOUT the coordinates of each node of a page layout. It is written both for debugging and as a minimal example of a renderer.

FUNCTIONS ^

$self->renderText($string)

Prints the string prefixed by its device and user coordinates.

AUTHOR ^

See CAM::PDF