Hello,
I’m having 2 issues with embedded objects in Slides.
One is that the using ((IOleObjectFrame)shape).getObjectData() returns byte stream of the entire ole objects and not the embedded file white the equivalent function in Cells and in Words returns only the embedded files content.
Second issue is the embedding. Embedding (using the addOleObjectFrame function) anything which is not an office document just doesn’t seem to work. After saving the file the saved objects aren’t opened when clicked. I checked and it seems that the newly embedded files are saved as they are without the compound object wrapping. Again embedding works well both in Cells and in Words.
Is there a way to extract and embed non office documents in presentation via slides?
Using Aspise.Slides version 17.2
Regards,
Arik