mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
b11ec6a474
Features: * search for regular expressions. * support for some important grep options, including: o filename output. o page number output. o optional case insensitivity. o count occurrences. * and the most important feature: color output! WWW: http://pdfgrep.sourceforge.net/ PR: ports/152648 Submitted by: Michael Ranner <michael@ranner.eu>
15 lines
364 B
Plaintext
15 lines
364 B
Plaintext
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:
|
|
o filename output.
|
|
o page number output.
|
|
o optional case insensitivity.
|
|
o count occurrences.
|
|
* and the most important feature: color output!
|
|
|
|
|
|
WWW: http://pdfgrep.sourceforge.net/
|