Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am having PDF's being stored in my DB as image data type, now I want to search the content of the PDF's using Full Text index.

I asked a question regarding performing search for content inside docuement in the code project for which I got the answer.
You can check the same at Link.

The above solution is working fine for .doc and .txt files but the content inside .pdf file is not being searched.

I tried installing PDF iFilter, but its not resolving my issue.
Posted
Comments
Jean A Brandelero 8-Aug-13 8:01am    
I don't know exactly how pdf is saved, but i think this is not possible.
RedDk 8-Aug-13 12:29pm    
repost

1 solution

Without knowing more about your environment and database, I would suggest trying this:
http://stackoverflow.com/questions/7690921/sql-server-pdf-full-text-search-not-working-on-filestream-pdf-file[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900