Hi I have tried to use the Word 2003 XML converter. I have an Exception:
Exception in thread "main" com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions
There's no ObjectFactory with an @XmlElementDecl for the element {http://schemas.microsoft.com/office/word/2012/wordml}dataBinding.
this problem is related to the following location:
at protected java.util.List org.docx4j.wml.SdtPr.rPrOrAliasOrLock
at org.docx4j.wml.SdtPr
at protected org.docx4j.wml.SdtPr org.docx4j.wml.SdtBlock.sdtPr
at org.docx4j.wml.SdtBlock
at protected java.util.List org.docx4j.wml.Body.content
at org.docx4j.wml.Body
at protected org.docx4j.wml.Body org.docx4j.wml.Document.body
at org.docx4j.wml.Document
at public org.docx4j.wml.Document org.docx4j.wml.ObjectFactory.createDocument()
at org.docx4j.wml.ObjectFactory
at protected java.util.List ...