How to search contents of multiple pdf files?

后端 未结 13 1128
误落风尘
误落风尘 2020-11-30 15:58

How could I search the contents of PDF files in a directory/subdirectory? I am looking for some command line tools. It seems that grep can\'t search PDF files.<

13条回答
  •  遥遥无期
    2020-11-30 16:58

    I had the same problem and thus I wrote a script which searches all pdf files in the specified folder for a string and prints the PDF files wich matched the query string.

    Maybe this will be helpful to you.

    You can download it here

提交回复
热议问题