|
NAMECAM::PDF::Renderer::Images - Find all of the images in a page LICENSESee 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}};
DESCRIPTIONThis class is used to identify all image nodes in a page content tree. FUNCTIONS
AUTHORSee CAM::PDF
|