-
-
15 Aug 2013 02:11:22 UTC
- Distribution: CAM-PDF
- Module version: 1.60
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (51)
- Testers (6448 / 3 / 0)
- Kwalitee
Bus factor: 0- 54.93% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (749.66KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Clotho Advanced Media, Inc.
- Dependencies
- Crypt::RC4
- Digest::MD5
- Text::PDF
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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
Module Install Instructions
To install CAM::PDF, copy and paste the appropriate command in to your terminal.
cpanm CAM::PDF
perl -MCPAN -e shell install CAM::PDF
For more information on module installation, please visit the detailed CPAN module installation guide.