Hello,
We are using Aspose.slides v17.4 in our application. Creating Presentation object for the first time works fine, but second time we get the following exception:
class com.aspose.slides.PptxReadException ---> class com.aspose.slides.ms.pbdb106a0.bq
com.aspose.slides.bfu.do(Unknown Source)
com.aspose.slides.Presentation.new(Unknown Source)
com.aspose.slides.Presentation.for(Unknown Source)
com.aspose.slides.Presentation.for(Unknown Source)
com.aspose.slides.Presentation.(Unknown Source)
This exception is not specific to any particular document. Exception occurs even if Presentation object is created for the same PPT for which it worked fine the first time.
We are using Java 8 in our application. We also tried it with Aspose.slides v17.5 and we are getting the same issue in that too.
Can you please look into this.
Thanks,
Neha