I try to extract text from an .odt file, but it does not seem to be loading the file correctly. It does detect the file format correctly.
Document.DetectFileFormat(stream)
But other that that, nothing works. If if save it as a .docx I get an empty file and
document.GetText();
returns nothing either. I've attached the file, but also tried it with other files too. I'm using the newest Aspose.Words that is online (8.0.0). Currently it's the evaluation version, since I first have to renew my contract with you guys.
Thanks for the help.