I have to store a tiff(tag image file format) or pdf scanned file in mongodb that should be Text search able . like if we want to search "on base of text" it should be able to search .
I am going to use .net mvc or java with mongodb .
so how can i store this pdf file and then can retrieve from database .
any suggestion will be appreciated .
thanks