Hello,
I'm parsing a presentation slide with shapes and extracting the shapes as png. But when I do so, the images are cut off on the edges. Please see the attached sample presentation and the extracted pngs.
here is the code I use:
Image image = group.Shapes.SaveAsImage(index);
image.Save(Core.Utilities.Utilities.MapPath(imageRelativePath), System.Drawing.Imaging.ImageFormat.Png);
Thanks,
Arbi