Command-line Knowledge Base

pdfgrep

Search contents of pdf files for a specific string
find . -name "*.pdf" -exec pdfgrep -i 'macro' '{}' \; -print