Sicos1977 / IFilterTextReader

A reader that gets text from different file formats through the IFilter interface
Other
55 stars 38 forks source link

Open File Reader with MemoryStream #32

Closed VeredRozen closed 5 years ago

VeredRozen commented 5 years ago

I'm using VS 2017, Windows 10. I'm trying to read DOCX document from byte array. When I open a new FiiterReader with a Memory stream (that contains byte array of my document) and the extension "docx", it's throws this following exception: " There is no 64 bits IFilter installed for the stream with the extension 'docx' IFilterTextReader.Exceptions.IFFilterNotFound "

Do you have any idea why I can't read a data from stream? Thank you, Vered

Sicos1977 commented 5 years ago

Did you install the Microsoft Office IFilter pack (64 bits) ?

https://www.microsoft.com/en-us/download/details.aspx?id=17062

FilterPack64bit.exe

VeredRozen commented 5 years ago

Does it mean that this will also need to be installed on the server?

Sicos1977 commented 5 years ago

Yes