Spire.Doc 12.10.5 adds new methods to track the addition, deletion, and modification of document elements

2024-10-11 08:12:39

We're pleased to announce the release of Spire.Doc 12.10.5. This version adds new methods to track the addition, deletion, and modification of document elements, and also supports modifying the revision author. Furthermore, the issues that occurred when converting Word to PDF/HTML and loading Word files have been successfully fixed. More details are listed below.

Here is a list of changes made in this release

Category ID Description
New feature - Adds new methods to track the addition, deletion, and modification of document elements.
public void StartTrackRevisions(string author);
public void StartTrackRevisions(string author, DateTime dateTime);
public void StopTrackRevisions();
New feature SPIREDOC-10831 Supports modification of the revision author.
range.InsertRevision.Author = "e-iceblue";
Bug SPIREDOC-9646 Fixes the issue that the table content was missing when converting Word to PDF.
Bug SPIREDOC-10588 Fixes the issue that the program threw an "ArgumentException" when converting Word to HTML.
Bug SPIREDOC-10727 Fixes the issue of blank content when converting Word to PDF.
Bug SPIREDOC-10766 Fixes the issue that the program threw a "Cannot insert an object of type Paragraph into the Document" exception when loading Word document.
Click the link to download Spire.Doc 12.10.5:
More information of Spire.Doc new release or hotfix: