Man Page: cam::pdf::renderer::dump
Operating Environment: debian
Section: 3pm
CAM::PDF::Renderer::Dump(3pm) User Contributed Perl Documentation CAM::PDF::Renderer::Dump(3pm)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$self->renderText($string) Prints the string prefixed by its device and user coordinates.AUTHORSee CAM::PDF perl v5.14.2 2012-07-08 CAM::PDF::Renderer::Dump(3pm)
| Related Man Pages |
|---|
| pdfseparate(1) - centos |
| cam::pdf::content(3pm) - debian |
| cam::pdf::decrypt(3pm) - debian |
| text::pdf::page(3pm) - debian |
| text::pdf::ttfont(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Installing Dash Shell on OS X Lion |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |
| My first PERL incarnation... Audio Oscillograph |