Exception when converting PPTX to PDF

Hello, a StackOverflowException is thrown when attempting to convert the attached file to PDF using Aspose.Slides for .NET 19.8 as follows: input.zip (26.6 KB)

var doc = new Aspose.Slides.Presentation("input.pptx");
doc.Save("output.pdf", Aspose.Slides.Export.SaveFormat.Pdf);

Note there is a chart in lower-right of the slide which has been shrunk to be invisible, and that may be causing it. But can you please advise a way to fix, as a StackOverflowException crashes the program and cannot be caught.

Thank you

@ast3,

I have worked with source file and have been able to observe issue. A ticket with ID SLIDESNET-41380 has been created in our issue tracking system to further investigate to resolve the issue. We will share good news with you soon.

The issues you have found earlier (filed as SLIDESNET-41380) have been fixed in this update.

I have re-tested it, and happy to report that the update has solved the issue - thank you!

@ast3,

Its good to know that your issue has been resolved.