DOKK / manpages / debian 11 / libcam-pdf-perl / CAM::PDF::Renderer::Dump.3pm.en
CAM::PDF::Renderer::Dump(3pm) User Contributed Perl Documentation CAM::PDF::Renderer::Dump(3pm)

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

See CAM::PDF.

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

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.

$self->renderText($string)
Prints the string prefixed by its device and user coordinates.

See CAM::PDF

2016-05-29 perl v5.22.2