All Projects → jeremy-compostella → pdfgrep

jeremy-compostella / pdfgrep

Licence: GPL-3.0 License
PDFGrep is a GNU/Emacs module providing grep comparable facilities but for PDF files

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to pdfgrep

ng-pdf-highlighter
PDF annotation with angular7
Stars: ✭ 15 (-37.5%)
Mutual labels:  pdf-viewer
react-view-pdf
A simple and powerful PDF Viewer library for React.js
Stars: ✭ 107 (+345.83%)
Mutual labels:  pdf-viewer
android-pdfviewer
A Android PDF Viewer that render pdf using PdfRenderer and displays it in a RecyclerView.
Stars: ✭ 35 (+45.83%)
Mutual labels:  pdf-viewer
pdf-viewer
PDFjs with flipbook integration (using turnjs4)
Stars: ✭ 85 (+254.17%)
Mutual labels:  pdf-viewer
zathura-solarized
The solarized color theme for Zathura
Stars: ✭ 39 (+62.5%)
Mutual labels:  pdf-viewer
digitalmusicstand
web based music sheet viewer (go, pdfjs) as a single binary
Stars: ✭ 22 (-8.33%)
Mutual labels:  pdf-viewer
pdftron-android-samples
PDFTron Android Samples
Stars: ✭ 30 (+25%)
Mutual labels:  pdf-viewer
react-pdf
Simple and fancy PDF Viewer based on pdf.js 📄⚡️
Stars: ✭ 58 (+141.67%)
Mutual labels:  pdf-viewer
JasperViewerFX
The JasperViewerFX is a free JavaFX library which aims to avoid use of JasperReport's swing viewer
Stars: ✭ 27 (+12.5%)
Mutual labels:  pdf-viewer
emacs-pug-mode
Pug support for Emacs, based on slim-mode.
Stars: ✭ 39 (+62.5%)
Mutual labels:  emacs-mode
modern-sh
🎸 An Emacs minor mode for editing shell script.
Stars: ✭ 27 (+12.5%)
Mutual labels:  emacs-mode
svelte-pdf
svelte-pdf provides a component for rendering PDF documents using PDF.js
Stars: ✭ 102 (+325%)
Mutual labels:  pdf-viewer
eaf-pdf-viewer
Fastest PDF Viewer in Emacs
Stars: ✭ 23 (-4.17%)
Mutual labels:  pdf-viewer
aesop
[DEPRECATED] The simplest PDF viewer around
Stars: ✭ 1 (-95.83%)
Mutual labels:  pdf-viewer
pdf-viewer
PDF viewer web component built in StencilJS. Reusable in Angular, Ionic, React, Vue.JS, etc.
Stars: ✭ 65 (+170.83%)
Mutual labels:  pdf-viewer
Vudit
A file viewer for Android
Stars: ✭ 40 (+66.67%)
Mutual labels:  pdf-viewer
emacs-mips-mode
An Emacs major mode for MIPS assembly code
Stars: ✭ 22 (-8.33%)
Mutual labels:  emacs-mode
go-playground
GNU/Emacs mode that setup local Go playground for code snippets like play.golang.org or even better :)
Stars: ✭ 64 (+166.67%)
Mutual labels:  emacs-mode
mode-line-stats
A bunch of easy to set up stats for the Emacs mode-line.
Stars: ✭ 27 (+12.5%)
Mutual labels:  emacs-mode
ede-php-autoload
PHP autoloading simulation for Emacs' Semantic
Stars: ✭ 23 (-4.17%)
Mutual labels:  emacs-modules

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].