test_emptystackexception.docx (50.2 KB)
We are using Aspose.Words for Java version 19.10 in our application. The “java.util.EmptyStackException” occurred when we try to convert some docx document to pdf:
java.util.EmptyStackException
at java.base/java.util.Stack.peek(Stack.java:102)
at java.base/java.util.Stack.pop(Stack.java:84)
at com.aspose.words.zzZLA.zzs(Unknown Source)
at com.aspose.words.zzZLB.zzZhD(Unknown Source)
at com.aspose.words.zzZL7.zzZ(Unknown Source)
at com.aspose.words.zzZKY.zzZ(Unknown Source)
at com.aspose.words.zzZLB.zzX(Unknown Source)
at com.aspose.words.zzZLB.zzZ(Unknown Source)
at com.aspose.words.Document.zzZ(Unknown Source)
at com.aspose.words.zzZZO.zzY(Unknown Source)
at com.aspose.words.zzZZO.zzZ(Unknown Source)
at com.aspose.words.zzZF1.zzZ(Unknown Source)
at com.aspose.words.Document.zzZ(Unknown Source)
at com.aspose.words.Document.zzZ(Unknown Source)
at com.aspose.words.Document.zzZ(Unknown Source)
at com.aspose.words.Document.save(Unknown Source)
Attached is the problematic testing document. Cloud anyone can tell me the root cause for this exception?
Many thanks.