PPT throw exception when aspose.slide loads

Hi Aspose,
When I loaded and processed attached ppt using Aspose Slide, it threw exception.
I attached sample.zip and this worked fine with MS power point. I used Aspose Slide(16.3.0).
My sample code:
try
{
using (Aspose.Slides.Presentation presentation = new Aspose.Slides.Presentation(inputPptFile))
{}
}
catch (Exception e)
{}

Exception message is

{? —> System.NotImplementedException: We haven’t processing for the part entry with type = application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml
at . ?( )
at . ?(IList1 )<br> at . ?()<br> at ..ctor(Stream )<br> --- End of inner exception stack trace ---<br> at ..ctor(Stream )<br> at ..ctor(Stream )<br> at ..ctor(Stream )<br> at ? .()<br> at ? .(ShapeCollection , ?? , ? )<br> at .(GroupShape , List1 , ? )
at .(BaseSlide , List`1 , ? )
at ? .(?? , ?? , ? )
at ? . ()
at ? .( )
at Aspose.Slides.Presentation.( )
at Aspose.Slides.Presentation.(Stream )
at Aspose.Slides.Presentation…ctor(String file, LoadOptions loadOptions)
at Aspose.Slides.Presentation…ctor(String file)
at Conv.PptSanitize.Sanitize(String inputPptFile, String outputPptFile, String& returnedMsg)}

Hi Long,


I have observed your comments and worked with presentation file using Aspose.Slides 16.12.0 and unable to observe the issue. Can you please use Aspose.Slides 16.12.0 on your end if there is still an issue please share feedback with us.

Best Regards,

Thanks you for your quick reply
It works with latest version (16.12) now

Hi Long,


You are very welcome.

Best Regards,