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


CAM-PDF documentation  | view source Contained in the CAM-PDF distribution.

Index


NAME

Top

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

LICENSE

Top

See CAM::PDF.

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

$self->renderText($string)

Prints the string prefixed by its device and user coordinates.

AUTHOR

Top

See CAM::PDF


CAM-PDF documentation  | view source Contained in the CAM-PDF distribution.