230.vsdを読み込もうとすると、Diagramクラスのインスタンス作成時に以下のエラーが発生します。
SampleCode
public void sample() throws Exception {
Path input = Paths.get("C:\\test\\input"); String fileName = "230.vsd"; try (InputStream stream = Files.newInputStream(input.resolve(fileName))) { Diagram diagram = new Diagram(stream); }
}
Stack trace
com.aspose.diagram.DiagramException: Error in element VisioDocument in \VisioDocument. Error in element Page in \VisioDocument\Pages\Page[-2,147,483,648]. Error in element PageSheet in \VisioDocument\Pages\Page[-2,147,483,648]\PageSheet[00000000-0000-0000-0000-000000000000]. Index: 2359297, Size: 0
at com.aspose.diagram.jx.a(Unknown Source)
at com.aspose.diagram.bw.q(Unknown Source)
at com.aspose.diagram.og.a(Unknown Source)
at com.aspose.diagram.og.a(Unknown Source)
at com.aspose.diagram.Diagram.(Unknown Source)
これはバグでしょうか。ご確認のほどよろしくお願いいたします。
使用バージョン: Aspose.Diagram for Java 22.4
サンプルデータ: 230.zip (81.7 KB)