Pdf notes

From raju

search pdf files from command line

    find /path -name '*.pdf' -exec sh -c 'pdftotext "{}" - | grep --with-filename --label="{}" --color "your pattern"' \;
    

Ref:- https://stackoverflow.com/questions/4643438/how-to-search-contents-of-multiple-pdf-files