We are pleased to announce the release of Spire.Doc for Java 4.12.13. This version supports setting "Allow Latin text to wrap in the middle of a word" for paragraphs, and enhances the conversion from Word to PDF, XML to PDF. In addition, it fixes some known issues such as the text obtained were incorrect. More details are listed below.
Here is a list of changes made in this release
Category | ID | Description |
New feature | SPIREDOC-5499 | Supports setting "Allow Latin text to wrap in the middle of a word" for paragraphs.
Paragraph pa = document.getSections().get(0).getParagraphs().get(0); pa.getFormat().setWordWrap(false); pa.getFormat().getWordWrap(); |
Bug | SPIREDOC-6592 | Fixes the issue that the objects name were inconsistent while openning the saved Word document via WPS. |
Bug | SPIREDOC-6932 | Fixes the issue that the content format was incorrect when converting Word file to PDF. |
Bug | SPIREDOC-6958 | Fixes the issue that the application threw "OutOfMemoryError" when converting Word file to PDF. |
Bug | SPIREDOC-6961 SPIREDOC-7022 |
Fixes the issue that the text obtained were incorrect. |
Bug | SPIREDOC-6967 | Fixes the issue that the content was overlapped after converting Word file to PDF. |
Bug | SPIREDOC-6985 | Fixes the issue that the content was incorrect after converting xml file to PDF. |
Bug | SPIREDOC-6988 SPIREDOC-7072 |
Fixes the issue that the application hung a long time but no output file when converting Word file to PDF. |
Bug | SPIREDOC-7048 | Fixes the issue that the application threw "ArrayIndexOutOfBoundException" when converting a Word document that was inserted table data to PDF. |
Bug | SPIREDOC-7052 | Fixes the issue that the table column width setting didn't take effect after converting a Word document to PDF. |
Bug | SPIREDOC-7073 | Fixes the issue that the application threw ""IllegalArgumentException"" when loading the Word document that after doing compare. |
Bug | SPIREDOC-7075 | Fixes the issue that the picture position was wrong after converting a Word document to PDF. |
Bug | SPIREDOC-7127 | Fixes the issue that the application threw "ClassCastException" when converting the Word document which was embedded OpenType fonts to PDF. |
Bug | SPIREDOC-7128 | Fixes the issue that the text position was incorrect after accept changes. |
Bug | SPIREDOC-7145 | Fixes the issue that the application threw "Item has already been added" error when loading a Word document. |
Bug | SPIREDOC-7150 | Fixes the issue that the application threw "NullPointerException" when loading a Word document. |
Click the link to download Spire.Doc for Java 4.12.13: