File: control

package info (click to toggle)
libpdf-api2-perl 0.41.00-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 20,308 kB
  • ctags: 1,214
  • sloc: perl: 265,979; makefile: 37
file content (26 lines) | stat: -rw-r--r-- 1,065 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: libpdf-api2-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.debian.org>
Uploaders: Gunnar Wolf <gwolf@debian.org>
Build-Depends-Indep: debhelper (>> 4.0.0), perl (>=5.8.0), perl-modules, libcompress-zlib-perl
Standards-Version: 3.6.1

Package: libpdf-api2-perl
Architecture: all
Depends: ${perl:Depends}, libcompress-zlib-perl
Conflicts: libpdf-api2-perl-snapshot
Provides: libpdf-api2-perl-snapshot
Description: provides the functions for creating PDF documents in Perl
 This module 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