Spire.Doc for Java 13.1.3 supports tracking additions, deletions and changes to document elements and text content

Spire.Doc for Java 13.1.3 supports tracking additions, deletions and changes to document elements and text content

2025-01-17 08:47:13

We're pleased to announce the release of Spire.Doc for Java 13.1.3. This version supports tracking additions, deletions and changes to document elements and text content, and also supports changing bookmark names. Moreover, it fixes some issues that occurred when converting Word to PDF/HTML, HTML to Word PDF, and replacing bookmarks as well as updating TOC. More details are listed below.

Here is a list of changes made in this release

Category ID Description
New feature SPIREDOC-10870 Synchronizes methods to track the addition, deletion, and changes of document elements and text content.
public void startTrackRevisions(String author);
public void startTrackRevisions(String author, Date date);
public void stopTrackRevisions();
New feature SPIREDOC-11038 Supports the function of obtaining and enabling 'Do not add space between paragraphs of the same style'.
paragraph.getFormat().getNoSpaceBetweenParagraphsOfSameStyle();
paragraph.getFormat().setNoSpaceBetweenParagraphsOfSameStyle(true);
New feature SPIREDOC-10951 Supports changing bookmark name.
bookmark.setName(String bookmarkName);
Bug SPIREDOC-10725 Fixes the issue that the results were incorrect when adding TOC and updating SEQ domains.
Bug SPIREDOC-10848 Fixes the issue that the images were blurred when converting HTML to images.
Bug SPIREDOC-10887 Fixes the issue of incorrect color and extra spaces in the list text when converting Word to HTML.
Bug SPIREDOC-10891 Fixes the issue that the content was lost when converting Word to PDF.
Bug SPIREDOC-10903 Fixes the issue that extra references content appeared when updating TOC.
Bug SPIREDOC-10905 Fixes the issue that the formulas were incorrect when converting Word to HTML on Linux system.
Bug SPIREDOC-10925 Fixes the issue that the TOC updated incorrectly.
Bug SPIREDOC-10931 Fixes the issue that the table content overflowed the border when converting Word to HTML.
Bug SPIREDOC-10932 Fixes the issue that the numbering was incorrect when converting Word to HTML.
Bug SPIREDOC-10978 Fixes the issue that the fonts were incorrect when converting HTML to PDF.
Bug SPIREDOC-11000 Fixes the issue that the line height was incorrect when converting HTML to Word.
Bug SPIREDOC-11006 Fixes the issue that the program threw the exception 'UnsupportedOperaException' when loading Markdown file stream.
Bug SPIREDOC-11007 Fixes the issue that the program threw the exception "Collection was modified; enumeration operation may not execute" when converting Word to PDF.
Bug SPIREDOC-11040 Fixes the issue that the program threw the exception "Not supported delivering content between bookmarks in different paragraphs" when replacing bookmark content.
Click the link below to download Spire.Doc for Java 13.1.3: