in reply to Re^5: How to export all images from pdf via perl?
in thread How to export all images from pdf via perl?

I read the documentation. I used -v but it throws the following error message.
"extractallimages.pl -v main1.pdf \tmp"
Image 1, (no name) = object 49, (w,h)=(524,632)
Failed to write file /tmp/crunchjpg.5716
Already i created "tmp" folder. I will try in various way. Please advice me.

Prabudass
  • Comment on Re^6: How to export all images from pdf via perl?

Replies are listed 'Best First'.
Re^7: How to export all images from pdf via perl?
by Anonymous Monk on Oct 30, 2008 at 12:07 UTC
    list the reasons it could fail to write to /tmp/crunchjpg.5716
      I could not find the reason. Through perl IDE i compiled the "extractallimages.pl", but after the line("$tmpl->cleanoutput($ofile);") the compiler goes to "perl5db.pl" line no: 624("$SubInfo .= '('.join(', ', @test).')';"). And then process stopped. Could you please help me.
        I didn't suggest you find the reason, I said list the reasons it could fail. Once you have a list, rule each one out until you're left with the answer.