pdfgrep

a commandline utility to search text in PDF files (inspired by the original pdfgrep.org)

Usage no npm install needed!

<script type="module">
  import pdfgrep from 'https://cdn.skypack.dev/pdfgrep';
</script>

README

pdfgrep

a commandline utility to search text in PDF files (inspired by the original pdfgrep.org)

installation

  $ [sudo] npm install pdfgrep -g

Do a quick test

  $ pdfgrep --file <FILE_NAME>

Usage

    $ pdfgrep [OPTION…] PATTERN [FILE…]
    $ pdfgrep [OPTION…] [-e PATTERN | -f FILE] [FILE…]