Spire.Doc for Java 3.8.8

Spire.Doc for Java 3.8.8 supports comparing two Word documents

We're pleased to announce the release of Spire.Doc for Java 3.8.8. This version supports comparing two Word documents, clearing background of table cell and setting the resolution when converting Word to image, and also optimizes the time of loading Word file and converting Word to PDF, fixes some issues that occurred when converting html to pdf, Word to PDF, Word to Image and setting the background color of textbox. See the content below for more details.

Here is a list of changes made in this release

Category ID Description
New Feature SPIREDOC-3359 Supports comparing two Word documents.
Document doc1 = new Document();
doc1.loadFromFile(inputFile_1);
Document doc2 = new Document();
doc2.loadFromFile(inputFile_2);
doc1.compare(doc2, "E-iceblue");
doc1.saveToFile(outputFile);
New Feature SPIREDOC-4856 Supports clearing background of table cell.
tablecell.getCellFormat().clearBackground();
New Feature SPIREDOC-4857 Supports setting the resolution when converting Word to image.
doc.saveToImages(pageIndex, pageCount, ImageType.Bitmap, dpiX, dpiY);
Optimization SPIREDOC-4707 Optimizes the time of loading Word document.
Optimization SPIREDOC-4790 Optimizes the time of converting Word to PDF.
Bug SPIREDOC-4708 Fixes the issue that there were extra boxes when converting html to pdf.
Bug SPIREDOC-4717 Fixes the issue that the line lost when converting Word to PDF.
Bug SPIREDOC-4845 Fixes the issue that caused incorrect content when converting Word to PDF.
Bug SPIREDOC-4852 Fixes the issue that setting the background color of textbox as no filling didn't take effect.
Bug SPIREDOC-4864 Fixes the issue that the table was paginated after saving to .doc.
Bug SPIREDOC-4866 Fixes the issue that the position of cross-reference was incorrect after adding captions to the table and picture.
Bug SPIREDOC-4771 Fixes the issue that the application threw "IllegalArgumentException" when loading document.
Bug SPIREDOC-4833 Fixes the issue that after adding image in header, the generated .docx hinted the content has error when opening with MS Word 2007.
Bug SPIREDOC-4838 Fixes the issue that the track changes was incorrect after saving.
Bug SPIREDOC-4841 Fixes the issue that the content format was incorrect after converting Word to Image.
Click the link to download Spire.Doc for Java 3.8.8: