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

list the reasons it could fail to write to /tmp/crunchjpg.5716
  • Comment on Re^7: How to export all images from pdf via perl?

Replies are listed 'Best First'.
Re^8: How to export all images from pdf via perl?
by Anonymous Monk on Oct 30, 2008 at 13:23 UTC
    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.