Data extraction from MS Word file

  • Thread starter Thread starter madhukp
  • Start date Start date
M

madhukp

Hello Everybody,

I am fairly new to ASP.Net. I have a requirement to extract data from
a number of similar word files and put it into database. Eventhough I
could do it with VB.Net, I am not able to do it with ASP.Net. In
VB.Net, I used word.application object to open the file. Then I
created ranges for appropriate sections of word file. It was not
hard.

But I need to achieve it in ASP.Net. Could anybody please help me ?
May I know whether this is possible in ASP.Net ? Can ASP.Net open a
word file server ? If yes, how can extract text from specific
portions of it ?

I will appreciate any help in this regard.

Thanks in advance

Madhu
 
Here are some details about interacting with Word & Excel from ASP.NET:
http://www.aspnetpro.com/NewsletterArticle/2003/09/asp200309so_l/asp200309so_l.asp

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net



madhukp said:
Hello Everybody,

I am fairly new to ASP.Net. I have a requirement to extract data from
a number of similar word files and put it into database. Eventhough I
could do it with VB.Net, I am not able to do it with ASP.Net. In
VB.Net, I used word.application object to open the file. Then I
created ranges for appropriate sections of word file. It was not
hard.

But I need to achieve it in ASP.Net. Could anybody please help me ?
May I know whether this is possible in ASP.Net ? Can ASP.Net open a
word file server ? If yes, how can extract text from specific
portions of it ?

I will appreciate any help in this regard.

Thanks in advance

Madhu
 
Back
Top