Paketname | libpdf-fdf-simple-perl |
Beschreibung | Perl module to read and write (Acrobat) FDF files |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.10-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 84 Byte |
Hängt ab von | perl (>= 5.6.0-16), libparse-recdescent-perl, libclass-methodmaker-perl |
Empfohlene Pakete | |
Paketbetreuer | Steffen Schwigon |
Quelle | |
Paketgröße | 13034 Byte |
Prüfsumme MD5 | eef4776605be2a6ea5fbd813b97afe78 |
Prüfsumme SHA1 | e55143e1c8b28d4d12c565fc1a657def0fe3a634 |
Prüfsumme SHA256 | daaedd2910e5c5461a663454f49e7e48fb776e0d10576307b8c354bfbc6e6276 |
Link zum Herunterladen | libpdf-fdf-simple-perl_0.10-1_all.deb |
Ausführliche Beschreibung | Helps creating and extracting the content of FDF files. It is meant to
be a simple replacement for the Adobe FdfToolkit. Therefore some of
it's behavior, especially handling of diverse whitespace/newline
artefacts is orientated on FdfToolkit's handling.
.
After the extraction process the content is available within a hash
reference.
.
For creating FDF files it currently only supports setting text
values. Anyway, this should be enough to create FDF files for text
fields, text areas, checkboxes and radio buttons.
.
PDF::FDF::Simple uses Parse::RecDescent and understands both, the
"Kids" notation and the "dotted" notation for field names. Saving will
always use the "dotted"- notation.
|