2

I'm trying to figure out how to get Windows 10 to search PDF contents, rather than having to open each file to search manually.

According to this you can specify which file type should be content-searchable. When I do this on Windows 10, I see that the PDF file type is missing an IFilter ("Registered IFilter is not found"). Is this the right path? I can't find a Windows 10 PDF IFilter (well, Foxit has one, but it's over $1,000). Adobe has one here but it's only stated for Windows 7 and 8.

Any ideas?

buggaby
  • 359
  • 2
  • 13

3 Answers3

0

You can simply install Adobe Acrobat or Reader and the PDF iFilter will install along with it. You'll get the 32 bit version but since the files are being indexed in the background, it shouldn't really matter.

joelgeraci
  • 4,606
  • 1
  • 12
  • 19
0

Check these three things:

  1. Check at Control Panel > Indexing Options > Modify to make sure the file location is indexed.

  2. In the registry, go to HKEY_CLASSES_ROOT\.pdf\PersistentHandler. Verify that the value is 1AA9BF05-9A97-48c1-BA28-D9DCE795E93C. If the entry is F6594A6D-D57F-4EFD-B2C3-DCD9779E382E then it has been overwritten which broke the search index. Return it to its original value, then restart the computer.

  3. Control Panel > Indexing Options > Advanced > File Types. If the entry for pdf still says “Registered IFilter is not found”, install 'Adobe PDF iFilter 11 for 64-bit platforms' and restart the computer.

TT--
  • 2,956
  • 1
  • 27
  • 46
0
  1. Open “Indexing Options” (from the start menu type indexing options and click on the link)

  2. Click on the “Advanced” button

  3. Click on the “File Types” Tab

  4. Uncheck “PDF”

  5. Click “OK”

  6. Click “Close”

  7. Download and install IFilter ( https://supportdownloads.adobe.com/thankyou.jsp?ftpID=5542&fileID=5550)

  8. Open “Indexing Options” again (from the start menu type indexing options and click on the link)

  9. Click on the “Advanced” button

  10. Click on the “File Types” Tab

  11. Select “Index Properties and File Contents”

  12. Scroll down to PDF and recheck it.

  13. Click “OK”

  14. Click “Close”

This will re-index the computer, it takes a bit of time but you will now be able to search within the contents of a PDF (not scanned).

Bhargav Rao
  • 50,140
  • 28
  • 121
  • 140
kevin
  • 1