Hello,
We just got the renewed license from Aspose, and it doesn’t work with Aspose.Words.jar (14.10.0).
com.aspose.words.License lic = new com.aspose.words.License();
lic.setLicense(licStream1);
The second line throws an java exception. The same license works fine with Aspose.slides.jar and Aspose.cells.jar.
The same code worked for the last license.
Did we do something wrong here?
Thanks,
Yongjian