Help for this page

Select Code to Download


  1. or download this
    use PDF::API2;
    
    ...
    $page = $result_pdf->importpage($pdf, 1);
    
    $result_pdf->saveas("pdfapi2_result.pdf");
    
  2. or download this
    use CAM::PDF;
    
    ...
    $doc1->clearAnnotations();
    
    $doc1->cleanoutput('campdf_result.pdf');
    
  3. or download this
    use PDF::Reuse;
    
    ...
        first => 1, 
        last  => 1 });
    prEnd();