Hello Team,
We have few PPT files , from which it can extract objects using below code,
if (shape is IOleObjectFrame oleFrame && oleFrame.EmbeddedData != null)
{
var embeddedData = oleFrame.EmbeddedData;
byte[…...see on the slide is only a rendered picture of the OLE object...or contain only the image’s metafile. What you can try Log the...