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
|
Source: pdfgrep
Section: utils
Priority: optional
Maintainer: Christoph Egger <christoph@debian.org>
Build-Depends: asciidoc,
automake,
debhelper (>= 10~),
docbook-xml,
libgcrypt20-dev,
libpcre2-dev,
libpoppler-cpp-dev,
pkgconf
Standards-Version: 4.1.4
Homepage: https://pdfgrep.org
Vcs-Git: https://salsa.debian.org/debian/pdfgrep.git
Vcs-Browser: https://salsa.debian.org/debian/pdfgrep
Package: pdfgrep
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: search in pdf files for strings matching a regular expression
Pdfgrep is a tool to search text in PDF files. It works similar to
`grep'.
.
Features:
- search for regular expressions.
- support for some important grep options, including:
+ filename output.
+ page number output.
+ optional case insensitivity.
+ count occurrences.
- and the most important feature: color output!
|