libcam-pdf-perl 1.60-3 source package in Ubuntu
Changelog
libcam-pdf-perl (1.60-3) unstable; urgency=medium [ Salvatore Bonaccorso ] * debian/control: Use HTTPS transport protocol for Vcs-Git URI [ gregor herrmann ] * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. * Use (file-)rename instead of (p)rename. (Closes: #825433) * Add patch to handle decoded paths. Thanks to Marco Pessotto for the bug report and patch. (Closes: #811494) * Update years of packaging copyright. * Add a patch to fix spelling mistakes in the POD. * Bump debhelper compatibility level to 9. * Declare compliance with Debian Policy 3.9.8. -- gregor herrmann <email address hidden> Sun, 29 May 2016 23:52:02 +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 | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | perl | |
Focal | release | universe | perl | |
Bionic | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libcam-pdf-perl_1.60-3.dsc | 2.3 KiB | a0300c64dc9754dcc59514748897083c67c9675eb379847deb91f81f14fa6757 |
libcam-pdf-perl_1.60.orig.tar.gz | 749.7 KiB | e76afc7f38a624924a77c5c988c36c9e388bfa7716e75cd397fef8e1b42ebb89 |
libcam-pdf-perl_1.60-3.debian.tar.xz | 4.0 KiB | 85c5ed44f4e5a724e2a36a7e22f6d4ebc2387421b39776e7228c286b1de44dd2 |
Available diffs
- diff from 1.60-2 to 1.60-3 (2.2 KiB)
No changes file available.
Binary packages built by this source
- libcam-pdf-perl: PDF manipulation library
CAM::PDF reads and writes any document that conforms to the PDF specification
generously provided by Adobe at
https://www.adobe. com/devnet/ pdf/pdf_ reference. html (link last checked Feb
2013).
.
The file format through PDF 1.5 is well-supported, with the exception of the
"linearized" or "optimized" output format, which this module can read but not
write. Many specific aspects of the document model are not manipulable with
this package (like fonts), but if the input document is correctly written,
then this module will preserve the model integrity.
.
The PDF writing feature saves as PDF 1.4-compatible. That means that
compressed object streams cannot be written. The consequence is that reading
and then writing a PDF 1.5+ document may enlarge the resulting file by a fair
margin.