Help for this page

Select Code to Download


  1. or download this
      use PDF::Extract;
     $pdf=new PDF::Extract;
     $pdf->servePDFExtract( PDFDoc=>"c:/Docs/my.pdf",     PDFPages=>"1-3 3
    +1-36" );
    
  2. or download this
     use PDF::Extract;
     $pdf = new PDF::Extract( PDFDoc=>'C:/my.pdf' );
    ...
    $pdf=new PDF::Extract( PDFDoc=>"test.pdf");
    $i=1;
    $i++ while ( $pdf->savePDFExtract( PDFPages=>$i ) );