OLE Objects - How to open them in Java?
843859Dec 29 2006 — edited Dec 29 2006Hello ppl,
An OLE Object contains a header set by the Access Database and the file itself.
I just quit trying to find a way to remove the OLE header and get only the file, once the file inside the OLE Object might be from a lot of types, like docs, or pdfs...
Now, I just want to take this OLE Object and open it from Java.
Does anybody know any way for me to do this?
http://edndoc.esri.com/arcobjects/9.2/java/api/arcobjects/com/esri/arcgis/carto/IOleFrameProxy.html#open()
In this link, this method describes exactly what I want. But I don�t think I�m allowed to use it.
Isn�t there any free library that helps inthis subject?
Thanks in advice.