Source: libpdf-fdf-simple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libclass-accessor-perl,
                     libfile-sharedir-perl,
                     libparse-recdescent-perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpdf-fdf-simple-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpdf-fdf-simple-perl.git
Homepage: https://metacpan.org/release/PDF-FDF-Simple

Package: libpdf-fdf-simple-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libclass-accessor-perl,
         libfile-sharedir-perl,
         libparse-recdescent-perl
Description: Perl module to read and write (Acrobat) FDF files
 PDF::FDF::Simple helps creating and extracting the content of FDF files. It
 is meant to be a simple replacement for the Adobe FdfToolkit. Therefore some
 of its 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.
