Aspose.CAD for java 转换pdf异常

350e064ed2ae4558acc89484dd99c3ba.dwg.zip (423.4 KB)
dwg转换pdf的时候 进程卡死
示例代码如下

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)); 这行代码卡死

使用的版本是 Aspose.CAD for Java 20.3

环境 JDK1.7 tomcat7

样本文件在附件中, 麻烦看一下 谢谢

@gimete,

我已经观察到您共享的问题,并且在我们的问题跟踪系统中创建了ID为CADJAVA-711的故障单,以进一步调查和解决问题。 该线程已与问题关联,因此一旦问题解决,您可能会收到通知。

The issues you have found earlier (filed as CADJAVA-711) have been fixed in this update.