If it still helps, you can extract the binaries from the ZIP There is the image or the ole object, the names can be found in the content.xml, for instance:
<draw:frame draw:style-name="fr3" draw:name="Object3" text:anchor-type="paragraph" svg:width="1.2909in" svg:height="0.75in" draw:z-index="2"> <draw:object-ole xlink:href="./Object 3" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/> <draw:image xlink:href="./ObjectReplacements/Object 3" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/> </draw:frame> As you can see from the file /META-INF/manifest.xml the binary has proprietary mimetype: <manifest:file-entry manifest:media-type="application/vnd.sun.star.oleobject" manifest:full-path="Object 3"/> Cheers, Svante PS: Sorry for the delay in response, seems some email redirection went wrong.. On Sat, Aug 29, 2015 at 1:32 PM, Rs Patel <[email protected]> wrote: > Hi, > I want to extract embedded OLE objects from open office documents.I dont > know how to do it.Is it possible using odftoolkit.if so,Can u send me > sample code for that?Plz find the attached doc from which i want to extract > embedded objects.Plz reply me ASAP. > Thanks, > Rahul Mandaliya > >
