Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    }
    
    $pdf->save('DX.pdf');
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    $pdf->extractPages( 2..8 );
    
    $pdf->cleanoutput('DXout.pdf');
    
  3. or download this
    Number of pages: 9