Source: libcam-pdf-perl Maintainer: Debian Perl Group Uploaders: Ivan Kohler , Xavier Guimard , gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 9), libmodule-build-perl Build-Depends-Indep: libcrypt-rc4-perl, libtext-pdf-perl, rename, perl Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcam-pdf-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcam-pdf-perl.git Homepage: https://metacpan.org/release/CAM-PDF Testsuite: autopkgtest-pkg-perl Package: libcam-pdf-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcrypt-rc4-perl, libtext-pdf-perl, tcsh | csh | c-shell Description: 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.