Hi,
I am using aspose pdf for java 10.1.0 version to generate pdf. I am using the following code to set the license in one of my methods.
License license = new License();
license.setLicense(“Aspose.Total.Product.Family.lic”);
When I deploy the license in my dev environment it throws License not find exception. When I replace the 10.1.0 jar version with 9.3.0 and redeploy the code works fine.
The jar and license file are in teh same folder under web-in\lib folder.
Can you please guide if something has changed with the 10.1.0 version.
Regards,