But i can't filter the form fields or get there content. Is there a way to do this?use strict; use warnings; use CAM::PDF; my $pdf = CAM::PDF->new('file.pdf'); my @formfields = $pdf->getFormFieldList(); foreach (@formfields) { print $_."\n"; } exit;
In reply to Get data from pdf form by kean
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |