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

Man Page: cam::pdf::renderer::images

Operating Environment: debian

Section: 3pm

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

NAME
CAM::PDF::Renderer::Images - Find all of the images in a page
LICENSE
See CAM::PDF.
SYNOPSIS
use CAM::PDF; my $pdf = CAM::PDF->new($filename); my $contentTree = $pdf->getPageContentTree(4); my $gs = $contentTree->findImages(); my @imageNodes = @{$gs->{images}};
DESCRIPTION
This class is used to identify all image nodes in a page content tree.
FUNCTIONS
$self->new() Creates a new renderer. $self->clone() Duplicates an instance. The new instance deliberately shares its "images" property with the original instance. $self->Do(DATA...) Record an indirect image node. $self->BI(DATA...) Record an inline image node.
AUTHOR
See CAM::PDF perl v5.14.2 2012-07-08 CAM::PDF::Renderer::Images(3pm)
Related Man Pages
cam::pdf::gs(3pm) - debian
pdf::api2::basic::pdf::dict(3pm) - debian
pdf::api2::basic::pdf::page(3pm) - debian
pdf::api2::resource::font::synfont(3pm) - debian
text::pdf::ttfont0(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph