summaryrefslogtreecommitdiff
path: root/debian/control
blob: 828e1315051e328611a06565587a3b7bff42e54d (plain)
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: pdf2htmlex
Section: text
Priority: optional
Maintainer: Johannes Schauer <josch@debian.org>
Build-Depends:
 debhelper (>= 10)
Build-Depends-Arch:
 cmake (>= 2.6.0),
 pkg-config,
 libpoppler-dev (>= 0.20.3),
 libpoppler-private-dev,
 libpng-dev,
 libjpeg-dev,
 libfontforge-dev (>= 1:20161005~dfsg-4),
 libspiro-dev,
 python,
 yui-compressor,
 pdf.js-common (>= 1.0.1149),
 pngnq,
 librsvg2-bin,
 closure-compiler
Standards-Version: 3.9.8
Testsuite: autopkgtest
Homepage: http://github.com/coolwanglu/pdf2htmlEX
Vcs-Browser: https://browse.dgit.debian.org/pdf2htmlex.git/
Vcs-Git: https://git.dgit.debian.org/pdf2htmlex

Package: pdf2htmlex
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, pdf.js-common (>= 1.0.1149)
Suggests: ttfautohint
Description: Converts PDF to HTML while retaining most formatting
 pdf2htmlEX converts PDF to HTML while retaining text, format and style as much
 as possible by making use of HTML5, JavaScript and modern CSS features.
 Even difficult content like PDFs with embedded fonts, multicolumn documents,
 scientific papers with complicated figures and mathematical formulas will
 mostly be represented correctly. Fallback mode generates HTML pages which
 do not require any JavaScript to view them correctly at the expense of a
 larger file size.