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[…...Export; var pres = new Presentation("input...convert the extracted bytes to PNG/JPEG with Aspose.Imaging . If, after...