File: control

package info (click to toggle)
tcpdf 6.10.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,784 kB
  • sloc: php: 53,085; sh: 333; makefile: 12
file content (47 lines) | stat: -rw-r--r-- 1,909 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: tcpdf
Maintainer: phpMyAdmin Team <team+phpmyadmin@tracker.debian.org>
Uploaders: William Desportes <williamdes@wdes.fr>
Section: php
Build-Depends: debhelper-compat (= 13),
               dh-sequence-phpcomposer,
               icc-profiles-free,
               phpab
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/phpmyadmin-team/tcpdf
Vcs-Git: https://salsa.debian.org/phpmyadmin-team/tcpdf.git -b debian/unstable
Homepage: https://www.tcpdf.org/
Rules-Requires-Root: binary-targets

Package: php-tcpdf
Architecture: all
Depends: icc-profiles-free,
         php-curl,
         ${misc:Depends},
         ${phpcomposer:Debian-require}
Recommends: php-bcmath, php-gd, php-mcrypt, ${phpcomposer:Debian-recommend}
Suggests: php-imagick, ${phpcomposer:Debian-suggest}
Description: PHP class for generating PDF files on-the-fly
 TCPDF is a library to generate PDF files that does not require external
 extensions. It also includes a class to extract data from existing PDF
 documents and classes to generate 1D and 2D barcodes in various formats.
 .
 TCPDF has been originally derived from the Public Domain FPDF class by
 Olivier Plathey (https://www.fpdf.org).
 .
 Its main features are:
 .
  * an extensive API to control the generated content and its layout
    (including using XHTML as input);
  * works without external libraries;
  * works with any language (UTF-8 and RTL support);
  * supports TrueTypeUnicode, TrueType, Type1 and CID-0 fonts;
  * supports all page formats (standardized and customized);
  * supports most PDF features:
    - encryption and digital signatures
    - compression
    - bookmarks
    - javascript and forms support
    - PDF annotations, including links, text and file attachments
    - XOBject Templates (layers and object visibility, PDF/A-1b support)
  * supports barcode generation (multiple formats);
  * automatic hyphenation and page break.