| Paketname | libpdf-fdf-simple-perl | 
| Beschreibung | Perl module to read and write (Acrobat) FDF files | 
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) | 
| Version | 0.10-1 | 
| Sektion | perl | 
| Priorität | optional | 
| Installierte Größe | 40 Byte | 
| Hängt ab von | perl (>= 5.6.0-16), libparse-recdescent-perl, libclass-methodmaker-perl | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Steffen Schwigon | 
| Quelle |  | 
| Paketgröße | 13036 Byte | 
| Prüfsumme MD5 | e69e956effde99c9524c8c82c3b8ebea | 
| Prüfsumme SHA1 | b56caeb9f5bfab73fcc9df5af148a4a1ab570c96 | 
| Prüfsumme SHA256 | 8926576f3c7feaf830ff4f467e0a5c3798d35916b86ef831bae34bcf6746de54 | 
| 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. |