How to search contents of multiple pdf files?

后端 未结 13 1115
误落风尘
误落风尘 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

    0 讨论(0)
提交回复
热议问题