Search code examples
docdocx4j

Is there a way to use docx4j library to convert doc format documents?


I want to read doc format using docx4j. wondering if there's away or a workaround


Solution

  • You can use LibreOffice to convert binary doc to docx, and invoke it via JODConverter.

    See open-rtf-with-docx4j for more on JODConverter.