Filter for binary MS-Word files (*.doc)

F

FMAS

Hi,

This is a question from a non programmer. Is there a control in C# to
read MS-Word binary files directly and get not only the text but also
formatting information (font, character size, bookmarks, templates
etc.)? In the application I am currently using, this is done via a RTF
conversion, but this leads to very large file and causes a few other
problems.

Francois
 
G

Guest

Well, if MS Office, or just Word is installed on the client, you could use
the Interop assemblies for accessing the functionality of Word.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top