Spire.Doc 8.8.2

Spire.Doc 8.8.2 adds a comparison functionality

We're pleased to announce the release of Spire.Doc 8.8.2. This version adds a comparison functionality, and has some adjustments, for example, it deletes the interface ICompositeObject from the class ShapeBase, and adds the interface ICompositeObject under the class ShapeGroup. Besides, it has also fixed some issues that occurred when converting Word to PDF/Epub and manipulating files. More details are listed below.

Here is a list of changes made in this release

Category ID Description
New Feature - Adds a comparison functionality.
Document doc1 = new Document();
doc1.LoadFromFile(inputFile2);
Document doc2 = new Document();
doc2.LoadFromFile(inputFile1);
doc1.Compare(doc2, "summer");
doc1.SaveToFile(outputFile);
doc1.Dispose();
Adjustment - Adds the interface ICompositeObject under the class ShapeGroup.
Adjustment - Deletes the interface ICompositeObject from the class ShapeBase.
Bug SPIREDOC-4455 Fixes the issue that caused incorrect linefeed after converting Word to PDF.
Bug SPIREDOC-4564 Fixes the issue that the applied heading style was missing in Style tools when displaying.
Bug SPIREDOC-4667 Fixes the issue that the result document prompted errors when opening after saving the file.
Bug SPIREDOC-4670 Fixes the issue that the application threw "ExternalException" when converting Word to Epub.
Bug SPIREDOC-4811 Fixes the issue that the application threw "NullReferenceException" when converting Word to PDF.
Bug SPIREDOC-4820 Fixes the issue that the application threw "XmlException" when applying html string.
Bug SPIREDOC-4821 Fixes the issue that the picture field showed blank picture when merging values were null.
Bug SPIREDOC-4842 Fixes the issue that the table borders were deleted after using the code.
table.TableFormat.Positioning.ClearFormatting().
Click the link to download Spire.Doc 8.8.2:
More information of Spire.Doc new release or hotfix: