23

Usually I use Notepad++ to search in file(s) using regular expressions. Today I am wondering if there is a PDF program that does the same for PDFs. Of course I could convert the PDF to text and use Notepad++ but is there a more easy way without converting?

2
  • 1
    What OS are you using? Commented Mar 15, 2012 at 5:40
  • Windows Developer Preview and Windows 7
    – Michael S.
    Commented Mar 15, 2012 at 5:41

2 Answers 2

11

several options:

1
  • 1
    @akira What about in Linux?
    – Porcupine
    Commented Aug 7, 2018 at 1:25
4
  1. Agent Ransack is free (lite) and supports PDF as its release notes confirm.
  2. PowerGREP is a commercial product.

Just as you said, the evident alternative is to convert PDFs to text. One way for a programmer to set that up for bulk processing is by using the Python package PDFMiner. Agent Ransack uses "pdftotext" from the Xpdf project (and you can too).

3
  • sidenote: Agent Ransack is the lite version of FileLocator
    – akira
    Commented Mar 15, 2012 at 6:28
  • Thanks! I looked more closely. The vendor's release notes confirm that File Locator Lite aka Agent Ransack does support PDF. Editing my answer.
    – minopret
    Commented Mar 15, 2012 at 6:41
  • Agent Ransack does the job. You might also want to try DnGrep.
    – Michael S.
    Commented Mar 15, 2012 at 8:08

Not the answer you're looking for? Browse other questions tagged .