Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Documentation of PDF::GetImages is lack of some info concerning the 'optionals'

by programmer.perl (Beadle)
on Feb 09, 2013 at 11:48 UTC ( [id://1017951]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use 5.010;
    ...
    my $images = pdfimages($path.'/file.pdf') or die($PDF::GetImages::errs
    +tr);
    scalar @$images or die("no images in $path");
    for (@$images){print "$_\n";}
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1017951]
Front-paged by Arunbear
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-04-23 14:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found