I extracted all pages from pdf file using "PDF::Extract". If i open that extracted pdf file it open correctly. But if i try to close that pdf file, it asked "Do you want save changes 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 ) );