Hi Jason,
I am trying to convert HTML text to rich text so that it can be displayed in word document. I am using XHTMLImporter of docx4j 2.8.1 to do this.
I am getting java.lang.NullPointerException . One thing I have noticed is that: everything works fine if I don't have <table>...</table> in my html text but when I pass html with full <table>..</table> it gives me this error. I have tried to trace it by ...