libpdf-create-perl 1.29-1 source package in Ubuntu
Changelog
libpdf-create-perl (1.29-1) unstable; urgency=medium * Import upstream version 1.29. -- gregor herrmann <email address hidden> Sat, 13 Feb 2016 15:20:29 +0100
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 | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libpdf-create-perl_1.29-1.dsc | 2.4 KiB | 93af296ed2f7e7e291bf27806087fb06267628ee8ba758acebd441ec59d70760 |
libpdf-create-perl_1.29.orig.tar.gz | 101.4 KiB | 7adc48a56786e2b15147e94d9474cfaabc652f83def13491d699ae19dda6d592 |
libpdf-create-perl_1.29-1.debian.tar.xz | 4.5 KiB | 2b02fd0d639b3e41ff1e6380316f0c58a8b997e636ef0a75da6259fbb0d28a44 |
Available diffs
- diff from 1.28-1 to 1.29-1 (3.0 KiB)
No changes file available.
Binary packages built by this source
- libpdf-create-perl: Perl module to create PDF files
PDF::Create allows you to create documents in the Portable Document Format
(PDF) using a large number of primitives, and emit the result as a PDF file
or stream.
.
Documents can have several pages, a table of content, an information section
and many other PDF elements. Since documents are constructed on-the-fly, the
memory footprint is not tied to the size of the pages; only the number of
pages.
.
It is intended to be simple and highly portable, as it is written purely in
Perl. For more complex tasks, see libpdf-api2-perl.