Spire.Doc for .NET

Spire.Doc for .NET

professional Word .NET library without installing microsoft word

This is the list of changelogs of Spire.Doc New release and hotfix. You can get the detail information of each version's new features and bug solutions.

Download Spire.Doc to start a free trial:

Hot Fix Version: 11.3.1

Category ID Description
Bug SPIREDOC-5109
SPIREDOC-5440
Fixed the issue that the underline format was incorrect when converting Word to PDF.
Bug SPIREDOC-8575Fixed the issue that the table of contents field failed to update.
Bug SPIREDOC-8904 Fixed the issue that the program threw System.NullReferenceException exception when setting a value with carriage return symbols to form fields.
Bug SPIREDOC-8971 Fixed the issue that the content was flipped when converting Word to PDF.
Bug SPIREDOC-9087 Fixed the issue that the program threw System.NullReferenceException when saving Word documents.

Hot Fix Version: 11.1.4

Category ID Description
Bug SPIREDOC-4770 Fixes the issue that the paging was incorrect when converting Word to PDF.
Bug SPIREDOC-8505 Fixes the issue that the result of accepting the revision was incorrect after converting Word to PDF.
Bug SPIREDOC-8634 Fixes the issue that the content changed from one column to two columns.
Bug SPIREDOC-8652 Fixes the issue that the header duplicated after converting Word to PDF.
Bug SPIREDOC-8716 Fixes the issue that the header overlapped after converting Word to PDF.
Bug SPIREDOC-8867 Fixes the issue that the title was showed incompletely after converting Word to images.
Bug SPIREDOC-8898 Fixes the issue that the bold style of table border lost when the generated doc document was opened with WPS.
Bug SPIREDOC-8964 Fixes the issue that the application threw System.ArgumentOutOfRangeException when converting Word to HTML.

Hot Fix Version: 10.12.4

Category ID Description
New feature - Supports .NET 7.0 platform.
New feature SPIREDOC-7985 Supports setting "Snap to grid when document grid is defined" for paragraphs.
Document document = new Document(inputFile);
Paragraph paragraph = document.Sections[0].Paragraphs[0];
paragraph.Format.SnapToGrid = true;
Bug SPIREDOC-5863 Fixes the issue that some of the content was given an extra purple background color when converting Word to PDF.
Bug SPIREDOC-5963 Fixes the issue that paging was incorrect when converting Word to PDF.
Bug SPIREDOC-6776 Fixes the issue that the table content was incorrect when converting Word to PDF.
Bug SPIREDOC-8661 Fixes the issue that the pictures lost when converting Word to PDF.
Bug SPIREDOC-8781 Fixes the issue that the program hanged when converting HTML to Word.
Bug SPIREDOC-8841 Fixes the issue that the character spacing changed after replacing text.
Bug SPIREDOC-8891 Fixes the issue that the file name of the embedded OLE object garbled when it was Hebrew.

Hot Fix Version: 10.11.9

Category ID Description
New feature SPIREDOC-8443 Supports setting the transparency of the fill color for shapes.
Paragraph paragraph = section.AddParagraph();
Spire.Doc.Fields.TextBox textbox1 = paragraph.AppendTextBox(100, 50);
textbox1.Format.FillColor = Color.Red;
textbox1.FillTransparency = 0.45;
Bug SPIREDOC-5456 Fixes the issue that the text format was incorrect when converting Word to PDF.
Bug SPIREDOC-5718 Fixes the issue that paging was incorrect when converting Word to PDF.
Bug SPIREDOC-7350
SPIREDOC-7605
Fixes the issue that the underline of the header overlapped the table border when converting Word to PDF.
Bug SPIREDOC-8539 Fixes the issue that the text format was incorrect when converting RTF to PDF.
Bug SPIREDOC-8635 Fixes the issue that it failed to merge data when mail merging.
Bug SPIREDOC-8636 Fixes the issue that the program threw System.InvalidOperationException when mail merging.
Bug SPIREDOC-8691 Fixes the issue that doc.HasChanges returned false after modifying the content in content control when opening tracking revision function.
Bug SPIREDOC-8709 Fixes the issue that the content lost when converting Word to PDF.
Bug SPIREDOC-8785 Fixes the issue that the program threw System.NullReferenceException when converting Word to PDF.

Hot Fix Version: 10.11.0

