有没有办法使用docx4j库来转换doc格式文档?
Is there a way to use docx4j library to convert doc format documents?
我想使用 docx4j 阅读 doc 格式。想知道是否有办法或解决方法
您可以使用 LibreOffice 将二进制 doc 转换为 docx,并通过 JODConverter 调用它。
有关 JODConverter 的更多信息,请参阅 open-rtf-with-docx4j。
我想使用 docx4j 阅读 doc 格式。想知道是否有办法或解决方法
您可以使用 LibreOffice 将二进制 doc 转换为 docx,并通过 JODConverter 调用它。
有关 JODConverter 的更多信息,请参阅 open-rtf-with-docx4j。