A C# project that has the following NuGet packages:
Aspose.Cells (24.8.0)
Aspose.Slides.NET (24.8.0)
DocumentFormat.OpenXML (3.1.0)
Newtonsoft.JSON (13.0.3)
Consider the following PPTX file located within this zip:
bugs.1942.Walmart.zip (854.8 KB)
I have 1 powerpoint file with 2 slides, the middle of the first slide is the point of interest here as it has a chart. I run this attached C# code in order to
- Save a copy of this PPTX file
- Use .GetImage to get JPEG images of each slide from the copy
What ends up happening, in the screenshot, this one would be titled “269.jpeg” the chart in the middle suddenly disappears. If I open the copied file, the element is there.
code.zip (576 Bytes)
This was not happening in the previous version we were using: