Source: libpdf-create-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Vincent Danjean , gregor herrmann , Ansgar Burchardt , Nick Morrott Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: perl, libfile-sharedir-install-perl, libfile-share-perl, libjson-perl, libtest-leaktrace-perl Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpdf-create-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpdf-create-perl.git Homepage: https://metacpan.org/release/PDF-Create Rules-Requires-Root: no Package: libpdf-create-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libfile-share-perl, libjson-perl Suggests: libpdf-api2-perl Description: 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.