vapniks / pdfgrep

PDFGrep is a GNU/Emacs module providing grep comparable facilities but for PDF files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pdfgrep is a GNU/Emacs module providing grep comparable facilities but for PDF files. Its usage is similar to the grep function: using the next-error function gets you to the next matching page…

https://melpa.org/packages/pdfgrep-badge.svg

The pdfgrep program must be installed on your system.

If the pdf-tools module is installed and enabled, when a matching page is displayed, the matching regions are highlighted.

Configuration

(require 'pdfgrep)
(pdfgrep-mode)

Example

./screenshot.png

About

PDFGrep is a GNU/Emacs module providing grep comparable facilities but for PDF files

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%