Category ID Description
Bug SPIREDOC-7535 Fixes the issue that the tag name of the custom attribute added in XML was inconsistent with MS Word.
Bug SPIREDOC-8084 Fixes the issue that the program threw System.DivideByZeroException when converting Word to PDF in linux server.
Bug SPIREDOC-8191 Fixes the issue that the updated IF field value was incorrect.
Bug SPIREDOC-8198 Fixes the issue that the digit delimiter was incorrect after mail merging.
Bug SPIREDOC-8278 Fixes the issue that the text was missing when converting Word to PDF in linux server.
Bug SPIREDOC-8353 Fixes the issue that there was an extra blank page when converting Word to PDF in linux server.
Bug SPIREDOC-8358 Fixes the issue that the program threw ArgumentOutOfRangeException when loading a doc file.
Bug SPIREDOC-8377 Fixes the issue that the program threw ArgumentException when converting HTML to PDF.
Bug SPIREDOC-8383 Fixes the issue that the text indentation was incorrect when converting Word to PDF.
Bug SPIREDOC-8391 Fixed the issue that the content of formulas was unclear when converting Word to HTML
Bug SPIREDOC-8402 Fixes the issue that the table borders lost when converting Word to HTML.
Bug SPIREDOC-8415 Fixes the issue that the title level was incorrect when converting HTML to PDF.
Bug SPIREDOC-8444 Fixes the issue that the content format was incorrect after doing mail merging for a Docx file and converting it to PDF.
Bug SPIREDOC-8468 Fixes the issue that the program threw StackOverflowException when converting ODT to PDF.
Bug SPIREDOC-8495 Fixes the issue that there was blank space between charaters when converting Word to PDF.
Bug SPIREDOC-8540 Fixes the issue that the table format was incorrect after adding table in new document and converting it to PDF.
Bug SPIREDOC-8555 Fixes the issue that the background color was discontinuous when converting Word to PDF.
Bug SPIREDOC-8562 Fixes the issue that the created document format was incorrect when opening it in Beyond Compare tool.
Bug SPIREDOC-8588 Fixes the issue that the vector sign was incorrect when converting Word to PDF.

Hot Fix Version: 10.10.4

Category ID Description
Bug SPIREDOC-7223 Fixes the issue that the OLE object was incorrect after converting Word to PDF using NETCore dll.
Bug SPIREDOC-7288 Fixes the issue that the table layout was incorrect after converting Word to PDF.
Bug SPIREDOC-7846 Fixes the issue that Greek text was garbled after converting Word to RTF.
Bug SPIREDOC-8056 Fixes the issue that some of the content was in reverse order after converting Word to PDF.
Bug SPIREDOC-8178 Fixes the issue that the footer content was not fully displayed after converting Word to PDF.
Bug SPIREDOC-8330 Fixes the issue that the line spacing changed from double to single after converting RTF to Word.
Bug SPIREDOC-8355 Fixes the issue that the application threw an error"This is not a structured storage file" when loading file.
Bug SPIREDOC-8364 Fixes the issue that the special symbol of formulas was missing when converting Word to PDF.
Bug SPIREDOC-8372 Fixes the issue that character count of the Word document was incorrect.
Bug SPIREDOC-8373 Fixes the issue that the alignment style of the table cell was changed after saving a docx file.
Bug SPIREDOC-8385 Fixes the issue that the pictures were lost after converting HTML to images.
Bug SPIREDOC-8406 Fixes the issue that the table width was incorrect after converting Word to PDF.

Hot Fix Version: 10.9.6

Category ID Description
Bug SPIREDOC-8386 Fixes the issue that the left border of the gray rectangle was cropped after converting Word to PDF.
Bug SPIREDOC-8390 Fixes the issue that part of the content was missing after converting Word to PDF.

Hot Fix Version: 10.9.1

