We're pleased to announce the release of Spire.Doc for Java 13.5.3. This version supports excluding table objects during document comparison, and setting underline color. Meanwhile, some issues that occurred when converting Word to PDF, creating and reading TOCs of Word documents 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-11111 | Supports excluding table objects during document comparison.
Compareoptions compareoptions = new Compareoptions(); compareoptions.setIgnoreTable(true); docunment.compare(docunment2, "Yang Merlin", compareoptions ); |
| New feature | SPIREDOC-10501 | Supports setting underline color.
textRange.getCharacterFormat().setUnderlineColor(Color.RED); |
| Bug | SPIREDOC-10310 | Fixes the issue where the text displayed incorrectly when converting Word to PDF. |
| Bug | SPIREDOC-11087 | Fixes the issue where reading the TOC of Word document returned null. |
| Bug | SPIREDOC-11093 | Fixes the issue where extra symbols appeared when reading the TOC of Word document. |
| Bug | SPIREDOC-11108 | Fixes the issue that incorrect content was retrieved when using the ‘BookmarksNavigator.getBookmarkContent()’ method. |
| Bug | SPIREDOC-11100 | Fixes the issue that LaTeX formulas rendered incorrectly. |
| Bug | SPIREDOC-11175 | Fixes the issue that it was failed to updating the Word page number fields. |
| Bug | SPIREDOC-11176 | Fixes the issue where an "ArrayIndexOutOfBoundsException" error occurred when creating a table of contents. |
| Bug | SPIREDOC-11178 | Fixes the issue that control content retrieval returned null. |
| Bug | SPIREDOC-11190 | Fixes the issue where the characters displayed incorrectly when converting Word to PDF. |
| Bug | SPIREDOC-11200 | Fixes the issue where the characters were lost when converting Word to PDF. |
| Bug | SPIREDOC-11204 | Fixes the issue where the headers were lost when converting Word to PDF. |
| Bug | SPIREDOC-11218 | Fixes the issue that the ‘Document.updateTOCPageNumbers()’ method did not take effect. |
| Bug | SPIREDOC-11224 | Fixes the issue that the font modifications did not apply. |
| Bug | SPIREDOC-11229 | Fixes the issue that the PDFs displayed incorrectly in Chrome and WPS after converting from a Word document. |
| Bug | SPIREDOC-11232 | Fixes the issue where a "NullPointerException" occurred when converting Word to PDF. |
| Bug | SPIREDOC-11250 | Fixes the issue that incorrect results were returned when calling the ‘Paragraph.getListText()’ method. |
Click the link below to download Spire.Doc for Java 13.5.3: