when cloning slides containing certain types of hyperlinks into a new presentation a write error is encountered when trying to write the new presentation.
com.aspose.slides.PptWriteException: Error writing presentation to a stream.
at com.aspose.slides.Presentation.write(SourceFile:739)
at com.altuscorp.tests.PPTest.main(PPTest.java:87)
Caused by: java.lang.ArrayIndexOutOfBoundsException
at java.lang.System.arraycopy(Native Method)
at com.aspose.slides.obfuscated.na.for(SourceFile:94)
at com.aspose.slides.obfuscated.ig.try(SourceFile:154)
at com.aspose.slides.obfuscated.mf.do(SourceFile:68)
at com.aspose.slides.Presentation.write(SourceFile:712)
... 1 more
i am attaching a sample pres containing a problematic slide that when cloned into a new pres throws the error. this is a production blocker for us, so please let me know a good workaround or when we can expect a fix.
thanks.