Hello,
we are using Java slides version 21.3 and when trying to parse my provided ppt file:
Presentation presentation = new Presentation(inputStream);
And we are getting:
com.aspose.slides.exceptions.NotImplementedException: Unsupported moniker type.
at com.aspose.slides.internal.nv.d0.if(Unknown Source)
at com.aspose.slides.internal.nv.d0.do(Unknown Source)
at com.aspose.slides.internal.nv.d7.do(Unknown Source)
at com.aspose.slides.internal.nv.d7.(Unknown Source
Here is the zip file with ppt inside.
submission_test.zip (36.4 KB)
Chart is imported from excel that has external url. Could you help us to resolve this issue.