I am attempting to develop a feature that will allow users to upload word
documents and then convert them to filtered html and then it'll be fed into a
rich text editor.
I am building this in .NET. I have been playing around with Word Interop,
which seems to require opening an instance of word on the server, which is
not acceptable for a server.
I also looked at VSTO, but I have vs2005 pro and it doesn't look like I can
build the right project type. Nor does it seem like VSTO will allow me to do
doc to html conversions.
Is there a way to use Interop without opening word? Or is there a way to
use VSTO to accomplish my needs?
Many Thanks!