logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       See CAM::PDF

perl v5.36.0                                       2022-12-08                      CAM::PDF::Renderer::Dump(3pm)

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.

License

       See CAM::PDF.

Name

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

Synopsis

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

See Also