I have plenty of different versions of word documents which have to be converted to text files.
I hope this link brings you right way
How to extract text from Word files using C#?
I want to read the content of the word document and remove all the formats(just have words in text files). I have done by using microsoft.office.interop(here, always instantiate a Word on the client) which is not recommended. So I am trying to create a c# project which should convert word to text automatically. Can anyone suggest me any 3rd party tool which should be efficient open source or reasonable price for all the versions of word to text file conversion in c#?
With Regards, Shanthini