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
|
Source: php-dompdf
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: ownCloud for Debian maintainers <pkg-owncloud-maintainers@lists.alioth.debian.org>,
David Prévot <taffit@debian.org>
Build-Depends: debhelper (>= 9),
fonts-dejavu,
php-font-lib (<< 0.3~),
php-font-lib (>= 0.2~),
php5-cli,
pkg-php-tools (>= 1.7~)
Standards-Version: 3.9.5
Homepage: http://dompdf.github.io/
Vcs-Git: git://anonscm.debian.org/pkg-php/php-dompdf.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-dompdf.git
Package: php-dompdf
Architecture: all
Depends: fonts-dejavu,
php5 | php5-cli,
php5-gd,
sdop,
${misc:Depends},
${phpcomposer:Debian-require}
Suggests: php-tcpdf,
php5-apcu | php5-xcache,
php5-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
|