News Category

Spire.Doc for Java 11.3.11 supports modifying the revision time

2023-03-24 09:26:48

We are glad to announce the release of Spire.Doc for Java 11.3.11. This version supports modifying the revision time. Besides, it enhances the conversion from Word to PDF. In addition, it fixes some known issues, such as the issue that the number of document pages was incorrect. More details are listed below.

Here is a list of changes made in this release

Category ID Description
New feature SPIREDOC-8859 Supports modifying the revision time.
SimpleDateFormat formatter = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss");
String dateString = "2023/3/1 00:00:00";
Date date = formatter.parse(dateString);
revison.setDateTime(date);
Bug SPIREDOC-8645 Fixes the issue that the table content was incorrect when converting Word to PDF.
Bug SPIREDOC-8960 Fixes the issue that there is extra whitespace when converting Word to PDF.
Bug SPIREDOC-8855 Fixes the issue that the text display in SmartArt was incomplete when converting Word to PDF.
Bug SPIREDOC-8866 Fixed the issue that SmartArt was missing when converting Word to PDF
Bug SPIREDOC-8928 Fixes the issue that the table layout distorted when setting fixed column width
Bug SPIREDOC-8975 Fixes the issue that the number of document pages was incorrect.
Bug SPIREDOC-8978 Fixes the issue that the TOC style changed after updating
Bug SPIREDOC-9036 Fixes the issue that the application threw” NullPointerException” when converting Word to PDF
Bug SPIREDOC-9037 Fixes the issue that an error was reported when the result document was opened with MS Word after loading and saving as a new document.
Bug SPIREDOC-9056 Fixes the issue that the document could not be edited after repeatedly setting ProtectionType.Allow_Only_Revisions.
Bug SPIREDOC-9085 Fixes the issue that the line breaks were inconsistent when opening result document in MS Word after saving as new document
Bug SPIREDOC-9086 Fixes the issue that the line break styles lost when converting RTF to PDF.
Bug SPIREDOC-9110 Fixes the issue that the document format was inconsistent with the original document after cloning a section
Bug SPIREDOC-9138 Fixes the issue that the content was inconsistent after converting RTF to Word.
Click the link to download Spire.Doc for Java 11.3.11: