Hello,
I’m triying to validate the license aspose.pdf for java following the page: https://docs.aspose.com/display/pdfjava/Applying+a+License#ApplyingaLicense-ValidatetheLicense :
License license = new License();
license.setLicense("Aspose.Pdf.Java.lic");
if (License.isLicensed()) {
System.out.println("License is Set!");
}
But it dosent work because I dont see the operation “isLicensed” in the classe License (static or non static operation), and i dident find it in the java code https://reference.aspose.com/java/pdf/com.aspose.pdf/License
My version is 17.10.0.
Can you please tell me how can I validate my License.
Thanks for your help.