We're pleased to announce the release of Spire.Doc for Java 14.3.5. This version supports configuring formula conversion to MathML when converting Word to HTML. Meanwhile, some issues that occurred when loading Word documents, converting Word to PDF, and managing OLE objects have also been successfully fixed. More details are listed below.
Here is a list of changes made in this release
| Category | ID | Description |
| New Feature | SPIREDOC-11792 | Supports configuring formula conversion to MathML when converting Word to HTML.
HtmlExportOptions options = document.getHtmlExportOptions(); options.setOfficeMathOutputMode(HtmlOfficeMathOutputMode.Math_ML); |
| Bug Fix | SPIREDOC-10476 | Fixes the issue where a NullPointerException was thrown when loading a Word document in the JDK 11 environment. |
| Bug Fix | SPIREDOC-11628 | Fixes the issue where the "There are too many styles in the document" exception was thrown when loading a Word document. |
| Bug Fix | SPIREDOC-11635 | Fixes the issue where the "Invalid format string" exception was thrown when loading a Word document containing signatures. |
| Bug Fix | SPIREDOC-11713 | Fixes the issue where images were lost when converting Word to PDF. |
| Bug Fix | SPIREDOC-11819 | Fixes the issue where OLE object icons became abnormally large upon double-clicking after being added to a Word document. |
| Bug Fix | SPIREDOC-11828 | Fixes the issue where a NullPointerException was thrown when deleting OLE objects from a Word document. |
| Bug Fix | SPIREDOC-11843 | Fixes the issue where the java.lang.Float cannot be cast to java.lang.Integer exception was thrown when loading a Word document. |
| Bug Fix | SPIREDOC-11847 | Fixes the issue where content overlapped when converting Word to PDF. |
Click the link below to download Spire.Doc for Java 14.3.5: