Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

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

by jms53 (Monk)
on Feb 09, 2013 at 12:41 UTC ( [id://1017957]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Documentation of PDF::GetImages is lack of some info concerning the 'optionals'
in thread Documentation of PDF::GetImages is lack of some info concerning the 'optionals'

Did you try setting $abs and $opt as absolute paths?

Also, as for your other question, unless I am mistaken, it creates an array of the images created in $opt ($path). therefore, if empty returns false and dies with the error message "no images in $path".
J -
  • Comment on Re^3: Documentation of PDF::GetImages is lack of some info concerning the 'optionals'

Replies are listed 'Best First'.
Re^4: Documentation of PDF::GetImages is lack of some info concerning the 'optionals'
by programmer.perl (Beadle) on Feb 09, 2013 at 13:51 UTC
    It is working! The mistake was that I didn't create the folder, I thought that Perl will create if there is no folder... Now, I created manually the folder and all is working... now, I'll write the code that will create the folder...
    Enough codes make shapes. (Hamidjon)
Re^4: Documentation of PDF::GetImages is lack of some info concerning the 'optionals'
by programmer.perl (Beadle) on Feb 09, 2013 at 13:03 UTC

    I made such but there is no result:

    my $abs = '/home/auu/Documents/Imag/file.pdf'; my $opt = '/home/auu/Documents/Imag/newfolder/';
    Enough codes make shapes. (Hamidjon)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1017957]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-04-19 19:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found