Parsing MS Word text
-
-
Hello all, I have search a loooooooot in Google to get a nice neat way to convert MS Word Document into plain text file using C#. I did not get any solution. It would be great if anyone can help me with any snippet or suggession. Thanks to all Emran
Check out wvWare library .wv is a library which allows access to Microsoft Word files. It can load and parse Word 2000, 97, 95 and 6 file formats. Use wvText - to convert word document to plain text. http://wvware.sourceforge.net[^] DevIntelligence.com - My blog for .Net Developers
-
Check out wvWare library .wv is a library which allows access to Microsoft Word files. It can load and parse Word 2000, 97, 95 and 6 file formats. Use wvText - to convert word document to plain text. http://wvware.sourceforge.net[^] DevIntelligence.com - My blog for .Net Developers