|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Can we search keywords in a word document?I'm designing a Job Recruitment Website, in which the admin person
searches for the right candidate for the job using certain keywords . The only kind of candidate info is the ms word cv of each candidate. So how can i search for keywords in each of the word documents. Is there any way like that or Is that a impossible scenario in .net? Or else should i force the candidate to create CV and store in the database so that i can use that info for search Which is the best approach? Thanks in Advance Hi Savvy,
quite possible, you can use the Word object model from inside dotNET, I believe you'll find some search function in it. For a starter, take a look at: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_wrcore/html/wroricommontasksinofficeprogramming.asp Or even better, use VSTO 2005 (Visual Studio Tools for Office). I haven't looked for a search function in it yet, but maybe your in luck (I think you will :) Grtz, Wouter Trainer - Info Support - www.infosupport.com www.dive-in-it.nl Ho about savind the DOC in RTF (text format) and then using File System
Object to do TEXT search Thanks PP savvy wrote: Show quoteHide quote > I'm designing a Job Recruitment Website, in which the admin person > searches for the right candidate for the job using certain keywords . > The only kind of candidate info is the ms word cv of each candidate. So > how can i search for keywords in each of the word documents. Is there > any way like that or Is that a impossible scenario in .net? > Or else should i force the candidate to create CV and store in the > database so that i can use that info for search > Which is the best approach? > Thanks in Advance Thnks everyone for your help
For my problem i used Index servicing which is perfect for my requirements I followed this link which gave most of the information i need. http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q820983
Other interesting topics
Using Components in ASP.NET (C#)
The system cannot find the file specified. (Exception from HRESULT: 0x80070002) Can't edit, delete or add row in an Access database in a website 2 XHTML 1.0 Event 1089 MS Forms 2.0 Combo box control .ascx file as index page? How to initiate a postback in a function? Problem with aspnet_wp.exe Adding CssClass on .ascx page |
|||||||||||||||||||||||