0

I want to extract all the text from the document .doc file.

I have only the Stream object AND byte[] of the .doc document.

Tried the NOIP but they having unstable ver for .doc.

So, i need so library or some code to read/extract the .doc document.

The soultion should not dependent of Ms.Office.

xan
  • 7,440
  • 8
  • 43
  • 65

1 Answers1

0

You might want to take a look at these options:

Use PInvokes or the Open XML SDK as described here:

How to extract text from MS office documents in C#

Community
  • 1
  • 1
DotNetDeveloper
  • 493
  • 1
  • 6
  • 16