Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Digesting a Doc file

Reply
Thread Tools

Digesting a Doc file

 
 
Tina
Guest
Posts: n/a
 
      07-25-2007
I need to process an uploaded Microsoft Word Doc file by striping out words
and phrases and putting them in strings to do full text searches on. Are
there any objects available for .Net 2.0 that will process a .Doc file?
Thanks,
T


 
Reply With Quote
 
 
 
 
Showjumper
Guest
Posts: n/a
 
      07-25-2007
Dont know if there is anything already available but essentiall you would
use regular expression to locate the text in the doc and once you have match
then load that into your string. Then your string could be saved to the DB.
May want to try a quick google.
Ashok Padmanabhan DVM
"Tina" <> wrote in message
news:...
>I need to process an uploaded Microsoft Word Doc file by striping out words
>and phrases and putting them in strings to do full text searches on. Are
>there any objects available for .Net 2.0 that will process a .Doc file?
> Thanks,
> T
>



 
Reply With Quote
 
 
 
 
Lit
Guest
Posts: n/a
 
      07-26-2007
You might want to look into Microsoft Office 11.0 Object Library. this can
be under you Add references under the COM Tab if you have office 11.0
installed.
May be now Office 12.0 ...??

Lit


"Tina" <> wrote in message
news:...
>I need to process an uploaded Microsoft Word Doc file by striping out words
>and phrases and putting them in strings to do full text searches on. Are
>there any objects available for .Net 2.0 that will process a .Doc file?
> Thanks,
> T
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Digesting a table with XSL 2.0 Ian Clifton XML 2 03-14-2011 04:38 PM
cannot I search the doc's contents (doc=file.read) one more times? shaobo.li@gmail.com Ruby 0 01-11-2005 09:18 AM
String[] files = {"a.doc, b.doc"}; VERSUS String[] files = new String[] {"a.doc, b.doc"}; Matt Java 3 09-17-2004 10:28 PM
Converting a org.jdom DOC to org.w3c DOC Praveen Chhangani XML 2 08-07-2003 08:22 AM
Parsing MS Word client doc into server-side doc... John Wallace ASP .Net 0 07-22-2003 06:49 PM



Advertisments