Issue : PPT Slide containing an image is rendered incorrectly.
Attaching sample presentations with such shapes to reproduce the behaviour: sample.zip (51.9 KB)
The generated image from code below shows incorrect snapshot of the slide.
OS : Windows 10
.NET 4
Kindly correct this for both .ppt and .ppts versions
var presentation = new Presentation(szPptxPath);
for (int i = 0; i < presentation.Slides.Count; i++)
{
var thumbnail = presentation.Slides[i].GetThumbnail(1, 1);
var imgSavePath = "./input/sample_slide_" + (i + 1) + ".png";
thumbnail.Save(imgSavePath, ImageFormat.Png);
}
@sraman,
Thank you for describing the issue. I reproduced the problem with rendering the image from the PowerPoint presentation slide.
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): SLIDESNET-43802
You can obtain Paid Support services if you need support on a priority basis, along with the direct access to our Paid Support management team.
@sraman,
As far as I can see, our developers are working on the issue. Unfortunately, I don’t have any additional information yet. We apologize for any inconvenience.
@sraman,
I’ve requested information and plans for the issue from our development team again. You can also prioritize the issue by contacting Paid Support.
The issues you found earlier (filed as SLIDESNET-43802) have been fixed in Aspose.Slides for .NET 23.6 (ZIP, MSI).
You can check all fixes on the Release Notes page.
You can also find the latest version of our library on the Product Download page.
The issues you found earlier (filed as SLIDESNET-43802) have been fixed in Aspose.Slides for .NET 23.8 (ZIP, MSI).
You can check all fixes on the Release Notes page.
You can also find the latest version of our library on the Product Download page.
@sraman,
It looks like this was a notification by mistake. We apologize for any inconvenience. The issue has been resolved in Aspose.Slides for .NET 23.8.