|
NAMECAM::PDF::Renderer::Dump - Print the graphic state of each nodeLICENSESee CAM::PDF.SYNOPSISuse CAM::PDF; my $pdf = CAM::PDF->new($filename); my $contentTree = $pdf->getPageContentTree(4); $contentTree->render("CAM::PDF::Renderer::Dump"); DESCRIPTIONThis 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
AUTHORSee CAM::PDF
Visit the GSP FreeBSD Man Page Interface. |