Category ID Description
Bug SPIREDOC-7351
SPIREDOC-7356
Fixes the issue that the images became blurred after converting Word to PDF.
Bug SPIREDOC-7362
SPIREDOC-7597
SPIREDOC-8356
Fixes the issue that text wrapping was incorrect after converting Word to PDF.
Bug SPIREDOC-7579 Fixes the issue that the page number part became black after converting Word to PDFA1A.
Bug SPIREDOC-7606 Fixes the issue that caused extra blank boxes after converting Word to PDF.
Bug SPIREDOC-7623 Fixes the issue that caused inconsistent formatting after converting Word to PDF.
Bug SPIREDOC-7767 Fixes the issue that caused wrong table layout after converting Word to PDF.
Bug SPIREDOC-7787 Fixes the issue that a null pointer exception was thrown when cloning sections.
Bug SPIREDOC-8019 Fixes the issue that caused inconsistent paragraph spacing after converting Word to PDF with the new engine.
Bug SPIREDOC-8107 Fixes the issue that "System.ArgumentNullException" exception was thrown when loading RTF files.
Bug SPIREDOC-8124
SPIREDOC-8202
SPIREDOC-8244
SPIREDOC-8287
Fixes the issue that the count of characters and words was inconsistent with Microsoft Word.
Bug SPIREDOC-8177 Fixes the issue that the footer was formatted incorrectly after converting landscape pages to PDF.
Bug SPIREDOC-8186 Fixes the issue that document could not be opened after deleting bookmarks within a table.
Bug SPIREDOC-8252 Fixes the issue that the table format was incorrect after converting Word to PDF.
Bug SPIREDOC-8279 Fixes the issue that the content on the right side of the page was lost after printing a Word document.
Bug SPIREDOC-8288 Fixes the issue that the application throws a null pointer exception when counting characters.

Hot Fix Version: 10.7.16

Category ID Description
Bug SPIREDOC-7218 Fixes the issue that the count of paragraph characters was incorrect.
Bug SPIREDOC-7317 Fixes the issue that there are extra columns after merging cells.
Bug SPIREDOC-7467 Fixes the issue that the application throws "NullReferenceException: Object reference not set to an instance of an object" when loading HTML files.
Bug SPIREDOC-7604 Fixes the issue that extra border lines in the table after converting Word to PDF.
Bug SPIREDOC-7833 Fixes the issue that table borders missing after converting HTML to Word.
Bug SPIREDOC-7884 Fixes the issue that the table position changed after converting HTML to Word.
Bug SPIREDOC-7933 Fixes the issue with incorrect table layout when generating Doc format documents.
Bug SPIREDOC-7967 Fixes the issue of image loss after converting RTF to PDF.
Bug SPIREDOC-7968 Fixed the issue that the multiple columns did not take effect after creating multiple columns and converting Word to PDF.
Bug SPIREDOC-8002 Fixes the issue that there are extra spaces after inserting text to bookmarks.
Bug SPIREDOC-8033 Fixes the issue that the Word to PDF converting program hangs.
Bug SPIREDOC-8106 Fixes the issue of incorrect images after converting Word to PDF
Bug SPIREDOC-8125 Fixes the issue that the application throws an exception "Property value is of unsupported type" when setting custom properties to Null for a document

Hot Fix Version: 10.7

Category ID Description
New feature - Supports reserving the text direction when using new engine to convert Word to PDF.
Adjustment - Abandons public IStyle FindById(int styleId) method.
Adjustment - Abandons public IStyle FindByIstd(int istd) method.
Adjustment - Adopts public IStyle FindByIdentifier(int sIdentifier) method.
Bug SPIREPDF-6923 Fixes the issue that the pagination was incorrect after converting Word to PDF.
Bug SPIREPDF-7103
SPIREPDF-7796
Fixes the issue that the content format was incorrect after converting Word to PDF.
Bug SPIREPDF-7591 Fixes the issue that the line breaks were incorrect after converting Word to PDF.
Bug SPIREPDF-7601 Fixes the issue that the text in table was incomplete after converting Word to PDF.
Bug SPIREPDF-7660 Fixes the issue that the application threw the "InvalidOperationException" when loading HTML.
Bug SPIREPDF-7793 Fixes the issue that the application threw the "InvalidCastException" when replacing picture.
Bug SPIREPDF-7821 Fixes the issue that the application threw "FileNotFoundException" when loading HTML.
Bug SPIREPDF-7826 Fixes the issue that the field text was not set correctly.
Bug SPIREPDF-7830 Fixes the issue that the location of mathematical formula was incorrect after converting Word to PDF.
Bug SPIREPDF-7892 Fixes the issue that setting LinkToPrevious as false didn't take effect when converting Word to PDF using new engine.
Bug SPIREPDF-7922 Fixes the issue that the application threw the "InvalidOperationException" when converting Word to PDF.
Bug - Fixes the reference issue of Comment.CommentMarkEnd and Comment.CommentMarkStart.