Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    # pdf-filler-test.pl
    ...
        $pdf->fillFormFields($_ => $fieldnum);
    }
    $pdf->cleanoutput($outfile);
    
  2. or download this
    $pdf->clearAnnotations();
    $pdf->cleanoutput($outfile);