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