Beta 42

Research and Development

Menu

Search Within pdf Files

Install pdfgrep from repository.

sudo snap install pdfgrep

Search for the pattern within pdf files at the given path with the following command:

find /path -iname '*.pdf' -exec pdfgrep pattern {} +