Hi,
I’ve got an exception “java.lang.IllegalStateException: Infinite loop detected” during a document processing.
An exception is reproduced on the latest Aspose.Words java library demo as well with 15.12 library we currently use.
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-words</artifactId>
<version>17.10</version>
<classifier>jdk16</classifier>
</dependency>
with jdk 1.6.0_65.
A simple code to reproduce (testAspose.zip) and the problem document are attached.
testAspose.zip (293.2 KB)
Could you please check it and may be issue a patch?
Thanks in advance!