Click here to Skip to main content
15,893,904 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
Hello All
I want to parse the documents(word file/PDF) before saving it in database.So that I will be able to search resumes saved in database in form of word file/PDF.if I search "Java" than it must show a list of resumes from database that have "java".
Posted
Updated 15-Jun-15 5:59am
v2

1 solution

You're going to have to define exactly what a "document" is. Is it something typed into a bunch of filed in a web page or an uploaded Word file, or what?

If you're using SQL Server for the database, looking Full Text search, which support looking inside various files saved in your tables.
 
Share this answer
 
Comments
Andy Lanng 15-Jun-15 11:46am    
Ah - I advised him that parsing first was the best approach. Sorry OP :S
[no name] 15-Jun-15 12:22pm    
Hello Andy,actually I'm new in coding and don't know how to do this.Till now I can just able to browse file and successfully inserting in database but now I want to fetch file from its content as I mentioned

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