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
    #!/usr/bin/perl
    use strict;
    ...
    $text->text("X");             # Print "X" at 173,660
    $pdf->saveas($outfile);
    $pdf->end;