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
|
Source: pdf2djvu
Section: text
Priority: optional
Maintainer: Daniel Stender <stender@debian.org>
Build-Depends:
debhelper (>= 11),
djvulibre-bin (>= 3.5.25~),
libdjvulibre-dev (>= 3.5.25~),
libgraphicsmagick++1-dev,
libpoppler-private-dev (>= 0.24~),
libexiv2-dev,
uuid-dev,
pkg-config,
python-nose,
python-pil,
locales
Build-Conflicts:
locales-all
Standards-Version: 4.3.0
Homepage: http://jwilk.net/software/pdf2djvu
Vcs-Browser: https://salsa.debian.org/debian/pdf2djvu
Vcs-Git: https://salsa.debian.org/debian/pdf2djvu.git
Package: pdf2djvu
Architecture: any
Depends:
djvulibre-bin (>= 3.5.25~),
${misc:Depends},
${shlibs:Depends}
Suggests:
poppler-data
Breaks:
libdjvulibre21 (<< 3.5.20-5~)
Description: PDF to DjVu converter
pdf2djvu creates DjVu files from PDF files. It's able to extract:
- graphics,
- text layer,
- hyperlinks,
- document outline (bookmarks),
- metadata (including XMP metadata).
|