in reply to Re^2: How to do in "PDF::Extract"?
in thread How to do in "PDF::Extract"?

Try This Code. it will help for you. Hope
$pdfextract=new PDF::Extract(PDFDoc=>"input path with pdf file"); $i=1; while($pdfextract->savePDFExtract(PDFPages=>$i,PDFCache=>" destination +path")) { $i++; + }
This code work for me Fine...