in reply to Re^2: How to do in "PDF::Extract"?
in thread How to do in "PDF::Extract"?
This code work for me Fine...$pdfextract=new PDF::Extract(PDFDoc=>"input path with pdf file"); $i=1; while($pdfextract->savePDFExtract(PDFPages=>$i,PDFCache=>" destination +path")) { $i++; + }
|
|---|