Hi, thank you for the great library. I've been playing with docx4j which works nice but I'm now stuck with XHTML importing feature.
I have a rather large XHTML (1,23 MB - 21 images) which is producing "java.lang.OutOfMemoryError: Java heap space" error when trying to convert it to DOCX. Java code for converting XHTML > DOCX is taken from sample file ConvertInXHTMLDocument.java.
Here is the stack trace:
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space ...