Research and Development
Install pdfgrep from repository.
pdfgrep
sudo snap install pdfgrep
Search for the pattern within pdf files at the given path with the following command:
pattern
path
find /path -iname '*.pdf' -exec pdfgrep pattern {} +