cam::pdf::renderer::text(3pm) debian man page | unix.com

Man Page: cam::pdf::renderer::text

Operating Environment: debian

Section: 3pm

CAM::PDF::Renderer::Text(3pm)				User Contributed Perl Documentation			     CAM::PDF::Renderer::Text(3pm)

NAME
CAM::PDF::Renderer::Text - Render an ASCII image of a PDF page
LICENSE
See CAM::PDF.
SYNOPSIS
use CAM::PDF; my $pdf = CAM::PDF->new($filename); my $contentTree = $pdf->getPageContentTree(4); $contentTree->render("CAM::PDF::Renderer::Text");
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.
GLOBALS
The $CAM::PDF::Renderer::Text::xdensity and $CAM::PDF::Renderer::Text::ydensity define the scale of the ASCII graphical output device. They both default to 6.0.
FUNCTIONS
$pkg->new() Calls the superclass constructor, and initializes the ASCII PDF page. $self->renderText($string) Prints the characters of the screen to our virtual ASCII framebuffer. $self->toString() Serializes the framebuffer into a single string that can be easily printed.
AUTHOR
See CAM::PDF perl v5.14.2 2012-07-08 CAM::PDF::Renderer::Text(3pm)
Related Man Pages
pdf::api2::basic::pdf::filter(3pm) - debian
pdf::api2::basic::pdf::page(3pm) - debian
text::pdf::dict(3pm) - debian
text::pdf::filter(3pm) - debian
text::pdf::page(3pm) - debian
Similar Topics in the Unix Linux Community
Introduction
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph