-
aspose-words-18.9-jdk16-crack.jar 破解版下载
资源介绍
aspose-words-18.9-jdk16-crack.jar 破解版
文件根目录已包含了证书文件,直接调用;
public static boolean getLicense() throws Exception {
boolean result = false;
try {
InputStream is = com.aspose.words.Document.class.getResourceAsStream("/License.xml");
License aposeLic = new License();
aposeLic.setLicense(is);
result = true;
is.close();
} catch (Exception e) {
e.printStackTrace();
throw e;
}
return result;
}