Source: libpdf-builder-perl Maintainer: Debian Perl Group Uploaders: Jeffrey Ratcliffe Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) # t/tiff.t would need convert and tiffcp, but the tests currently fail # imagemagick , # libtiff-tools , Build-Depends-Indep: fonts-dejavu-core , libfont-ttf-perl , libgd-perl , libgraphics-tiff-perl , libimage-png-libpng-perl , libio-compress-perl , libtest-exception-perl , libtest-memory-cycle-perl , perl Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpdf-builder-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpdf-builder-perl.git Homepage: https://metacpan.org/release/PDF-Builder Rules-Requires-Root: no Package: libpdf-builder-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libfont-ttf-perl, libio-compress-perl Recommends: libgraphics-tiff-perl, libimage-png-libpng-perl Description: Facilitates the creation and modification of PDF files PDF::Builder started as a fork of PDF::API2, but has since added new features and fixed large bugs compared to the original. . Features: - Works with more than one PDF file open at once - It presents a object-oriented API to the user - Supports the 14 base PDF Core Fonts - Supports TrueType/OpenType fonts with both TT and CFF Outlines - Supports Adobe-Type1 Fonts (pfb/pfa/afm) - Supports native Embedding of bitmap images (jpeg, ppm, png) - Supports modification of existing pdfs and import/cloning of pages - Lite version of the API for first-timers