search in pdf files for strings matching a regular expression
http://pdfgrep.sourceforge.net/
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.
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / pdfgrep
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Publishing/pdfgrep && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
pdfgrep-2.1.2.tar.gz | 0000197289 193 KB | |
pdfgrep.changes | 0000004705 4.59 KB | |
pdfgrep.spec | 0000001798 1.76 KB |
Revision 6 (latest revision is 9)
Martin Pluskal (pluskalm)
committed
(revision 6)
- Update to version 2.1.2: * Bugfix: Fix crash when compiled with hardened compiler flags (specifically -D_GLIBCXX_ASSERTIONS) - Changes for version 2.1.1: * Bugfix: Fix build with libunac support enabled - Changes for version 2.1.0: * New option `--page-range` to limit search to a set of pages * New option `--file/-f` to read patterns from a file * New option `--regexp/-e` to specify multiple patterns (combined with OR). * New options `--files-with-matches/-l` and `--files-without-match/-L` to only list filenames of files that contain or don't contain matches. * Major manpage restructuring. It's now divided into subsections like the GNU grep's manpage. * Bugfix: Actually stop searching after first match with `-q`
Comments 0