The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

new

Creates a new renderer.

clone

Duplicates an instance.

Do DATA...

Record an indirect image node.

BI DATA...

Record an inline image node.

AUTHOR

Clotho Advanced Media Inc., cpan@clotho.com