I extracted several OleObject files from a Word DOCX document (oleObject1.bin ... etc.). Is there any open source code (primarily in Java) to read this. (I will only be interested in * .net code if it can be easily ported to Java). I am not interested in the rest of the Word document (in this question). There is an Apache project ( http://poi.apache.org/ ) - I would be wondering how well this works
source
share