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

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

renderText STRING

Prints the string prefixed by its device and user coordinates.

AUTHOR

Clotho Advanced Media Inc., cpan@clotho.com