GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

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

CAM::PDF::Renderer::Images - Find all of the images in a page

See CAM::PDF.

    use CAM::PDF;
    my $pdf = CAM::PDF->new($filename);
    my $contentTree = $pdf->getPageContentTree(4);
    my $gs = $contentTree->findImages();
    my @imageNodes = @{$gs->{images}};

This class is used to identify all image nodes in a page content tree.

$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.

See CAM::PDF
2013-08-15 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.