# sudo apt-get install poppler-utils -y && pdftotext testfile.pdf - | grep 'match' This is a matching line #
search pdf with grep and pdftotext
Reply
# sudo apt-get install poppler-utils -y && pdftotext testfile.pdf - | grep 'match' This is a matching line #