I extracted all pages from pdf file using "PDF::Extract". If i open that extracted pdf it open correctly. But if i try to close it asked yes or no dialog box. Could you please explain how to rectify this problem.
Code:
use PDF::Extract;
$pdf=new PDF::Extract( PDFDoc=>"C:\\sample.pdf");
$i=1;
$i++ while ( $pdf->savePDFExtract( PDFPages=>$i ) );