Uploading MS Word Documents
I'm developing an app to upload MS word documents where I will store them in
a varbinary to do full text searching on.
My first question is: How can I verify that the uploaded file is a valid MS
Word Document
second question: Is there a way to convert it to plain text?
Is there a set of methods that deal with office documents?
--
Regards,
Gary Blakely
Dean Blakely & Associates
www.deanblakely.com
Date:Sat, 4 Aug 2007 11:54:26 -0700
Author:
|
RE: Uploading MS Word Documents
Hi Gary,
I agree with Mark, for ASP.NET Web Application, you will have to use some
third party tool to convert a Word document to plain text since there's no
built-in support for Office documents in .NET Framework and Office
automation at server-side is not supported:
#Considerations for server-side Automation of Office
http://support.microsoft.com/kb/257757
Regards,
Walter Wang (wawang@online.microsoft.com, remove 'online.')
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Date:Mon, 06 Aug 2007 01:00:49 GMT
Author:
|