Command to search for all PDF contents inside local folder (replace the text your pattern by your text):
find -name '*.pdf' -exec sh -c 'pdftotext "{}" - | grep -i --with-filename --label="{}" --color "your pattern"' \;

  1. Artigos (Total: )

  2. Presentations (Total: )