libpdf-fdf-simple-perl 0.21-3.1 source package in Ubuntu

Changelog

libpdf-fdf-simple-perl (0.21-3.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Tue, 14 Jun 2022 14:08:26 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpdf-fdf-simple-perl_0.21-3.1.dsc 2.2 KiB 531cf042f4a461870700af77effce142699f4238cfeb369fd234fcce61dba516
libpdf-fdf-simple-perl_0.21.orig.tar.gz 49.3 KiB 5aaaa0d071fbc6a60ac78bf5f02deefe51e362c36694229feff9c37f20dac94f
libpdf-fdf-simple-perl_0.21-3.1.debian.tar.xz 2.5 KiB 7251fa3979fc4e7de54e46d70f04b8aef00631b0a44ec63e0c117e39751c41e8

Available diffs

No changes file available.

Binary packages built by this source

libpdf-fdf-simple-perl: 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.