File: control

package info (click to toggle)
php-dompdf 0.6.2%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 4,208 kB
  • ctags: 5,137
  • sloc: php: 19,618; makefile: 39; sh: 13
file content (39 lines) | stat: -rw-r--r-- 1,369 bytes parent folder | download | duplicates (2)
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
Source: php-dompdf
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Markus Frosch <lazyfrosch@debian.org>
Build-Depends: debhelper (>= 9),
               fonts-dejavu,
               php-font-lib (>= 0.2.2),
               php-cli,
               pkg-php-tools (>= 1.7~)
Standards-Version: 3.9.7
Homepage: http://dompdf.github.io/
Vcs-Git: https://anonscm.debian.org/git/pkg-php/php-dompdf.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-php/php-dompdf.git/

Package: php-dompdf
Architecture: all
Depends: fonts-dejavu,
         php | php-cli,
         php-gd,
         sdop,
         ${misc:Depends},
         ${phpcomposer:Debian-require}
Suggests: php-tcpdf,
          php-apcu,
          php-cli,
          ${phpcomposer:Debian-suggest}
Description: HTML to PDF converter
 ${phpcomposer:description}. It:
  * handles most CSS 2.1 and a few CSS3 properties, including @import,
    @media & @page rules
  * supports most presentational HTML 4.0 attributes
  * supports external stylesheets, either local or through HTTP/FTP
    (via fopen-wrappers)
  * supports complex tables, including row and column spans, separate
    and collapsed border models, individual cell styling
  * supports images: GIF, PNG (8-, 24- and 32-bit with alpha channel),
    BMP, and JPEG
  * supports inline PHP