I am simply trying to read the text from MS Word (.doc) file using the HWPFDocument class but somehow I can not manage to get it done.As far as I know You don't have it officialy released in a library or whatever because you said it was not stable but there was a thread that I read from another user and you gave him an advice that this is actualy possible by searching in the NPOI.Scratchpad. I did find bunch of classe there and I was trying to make a proper assembly somehow but it doesn't happen.
E.g.
When I am trying to use the HWPFFileSystem it has a constructor that includes HWPFStream(par 1) but in the implementation there is no such a constructor(with one parameter).
I am wondering if you could help me.I need it for text files that contain text and text only.No tables, no nothing.
The reason that I refered to you is because the Microsoft.Office.Interop is too slow for me.
Thanks in advantage!
E.g.
When I am trying to use the HWPFFileSystem it has a constructor that includes HWPFStream(par 1) but in the implementation there is no such a constructor(with one parameter).
I am wondering if you could help me.I need it for text files that contain text and text only.No tables, no nothing.
The reason that I refered to you is because the Microsoft.Office.Interop is too slow for me.
Thanks in advantage!