Spire.Doc 9.6

Spire.Doc 9.6 supports adding a horizontal line across entire pages

We are glad to announce the release of Spire.Doc 9.6. This version supports adding a horizontal line across entire pages, enhances the conversion from Word to PDF/images and fixes the issue occurred in the process of loading and saving Word files. More details are listed below.

Here is a list of changes made in this release

Category ID Description
New feature SPIREDOC-5884 Supports adding a horizontal line across the entire page.
Document doc = new Document();
Section section = doc.AddSection();
section.AddParagraph().AppendHorizonalLine();
doc.SaveToFile("result.docx", FileFormat.Docx);
Bug SPIREDOC-5603 Fixes the issue that the content of the converted image was incorrect.
Bug SPIREDOC-5834 Fixes the issue that the inserted math equations containing Chinese characters were incorrect.
Bug SPIREDOC-5835 Fixes the issue that the number format was incorrect after merging mails.
Bug SPIREDOC-5851 Fixes the issue that there were extra characters after loading and saving the files.
Bug SPIREDOC-5854 Fixes the issue that the inserted math equations were incorrect.
Bug SPIREDOC-5868
SPIREDOC-5900
SPIREDOC-5904
Fixes the issue that the content was incorrect after converting Word to PDF.
Bug SPIREDOC-5940 Fixes the issue that the ol tag was not rendered correctly when appending HTML text.
Bug SPIREDOC-5942
SPIREDOC-5962
Fixes the issue that the table content was incorrect after converting Word to PDF.
Bug SPIREDOC-5949 Fixes the issue that the image content was incorrect after converting RTF to PDF.
Bug SPIREDOC-5965 Fixes the issue that the alignment of the inserted math equation was incorrect.
Bug SPIREDOC-6010 Fixes the issue that the application threw the error "System.ArgumentOutOfRangeException" when getting the text of the Word file.
Bug SPIREDOC-6022 Fixes the issue that the content was incorrect after loading and saving the Word file generated by NPOI.
Bug SPIREDOC-6027 Fixes the issue that the application threw the error "System.ObjectDisposedException" when saving the file after merging it.
Bug SPIREDOC-6083 Fixes the issue that there was an extra bookmark "Word Bookmarks" after converting Word to PDF.
Click the link to download Spire.Doc 9.6:
More information of Spire.Doc new release or hotfix: