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
|
Source: libpdf-fromhtml-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Mason James <mtj@kohaaloha.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libmodule-build-perl,
libmodule-install-perl
Build-Depends-Indep: libgraphics-colornames-perl <!nocheck>,
libhtml-tidy5-perl <!nocheck>,
libimage-size-perl <!nocheck>,
libpdf-api2-perl <!nocheck>,
libpdf-writer-perl <!nocheck>,
libscalar-list-utils-perl <!nocheck>,
libwww-perl <!nocheck>,
libxml-twig-perl <!nocheck>,
perl,
rename
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpdf-fromhtml-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpdf-fromhtml-perl.git
Homepage: https://metacpan.org/release/PDF-FromHTML
Rules-Requires-Root: no
Package: libpdf-fromhtml-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libgraphics-colornames-perl,
libhtml-tidy5-perl,
libimage-size-perl,
libpdf-api2-perl,
libpdf-writer-perl,
libscalar-list-utils-perl,
libwww-perl,
libxml-twig-perl
Description: module to convert HTML documents to PDF
PDF::FromHTML transforms HTML into PDF, using an assortment of XML
transformations implemented in PDF::FromHTML::Twig.
.
There is also a command-line utility, html2pdf, that comes with
this distribution.
|