aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/pdfgrep
Commit message (Collapse)AuthorAgeFilesLines
* Update poppler to 0.18.0.kwm2011-10-311-2/+2
| | | | | | | | | The qt3 bindings are removed upstream. The glib library lost the last gdk-pixbuf code. And rename it from -gtk to -glib. Thanks to: pav for a exp-runs bapt for double checking the libreoffice ports
* Chase poppler shlib bumps.kwm2011-08-241-1/+2
|
* Pdfgrep is a tool to search text in PDF files. It works similar to grep.wen2010-12-153-0/+45
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>