Help for this page
#!/usr/bin/perl # pdf-filler-test.pl ... $pdf->fillFormFields($_ => $fieldnum); } $pdf->cleanoutput($outfile);
#!/usr/bin/perl use strict; ... $text->text("X"); # Print "X" at 173,660 $pdf->saveas($outfile); $pdf->end;