test.dwg.zip (96.1 KB)
这个文件转换pdf死循环 造成进程卡死…麻烦看一下
使用的版本是 Aspose.CAD for Java 20.3
@mudassir.fayyaz 你好 我的示例代码如下
License license = new License();
license.setLicense(new File(ConvertConstant.CONVERT_LICENSE_PATH));
Image img = null;
try {
img = Image.load(new FileInputStream(srcFile));
} catch (Exception e) {
e.printStackTrace();
}
Image.load(new FileInputStream(srcFile));这一段发现死循环
环境 JDK1.7 tomcat7