libpdf-api2-perl 2.030-1 source package in Ubuntu

Changelog

libpdf-api2-perl (2.030-1) unstable; urgency=medium

  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * debian/upstream/metadata: use HTTPS for GitHub URLs.
  * Remove Jonathan Yu from Uploaders. Thanks for your work!
  * Remove Ryan Niebur from Uploaders. Thanks for your work!
  * Import upstream version 2.030
  * Update debian/libpdf-api2-perl.examples.
    The examples/ directory is gone.
  * Refresh reproducible-resources.patch (offset).
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 3.9.8.

 -- gregor herrmann <email address hidden>  Mon, 31 Oct 2016 00:50:14 +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 Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpdf-api2-perl_2.030-1.dsc 2.2 KiB 359f9250d4a1febb739ec56bff942b0ccc34f57f7bc9cdf6315a745e424d9e6f
libpdf-api2-perl_2.030.orig.tar.gz 3.3 MiB a802c25c1f00b093778223fc7aea94ebd87a9abdb915151746b8ee5d4a358769
libpdf-api2-perl_2.030-1.debian.tar.xz 7.9 KiB cc29211d4f05c75745b71f947528bd77a073b255ba755b534e95293670d6034a

Available diffs

No changes file available.

Binary packages built by this source

libpdf-api2-perl: module for creating or modifying PDF documents in Perl

 PDF::API2 started as a nice API around the Text::PDF modules created by
 Martin Hosken.
 .
 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