Spire.Doc Changelog

What's new in Spire.Doc 12.3.12 Hotfix

Mar 28, 2024
  • New feature:
  • Supports loading and manipulating Markdown documents or converting Word documents to Markdown.
  • Bug:
  • Fixes the issue that setting Header.LinkToPrevious and Footer.LinkToPrevious did not take effect.
  • Fixes the issue that some contents were lost after converting Word to PDF.
  • Fixes the issue that the bookmarks were incorrect after converting Word to PDF.
  • Fixes the issue that ReplaceInLine method throws "System.NullReferenceException".

New in Spire.Doc 12.2.1 Hotfix (Feb 5, 2024)

  • Hot fix patch contains only the Spire.Doc dlls. If you want to check the main and detailed functions offered by Spire.Doc, download and install Spire.Doc Pack, then go to the "SampleCenter" and API Help.

New in Spire.Doc 11.12.2 Hotfix (Dec 12, 2023)

  • We are excited to announce the release of Spire.Doc 11.12.2. This version supports shaping text when converting Word to PCL and determining if a document is encrypted. It also enhances the conversion from Word to PDF and XPS as well as HTML to Word. Moreover, some known issues are fixed successfully in this version, such as the issue that finding text with regular expression failed to match.

New in Spire.Doc 11.11.0 Hotfix (Nov 6, 2023)

  • Fixes the issue that Thai characters were not aligned and wrapped when converting Word to PDF.

New in Spire.Doc 11.10.7 Hotfix (Oct 20, 2023)

  • Fixes the issue that Thai characters were not aligned and wrapped when converting Word to PDF.

New in Spire.Doc 11.10.3 Hotfix (Oct 13, 2023)

  • Added the feature of text formatting when converting Word to PDF (mainly for handling Thai characters and Tibetan characters), and supports for .NET 4.6.2 and above, .NET Core, and .NET Standard platforms.
  • Document doc = new Document();
  • doc.LoadFromFile(fileName);
  • doc.LayoutOptions.UseHarfBuzzTextShaper = true;
  • doc.SaveToFile(pdfFileName, Spire.Doc.FileFormat.PDF)

New in Spire.Doc 11.9.19 Hotfix (Sep 22, 2023)

  • New feature:
  • Improves the efficiency of document storage.
  • Bug:
  • Fixes the issue that the content layout of the result documents generated in .NET 7.0 projects was incorrect.

New in Spire.Doc 11.8.18 Hotfix (Aug 25, 2023)

  • New feature:
  • Improves the efficiency of document storage.
  • Bug:
  • Fixes the issue that the content layout of the result documents generated in .NET 7.0 projects was incorrect.

New in Spire.Doc 11.8.9 Hotfix (Aug 17, 2023)

  • Fixes the issue that loading Word documents threw a System.InvalidOperationException exception.
  • Fixes the issue that converting Word to PDF caused inconsistent pagination.
  • Fixes the issue that converting Word to PDF threw a System.NullReferenceException exception.
  • Fixes the issue that exporting Docx files from Sparrow and converting them to HTML files failed.
  • Fixes the issue that page number fields could not be automatically updated after insertion.
  • Fixes the issue that list characters were displayed incorrectly when converting HTML to Doc.
  • Fixes the issue that line break tags were ignored when converting HTML to Doc.
  • Fixes the issue that logos were lost when converting Docx to PDF.
  • Fixes the issue that loading RTF documents threw a System.NullReferenceException exception.
  • Fixes the issue that the symbol "~" in LaTeX formulas was parsed incorrectly.
  • Fixes the issue that TOC was split across multiple pages when converting Word to PDF.
  • Fixes the issue that images were blurry when converting Docx to HTML.
  • Fixes the issue that extra text appeared when converting Word to PDF.
  • Fixes the issue that content was inconsistent after loading and saving a document.
  • Fixes the issue that the program hung when inserting HTML strings.

New in Spire.Doc 11.8.2 Hotfix (Aug 7, 2023)

  • Exposes the AllowOverlap and BehindText properties under the ShapeObject object

New in Spire.Doc 11.7 (Aug 7, 2023)

  • Supports locking the aspect ratio of text boxes.
  • Adds the static method FromEqField() to OfficeMath for converting EQField to OfficeMath.
  • Fixes the issue that when setting the width of pictures with auto-lock aspect ratio, the height would not be adjusted accordingly.
  • Fixes the issue that the "Object reference not set to an instance of an object" exception was thrown when converting Word to PDF.
  • Fixes the issue that the System.ArgumentOutOfRangeException exception was thrown when converting Word to PDF.
  • Fixes the issue that mail merge fields' values were not updated correctly.
  • Fixes the issue that the "System.NullReferenceException" exception was thrown when comparing documents.
  • Fixes the issue that the value obtained before and after a paragraph was incorrect.
  • Fixes the issue that the System.InvalidOperationException exception was thrown when comparing a Dotm document with a Docx document.

New in Spire.Doc 11.7.23 Hotfix (Jul 28, 2023)

  • Bug SPIREDOC-7603 Fixes the issue that the header wrapped lines after converting Word to PDF.
  • Bug SPIREDOC-9190 Fixes the issue that hyperlinks were invalid after converting Word to PDF.
  • Bug SPIREDOC-9422 Fixes the issue that the content layout was wrong after converting Word to PDF.
  • Bug SPIREDOC-9471 Fixes the issue that updating the page numbers in the table of contents did not take effect.
  • Bug SPIREDOC-9463 Fixes the issue that there was an extra "r" at the end of the filled field value.
  • Bug SPIREDOC-9495 Fixes the issue that the fill value of mail merge field was not updated correctly.
  • Bug SPIREDOC-9515 Fixes the issue that formulas were not displayed correctly after converting HTML to Word.
  • Bug SPIREDOC-9524 Fixes the issue that the content was lost after loading a document and saving it as a new document.
  • Bug SPIREDOC-9558 Fixes the issue that inequality signs were parsed incorrectly after adding Latex formulas.
  • Bug SPIREDOC-9563 Fixes the issue that parallel symbols were parsed incorrectly after adding Latex formulas.
  • Bug SPIREDOC-9564 Fixes the issue that vector symbols were positioned incorrectly after adding Latex formulas.

New in Spire.Doc 11.6.1 Hotfix (Jun 8, 2023)

  • Fixes the issue that the application threw "System.InvalidCastException" when loading files.
  • Fixes the issue that content lost after converting Word to Html.
  • Fixes the issue that the application threw "System.InvalidOperationException" when loading files.
  • Fixes the issue that the application threw "System.ArgumentException" when merging Word documents.
  • Fixes the issue that text indentation was incorrect after converting Word to PDF.
  • Fixes the issue that the right margin of the document was incorrect after converting Word to PDF.
  • Fixes the issue that tables were not aligned after converting Word to PDF.
  • Fixes the issue that the content was garbled after converting Word to HTML.

New in Spire.Doc 11.4.12 Hotfix (Apr 28, 2023)

  • Supports the new table style for Word 2013.
  • Fixes the issue that the charts lost when converting Word to HTML.
  • Fixes the issue that the acceptance of revisions was incorrect when converting Word to PDF.
  • Fixes the issue that the images lost when converting RTF to PDF.
  • Fixes the issue that the page orientation changed from vertical to horizontal when converting Doc to Docx.
  • Fixes the issue that the images lost after loading a document and then saving to a new document.
  • Fixes the issue that the font style was incorrect when converting Word to HTML.
  • Fixes the issue that the field values were lost after updating the field.
  • Fixes the issue that the position of the hyperlink of the image changed after converting Word to PDF
  • Fixes the issue that the application threw "Cannot insert an object of type CustomXml into the Body" when loading Word documents.

New in Spire.Doc 11.4.0 Hotfix (Apr 10, 2023)

  • Fixed the issue that the underline format was incorrect when converting Word to PDF.
  • Fixed the issue that the table of contents field failed to update.
  • Fixed the issue that the program threw System.NullReferenceException exception when setting a value with carriage return symbols to form fields.
  • Fixed the issue that the content was flipped when converting Word to PDF.
  • Fixed the issue that the program threw System.NullReferenceException when saving Word documents.

New in Spire.Doc 11.3.1 Hotfix (Mar 10, 2023)

  • Bug:
  • Fixed the issue that the underline format was incorrect when converting Word to PDF.
  • Fixed the issue that the table of contents field failed to update.
  • Fixed the issue that the program threw System.NullReferenceException exception when setting a value with carriage return symbols to form fields.
  • Fixed the issue that the content was flipped when converting Word to PDF
  • Fixed the issue that the program threw System.NullReferenceException when saving Word documents.

New in Spire.Doc 11.2.3 Hotfix (Feb 17, 2023)

  • Bugs:
  • Fixes the issue that the paging was incorrect when converting Word to PDF.
  • Fixes the issue that the result of accepting the revision was incorrect after converting Word to PDF.
  • Fixes the issue that the content changed from one column to two columns.
  • Fixes the issue that the header duplicated after converting Word to PDF.
  • Fixes the issue that the header overlapped after converting Word to PDF.
  • Fixes the issue that the title was showed incompletely after converting Word to images.
  • Fixes the issue that the bold style of table border lost when the generated doc document was opened with WPS.
  • Fixes the issue that the application threw System.ArgumentOutOfRangeException when converting Word to HTML.

New in Spire.Doc 11.1.4 Hotfix (Jan 28, 2023)

  • Bugs fixed:
  • Fixes the issue that the paging was incorrect when converting Word to PDF.
  • Fixes the issue that the result of accepting the revision was incorrect after converting Word to PDF.
  • Fixes the issue that the content changed from one column to two columns.
  • Fixes the issue that the header duplicated after converting Word to PDF.
  • Fixes the issue that the header overlapped after converting Word to PDF.
  • Fixes the issue that the title was showed incompletely after converting Word to images.
  • Fixes the issue that the bold style of table border lost when the generated doc document was opened with WPS.
  • Fixes the issue that the application threw System.ArgumentOutOfRangeException when converting Word to HTML.

New in Spire.Doc 10.12.4 Hotfix (Dec 29, 2022)

  • Hot fix patch contains only the Spire.Doc dlls. If you want to check the main and detailed functions offered by Spire.Doc, download and install Spire.Doc Pack, then go to the "SampleCenter" and API Help.

New in Spire.Doc 10.11.0 Hotfix (Nov 8, 2022)

  • We are pleased to announce the release of Spire.Doc 10.11.0. This version enhances the conversion from Word to PDF. What’s more, it fixes some known issues such as the tag name of the custom attribute added in XML was inconsistent with MS Word. More details are listed below.

New in Spire.Doc 10.10.4 Hotfix (Oct 17, 2022)

  • Bugs:
  • Fixes the issue that the left border of the gray rectangle was cropped after converting Word to PDF.
  • Fixes the issue that part of the content was missing after converting Word to PDF.

New in Spire.Doc 10.9.6 Hotfix (Sep 22, 2022)

  • Bugs:
  • Fixes the issue that the left border of the gray rectangle was cropped after converting Word to PDF.
  • Fixes the issue that part of the content was missing after converting Word to PDF.

New in Spire.Doc 10.9.1 Hotfix (Sep 8, 2022)

  • We are excited to announce the release of Spire.Doc 10.9.1. This version enhances the conversion from Word to PDF and PDFA1A. Besides, some known issues, such as the issue that the count of characters and words was inconsistent with Microsoft Word and the issue that the footer was formatted incorrectly after converting landscape pages to PDF.
  • Bug:
  • Fixes the issue that the images became blurred after converting Word to PDF.
  • Fixes the issue that text wrapping was incorrect after converting Word to PDF.
  • Fixes the issue that the page number part became black after converting Word to PDFA1A.
  • Fixes the issue that caused extra blank boxes after converting Word to PDF.
  • Fixes the issue that caused inconsistent formatting after converting Word to PDF.
  • Fixes the issue that caused wrong table layout after converting Word to PDF.
  • Fixes the issue that a null pointer exception was thrown when cloning sections.
  • Fixes the issue that caused inconsistent paragraph spacing after converting Word to PDF with the new engine.
  • Fixes the issue that "System.ArgumentNullException" exception was thrown when loading RTF files.
  • Fixes the issue that the count of characters and words was inconsistent with Microsoft Word.
  • Fixes the issue that the footer was formatted incorrectly after converting landscape pages to PDF.
  • Fixes the issue that document could not be opened after deleting bookmarks within a table.
  • Fixes the issue that the table format was incorrect after converting Word to PDF.
  • Fixes the issue that the content on the right side of the page was lost after printing a Word document.
  • Fixes the issue that the application throws a null pointer exception when counting characters.

New in Spire.Doc 10.7 (Jul 12, 2022)

  • Bug:
  • Fixes the issue that the application threw "System.ArgumentException" when saving word file to image.
  • Fixes the issue that it was failed to embed the private font.
  • Fixes the issue that the content was incorrect after converting word file to PDFA with NewEngine method.

New in Spire.Doc 10.6.6 Hotfix (Jun 17, 2022)

  • Supports converting table of contents into corresponding bookmarks in PDF when converting Word to PDF using NewEngine.
  • Supports disabling hyperlinks in PDF when converting Word to PDF using NewEngine.

New in Spire.Doc 10.5.9 Hotfix (May 27, 2022)

  • Bug:
  • Fixes the issue that the hyperlink of image was lost after converting Docx to Html.
  • Fixes the issue that the text content was overlapped after converting Docx to PDF.
  • Fixes the issue that the content format was incorrect after converting Docx to PDF.
  • Fixes the issue that the font size of list was incorrect after converting Docx to PDF.

New in Spire.Doc 10.4.6 Hotfix (Apr 28, 2022)

  • Fixes the issue that the application threw "System.ArgumentException" when saving word file to image.
  • Fixes the issue that it was failed to embed the private font.
  • Fixes the issue that the content was incorrect after converting word file to PDFA with NewEngine method.

New in Spire.Doc 10.3.3 Hotfix (Mar 10, 2022)

  • Bug:
  • Fixes the issue that the width of the table in the generated file was changed after converting HTML to Word.
  • Fixes the issue that the position of the underline in the generated file was changed after converting the Word to PDF.
  • Fixes the issue that the space between list number and content in the generated file was closer after converting the Word to PDF.
  • Fixes the issue that the position of the content in the generated file was moved after converting the Word to PDF.
  • Fixes the issue that the position of the table in the generated file was changed after converting the Word to PDF.
  • Fixes the issue that an extra blank page was generated in the generated file after converting the Word to PDF.
  • Fixes the issue that the image content displayed wrong in the generated file after insert the image to the Word file.
  • Fixes the issue that the program threw exception "System.ArgumentException" when converting the Word to Image.

New in Spire.Doc 10.1 (Mar 10, 2022)

  • Bug:
  • Fixes the issue that the application threw "System.ArgumentException" when saving word file to image.
  • Fixes the issue that it was failed to embed the private font.
  • Fixes the issue that the content was incorrect after converting word file to PDFA with NewEngine method.

New in Spire.Doc 10.2.11 Hotfix (Feb 24, 2022)

  • New feature:
  • Adds the setting of document.AutoUpdateStylesByTemplate = false to disable the function of automatically updating document styles.
  • Bug:
  • Fixes the issue that the border was lost when converting Word to PDF.
  • Fixes the issue that the page numbers were wrapped when converting Word to PDF.
  • Fixes the issue that the brackets became garbled when converting Word to PDF.
  • Fixes the issue that the paragraph format changed when converting Word to PDF.
  • Fixes the issue that the position of the content changed when converting Word to PDF.
  • Fixes the issue that the background color of table was lost when converting Word to PDF.
  • Fixes the issue that the image position changed when converting Word to PDF.
  • Fixes the issue that there were extra blank lines between paragraphs when converting Word to PDF.
  • Fixes the issue that the direction of the horizontal line of the page number changed from landscape to portrait when converting Word to PDF.
  • Fixes the issue that the page number format changed when converting Word to PDF.
  • Fixes the issue that there was extra garbled content after formulas when converting Word to PDF.

New in Spire.Doc 9.12.12 Hotfix (Dec 29, 2021)

  • Fixes the issue that the number format was incorrect when filling the merged fields.
  • Fixes the issue that the application threw an error "System.ArgumentOutOfRangeException" when updating document fields in multiple threads
  • Fixes the issue that the application threw an error "Unable to cast object of type 'spr┗' to type 'spr▙"when loading file.
  • Fixes the issue that the application threw an error "An item with the same key has already been added"when loading file.
  • Fixes the issue that the application threw an error "Byte array for GUID must be exactly 16 bytes long" when loading file.
  • Fixes the issue that the application threw an error "Unable to read beyond the end of the stream" when loading file.
  • Fixes the issue that the application threw an error "Non-negative number required. Parameter name: value" when loading file.
  • Fixes the issue that the application threw an error "Input string was not in a correct format" when loading file.
  • Fixes the issue that the application threw an error "Unknown color type encountered during WordML import - #0" when loading file.
  • Fixes the issue that the application threw an error "Object reference not set to an instance of an object" when loading file.

New in Spire.Doc 9.12.7 Hotfix (Dec 17, 2021)

  • Bug:
  • Fixes the issue that the page number was incorrect after updating document fields
  • Fixes the issue that the paragraph indentation was incorrect when converting word file to PDF.
  • Optimized the time to convert word files to PDF.
  • Fixes the issue that the list numbers were incorrect when converting HTML to Word.

New in Spire.Doc 9.12.3 Hotfix (Dec 14, 2021)

  • Bug:
  • Fixes the issue that the content was incorrect when converting HTML to Docx
  • Fixes the issue that the application threw System.IndexOutOfRangeException when converting Word to PDF
  • Fixes the issue that the editable region disappeared when copying content to new Word file
  • Fixes the issue that the content disappeared when converting Word to PDF
  • Fixes the issue that the application threw System.NullReferenceException when converting Word to XPS on Windows10
  • Fixes the issue that the width of table was incorrect when convertingg HTML to Word
  • Fixes the issue that the formula was not displayed correctly when convertingg HTML to Word

New in Spire.Doc 9.11.6 Hotfix (Nov 12, 2021)

  • New feature:
  • Adds a new method "SetColumnWidth" to set table column width.
  • Adds a new method "UseNewEngine" to use new engine to convert Word to PDF.
  • Adjustment:
  • Adjusts the method of setting table cell width.

New in Spire.Doc 9.11.5 Hotfix (Nov 11, 2021)

  • New feature: Adds a new method "SetColumnWidth" to set table column width.
  • Adjustment: Adjusts the method of setting table cell width.

New in Spire.Doc 9.10.9 Hotfix (Oct 27, 2021)

  • New feature:
  • Supports getting the alternative text of shape.
  • Bug:
  • Fixes the issue that a customXml folder was generated after an operation on a Word document
  • Fixes the issue that the application threw an error "The given key was not present in the dictionary." when coverting Word to PDF
  • Fixes the issue that the bookmark hierarchy became chaotic when coverting Word to PDF
  • Fixes the issue that the application threw an error “Bad state(invalid stored block lengths)”when loading a Word document
  • Fixes the issue that the application threw System.NullReferenceException error when coverting Word to PDF
  • Fixes the issue that the application threw an error "System.FormatException: 'Input string was not in a correct format.'" when converting HTML to Word

New in Spire.Doc 9.10.0 Hotfix (Oct 9, 2021)

  • New feature:
  • Supports getting the alternative text of shape.
  • Bug:
  • Fixes the issue that a customXml folder was generated after an operation on a Word document
  • Fixes the issue that the application threw an error "The given key was not present in the dictionary." when coverting Word to PDF
  • Fixes the issue that the bookmark hierarchy became chaotic when coverting Word to PDF
  • Fixes the issue that the application threw an error “Bad state(invalid stored block lengths)”when loading a Word document
  • Fixes the issue that the application threw System.NullReferenceException error when coverting Word to PDF
  • Fixes the issue that the application threw an error "System.FormatException: 'Input string was not in a correct format.'" when converting HTML to Word

New in Spire.Doc 9.9.6 Hotfix (Sep 17, 2021)

  • New feature:
  • Supports setting frame positions.
  • Bug:
  • Fixes the issue that the program threw an exception when converting Word to PDF.
  • Fixes the issue that the mail merge area was empty in the generated file after mail merging using the string that contains ""in Word.
  • Fixes the issue that the content and format was incorrect in the generated file after converting Word to PDF.
  • Fixes the issue that the borders of the table disappeared after inserting TOC to Word.
  • Fixes the issue that the content of the result file was overlapped after printing Word.
  • Fixes the issue that the merged result was incorrect after mail merging Word.
  • Fixes the issue that the program threw an exception when combining Word files.
  • Fixes the issue that the program threw an exception when converting RTF to Word.
  • Fixes the issue that the image quality was lower in the generated file after converting Word to PDF using the PS mode method.
  • Fixes the issue that the program threw an exception when loading Word.

New in Spire.Doc 9.8.6 Hotfix (Aug 23, 2021)

  • Fixes the issue that the content was incorrect after converting Word to PDF.
  • Fixes the issue that the image location was changed after converting Word to PDF.
  • Fixes the issue that the restricted area was missing after loading and saving the Word file.
  • Fixes the issue that the application threw the error "ArgumentOutOfRangeException" when converting Word to PDF.
  • Fixes the issue that the table border was displayed incorrectly after converting Word to PDF.
  • Fixes the issue that the application threw the error "StackOverflowException" when replacing the content of the bookmark.
  • Fixes the issue that the application hung when converting Word to PDF.
  • Fixes the issue that the application threw the error "InvalidCastException" when converting Word to PDF.
  • Fixes the issue that the mail merge field was not merged correctly.
  • Fixes the issue that the generated bookmarks did not contain the list number after converting Word to PDF.
  • Fixes the issue that the application threw the error "StackOverflowException" when comparing two documents.
  • Fixes the issue that the background content was missing after converting RTF to PDF.
  • Fixes the issue that the application threw the error "ArgumentOutOfRangeException" when loading the Word document.
  • Fixes the issue that the application threw the error "ArgumentOutOfRangeException" when converting Word to PDF.
  • Fixes the issue that the pagination was incorrect after converting Word to images.
  • Fixes the issue that the pagination was incorrect after converting Word to PDF.
  • Fixes the issue that the application threw the error "Invalid date string, after time" when converting HTML to PDF.
  • Fixes the issue that an error prompted when opening the result file after converting Word to PDF.
  • Fixes the issue that the "title" property of the table was not parsed correctly after converting HTML to PDF.
  • Fixes the issue that the application threw the error "KeyNoteFoundException" when updating the TOC.
  • Fixes the issue that the application threw the error "ArgumentOutOfRangeException" when loading the Word document.
  • Fixes the issue that the application threw the error "Invalid date string, after time" when converting Word to PDF.
  • Fixes the issue that the application hung when converting Word to images

New in Spire.Doc 9.7.14 Hotfix (Jul 27, 2021)

  • Fixes the issue that the content was incorrect after converting Word to PDF.
  • Fixes the issue that the image location was changed after converting Word to PDF.
  • Fixes the issue that the restricted area was missing after loading and saving the Word file.
  • Fixes the issue that the application threw the error "ArgumentOutOfRangeException" when converting Word to PDF.
  • Fixes the issue that the table border was displayed incorrectly after converting Word to PDF.
  • Fixes the issue that the application threw the error "StackOverflowException" when replacing the content of the bookmark.
  • Fixes the issue that the application hung when converting Word to PDF.
  • Fixes the issue that the application threw the error "InvalidCastException" when converting Word to PDF.
  • Fixes the issue that the mail merge field was not merged correctly.
  • Fixes the issue that the generated bookmarks did not contain the list number after converting Word to PDF.
  • Fixes the issue that the application threw the error "StackOverflowException" when comparing two documents.
  • Fixes the issue that the background content was missing after converting RTF to PDF.
  • Fixes the issue that the application threw the error "ArgumentOutOfRangeException" when loading the Word document.
  • Fixes the issue that the application threw the error "ArgumentOutOfRangeException" when converting Word to PDF.
  • Fixes the issue that the pagination was incorrect after converting Word to images.
  • Fixes the issue that the pagination was incorrect after converting Word to PDF.
  • Fixes the issue that the application threw the error "Invalid date string, after time" when converting HTML to PDF.
  • Fixes the issue that an error prompted when opening the result file after converting Word to PDF.
  • Fixes the issue that the "title" property of the table was not parsed correctly after converting HTML to PDF.
  • Fixes the issue that the application threw the error "KeyNoteFoundException" when updating the TOC.
  • Fixes the issue that the application threw the error "ArgumentOutOfRangeException" when loading the Word document.
  • Fixes the issue that the application threw the error "Invalid date string, after time" when converting Word to PDF.
  • Fixes the issue that the application hung when converting Word to images.

New in Spire.Doc 9.7.3 Hotfix (Jul 7, 2021)

  • Hot fix patch contains only the Spire.Doc dlls. If you want to check the main and detailed functions offered by Spire.Doc, download and install Spire.Doc Pack, then go to the "SampleCenter" and API Help.

New in Spire.Doc 9.6.10 Hotfix (Jun 11, 2021)

  • Bugs:
  • Fixes the issue that the content was incorrect after converting Word to PDF.
  • Fixes the issue that the printout was incorrect after printing Word files.
  • Fixes the issue that the image was missing after converting Word to PDF.
  • Fixes the issue that the content of the TOC was incorrect after converting Word to PDF.
  • Fixes the issue that some text was missing after converting Word to PDF.
  • Fixes the issue that the pagination was incorrect after converting Word to PDF.
  • Fixes the issue that the orientation was incorrect after printing Word files.
  • Fixes the issue that the application threw the error "System.NullReferenceException" when loading a RTF file.
  • Fixes the issue that the application threw the error "System.NullReferenceException" when loading a Word file.

New in Spire.Doc 9.6 (Jun 4, 2021)

  • 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);
  • Fixes the issue that the content of the converted image was incorrect.
  • Fixes the issue that the inserted math equations containing Chinese characters were incorrect.
  • Fixes the issue that the number format was incorrect after merging mails.
  • Fixes the issue that there were extra characters after loading and saving the files.
  • Fixes the issue that the inserted math equations were incorrect.
  • Fixes the issue that the content was incorrect after converting Word to PDF.
  • Fixes the issue that the ol tag was not rendered correctly when appending HTML text.
  • Fixes the issue that the table content was incorrect after converting Word to PDF.
  • Fixes the issue that the image content was incorrect after converting RTF to PDF.
  • Fixes the issue that the alignment of the inserted math equation was incorrect.
  • Fixes the issue that the application threw the error "System.ArgumentOutOfRangeException" when getting the text of the Word file.
  • Fixes the issue that the content was incorrect after loading and saving the Word file generated by NPOI.
  • Fixes the issue that the application threw the error "System.ObjectDisposedException" when saving the file after merging it.
  • Fixes the issue that there was an extra bookmark "Word Bookmarks" after converting Word to PDF.

New in Spire.Doc 9.4.18 Hotfix (May 1, 2021)

  • Fixes the issue that there was extra blank line after converting Word to PDF.
  • Fixes the issue that the content was incorrect after converting Word to XPS.
  • Fixes the issue that the content was incorrect after converting Word to PDF.
  • Fixes the issue that the content overlapped after converting Word to PDF.
  • Fixes the issue that the TOC content was incorrect after updating the TOC.
  • Fixes the issue that it failed to get the page count.
  • Fixes the issue that the bookmark was duplicated after converting Word to PDF.
  • Fixes the issue that the bookmark content was incorrect after converting Word to PDF.
  • Fixes the issue that the added math equation was incorrect.
  • Fixes the issue that the application threw the error "Input string was not in a correct format" when loading HTML files.
  • Fixes the issue that the application threw the error "Input string was not in a correct format" when adding HTML text.
  • Fixes the issue that the picture color was changed after converting Docx to Doc.

New in Spire.Doc 9.4.12 Hotfix (Apr 19, 2021)

  • Bug:
  • Fixes that the position of the inserted picture caption was incorrect.
  • Fixes the issue that the content was incorrect after converting Word to PDF.
  • Fixes the issue that the program hung when converting Word to PDF.
  • Fixes the issue that the application threw the error "System.IndexOutOfRangeException" when converting Word to PDF.
  • Fixes the issue that the extracted text content was incorrect.
  • Fixes the issue that the field was not update correctly.
  • Fixes the issue that the application threw the error "System.ArgumentOutOfRangeException" when converting Word to PDF.
  • Fixes the issue that the page number was incorrect after converting Word to PDF.
  • Fixes the issue that the eq field was displayed incorrectly after converting Word to PDF.
  • Fixes the issue that watermark position was incorrect after converting Word to PDF.
  • Fixes the issue that the TOC was not updated correctly.
  • Fixes the issue that the content of inserted TOC was incorrect.
  • Fixes the issue that the selection value of ComboBox could not be obtained.
  • Fixes the issue that the application threw the error "OutOfMemoryException" when converting Word to PDF.
  • Fixes the issue that the application threw the error "Try to divide by zero" when converting Word to PDF.
  • Fixes the issue that the border was missing after converting Word to PDF.
  • Fixes the issue that the program hung when converting Word to PDF stream.

New in Spire.Doc 9.4.1 Hotfix (Apr 2, 2021)

  • Bug:
  • Fixes the issue that caused incorrect page border after converting Word to PDF.

New in Spire.Doc 9.3.6 (Mar 17, 2021)

  • New Feature:
  • Supports EQField when converting Word to PDF.

New in Spire.Doc 9.3.3 Hotfix (Mar 12, 2021)

  • Fixes the issue that the pagination was inconsistent when converting Word to PDF.
  • Fixes the issue that the checkbox was missing when converting Word to PDF.
  • Fixes the issue that the format was incorrect when converting Word to PDF.
  • Fixes the issue that the application threw "System.InvalidOperationException" when loading a Word file.
  • Fixes the issue that it failed to obtain the value of "ListText"
  • Fixes the issue that the fields containing the image path were missing after converting XML to PDF.
  • Fixes the issue that the text was messed up after merging multiple files.
  • Fixes the issue that the application threw "DirectoryNotFoundException" when converting Word to PDF using PS method.
  • Fixes the issue that the application threw "System.NullReferenceException" when converting Word to PDF.
  • Fixes the issue that the letter case was inconsistently obtained by "document.GetText();".
  • Fixes the issue that the indentation was incorrect after converting RTF to PDF.
  • Fixes the issue that the application threw "System.ArgumentNullException" when converting HTML to PDF
  • Fixes the issue that the application hung when converting Word to image.
  • Fixes the issue that the application threw "System.DivideByZeroException" when converting Word to PDF.

New in Spire.Doc 9.2.0 Hotfix (Feb 3, 2021)

  • Bug:
  • Fixes the issue that the content was inconsistent when converting Word to PDF.
  • Fixes the issue that the links were missing when converting Word to PDF.
  • Fixes the issue that the application threw the "System.NullReferenceException" when converting Word to PDF
  • Fixes the issue that the application threw the "System.Exception: 'Invalid data'" when loading a password-protected docx file.
  • Fixes the issue that the application threw the "System.InvalidOperationException" when loading a doc file.
  • Fixes the issue that the application threw the "System.FormatException" when converting Word to PDF
  • Fixes the issue that the application threw the "System.FormatException" when loading a docx file
  • Fixes the issue that the application threw the "System.ArgumentOutOfRangeException" when loading a docx file.
  • Fixes the issue that the signature picture disappeared when converting Word to PDF.

New in Spire.Doc 9.1 (Jan 18, 2021)

  • Bugs:
  • Fixes the issue that the content of the converted PDF/XPS was incorrect when it contains right-to-left text.
  • Fixes the issue that no matches were found when finding the text.
  • Fixes the issue that the content was incorrect after converting Word to PDF.
  • Fixes the issue that the text overlapped after converting Word to PDF.
  • Fixes the issue that page number was incorrect after converting Word to PDF.
  • Fixes the issue that the application threw the error "Object reference not set to an instance of an object" when converting Word to PDF.
  • Fixes the issue that it caused incorrect pagination after converting Word to PDF.
  • Fixes the issue that the bookmark location was changed after saving the Word document.
  • Fixes the issue that the lines were rendered incorrectly after converting Word to PDF.
  • Fixes the issue that the application threw the error "Index was outside of bounds of the array" when converting Word to PDF.
  • Fixes the issue that the equation was incorrect after saving to doc/docx file.
  • Fixes the issue that the list number value was incorrect after converting Word to PDF.
  • Fixes the issue that the application threw the error "Input string was not in a correct format" when loading the file.

New in Spire.Doc 8.12.14 Hotfix (Dec 28, 2020)

  • New Feature:
  • Supports getting the differences compared between two Word documents.
  • Bug:
  • Fixes the issue that the content was incorrect when filling Html content into the merged fields.
  • Fixes the issue that there are problems with math-equations when opening generated Word document with MS Word.
  • Fixes the issue that the style was missing when cloning document.
  • Fixes the issue that some content was incorrect when converting Word containing Arabic characters to PDF.
  • Fixes the issue that math-equations became pictures when converting Doc to Docx.
  • Fixes the issue that the content of the generated TOC was inconsistent with the outline.
  • Fixes the issue that "-" glyph was missing when converting Word to PDF.
  • Fixes the issue that the content was inconsistent when converting Word to PDF.

New in Spire.Doc 8.12.9 Hotfix (Dec 18, 2020)

  • Fixes the issue that the font was changed after converting Word to Pdf.
  • Fixes the issue that caused extra border after converting Word to PDF.
  • Fixes the issue that the application threw the error "specified algorithm invalid" issue when signing the Word document.
  • Fixes the issue that the image location was moved left after converting Word to PDF.
  • Fixes the issue that the bullet style was changed after converting HTML to Word.
  • Fixes the issue that the table data was incorrect left after converting Word to PDF.
  • Fixes the issue that the application threw the error "System.InvalidOperationException" issue when loading rtf file.
  • Fixes the issue that the application hung when converting Word to PDF.
  • Fixes the issue that caused overlapped content after converting Word to PDF.
  • Bug SPIREDOC-5224
  • Fixes the issue that caused incorrect format after converting Word to PDF.
  • Fixes the issue that some bookmarks lost after saving Word document.
  • Fixes the issue that after adding Toc field in bookmark, the application threw the error "An object reference is not set to an instance of the object" when executing UpdateTableOfContents() method.
  • Fixes the issue that the application threw the error "System.Collections.Generic.KeyNotFoundException" issue converting HTML to PDF.
  • Fixes the issue that the content was inconsistent after converting HTML to PDF.

New in Spire.Doc 8.11.15 Hotfix (Nov 26, 2020)

  • BUG:
  • Fixes the issue that the IF field still existed after merging with empty value.
  • Fixes the issue that the pagination was inconsistent after converting Word to PDF.
  • Fixes the issue that the application threw the error "System.ArgumentException" when accepting the track changes.
  • Fixes the issue that the image border lost after converting Word to PDF.
  • Fixes the issue that failed to fill the MergeField with internal parameters.
  • Fixes the issue that the content format was incorrect after converting Word to PDF.
  • Fixes the issue that the table border lost after converting Word to PDF.
  • Fixes the issue that the two operations (1. Adding content and directly saving to PDF file; 2. Adding content and firstly saving to Word, then saving the Word to PDF) caused different table format.
  • Fixes the issue that after accepting the track changes, the application threw the error "System.ArgumentOutOfRangeException" when saving to PDF file.

New in Spire.Doc 8.11.9 Hotfix (Nov 18, 2020)

  • Fixed:
  • Fixes the issue that the Word file content was incorrect after replacing the bookmark content.
  • Fixes the issue that the application threw the error "System.NullReferenceException" when saving the file after replacing the bookmark content.
  • Fixes the issue that the content was incorrect after converting Word to PDF.
  • Fixes the issue that the IF field was not updated correctly when converting Word to PDF.
  • Fixes the issue that the application threw the error "IndexOutOfRangeException" when converting Word to PDF.
  • Fixes the issue that the application threw the error when converting Word with SmartArt to PDF/Image/XPS.
  • Fixes the issue that the application threw the error "System.FormatException" when loading the RTF file.
  • Fixes the issue that the content was incorrect when convert Word to PDF after mail merge.
  • Fixes the issue that the content overlapped after converting RTF to Word.
  • Fixes the issue that the application threw the error "System.ArgumentException" when saving the file.
  • Fixes the issue that an error prompted when opening the result file after converting Word to PDF.

New in Spire.Doc 8.10.4 Hotfix (Oct 22, 2020)

  • New:
  • Supports converting SmartArt to other document formats such as PDF/Image/XPS.
  • Supports setting "Contents cannot be edited" for content controls.
  • Fixes:
  • Fixes the issue that the content was inconsistent when converting Word to PDF.
  • Fixes the issue that the application threw ArgumentOutOfRangeException when converting HTML to Word.
  • Fixes the issue that text position was incorrect when converting Word to PDF.
  • Fixes the issue that text wrapping was inconsistent when converting Word to PDF on Windows 10.
  • Fixes the issue that graph was incorrect when converting Word to PDF.
  • Fixes the issue that the application hung when converting Word to PDF.
  • Fixes the issue that the application threw FormatException when loading HTML.

New in Spire.Doc 8.10.0 Hotfix (Oct 13, 2020)

  • Fixes the issue that the application threw NullReferenceException after inserting if field in the document.
  • Fixes the issue that the page number field in textbox updated incorrectly.
  • Fixes the issue that the width of table column changed after converting Word to PDF.
  • Fixes the issue that content was missing after converting Word to PDF.
  • Fixes the issue that some characters was incorrect after converting Word to PDF.
  • Fixes the issue that bullets changed after merging files.
  • Fixes the issue that the section breaks didn't work when converting Word to PDF.
  • Fixes the issue that the application threw NullReferenceException when releasing resource.
  • Fixes the issue that the application threw NullReferenceException when loading a file.
  • Fixes the issue that the equation was wrong after converting xml to Word.
  • Fixes the issue that the added checkbox was lost after saving the file.
  • Fixes the issue that the application threw "Object reference not set to an instance of an object" when converting Word to PDF.

New in Spire.Doc 8.9.6 Hotfix (Sep 11, 2020)

  • Fixes the issue that the content was missing after converting Word to PDF.
  • Fixes the issue that it caused incorrect page numbers after converting Word to PDF.
  • Fixes the issue that the application threw "ArgumentException" when loading the file.
  • Fixes the issue that it caused incorrect chart content after converting Word to PDF.
  • Fixes the issue that the color set when adding watermark did not take effect.
  • Fixes the issue that it caused incorrect table border after converting Word to PDF.
  • Fixes the issue that the application was hung when converting Word to PDF.
  • Fixes the issue that the content was incorrect after updating the TOC of Word Document and then converting it to PDF.
  • Fixes the issue that the application threw "NullReferenceException" when converting Word to images.

New in Spire.Doc 8.7.5 Hotfix (Jul 13, 2020)

  • Fixes the issue that the font was changed after converting Word to PDF or saving to Word.
  • Fixes the issue that the field was not updated correctly.
  • Fixes the issue that caused incorrect table border after converting Word to PDF.
  • Fixes the issue that caused incorrect content after updating the TOC.
  • Exception "An object reference is not set to an instance of the object" when adding content in bookmark.
  • Fixes the issue that application threw the exception "Input string was not in the correct format" when updating the TOC.
  • Fixes the issue that setting margins for the last section and saving to docm, the margins of all sections were changed.
  • Fixes the issue that application threw the exception "Index was out of range" when converting Word to HTML.
  • Fixes the issue that caused incorrect paging after converting Word to PDF.
  • Fixes the issue that the page number didn't display completely after converting Word to PDF.
  • BFixes the issue that application threw the "ArgumentOutOfRangeException" when converting Word to HTML.
  • Fixes the issue that application threw the "NullReferenceException" when converting Word to HTML.
  • Fixes the issue that application threw the exception "The value cannot be null" when replacing document.
  • Fixes the issue that application threw the "NullReferenceException" when converting Word to PDF.
  • Fixes the issue that application threw the "ArgumentOutOfRangeException" when replacing document.
  • Fixes the issue that the border lost after converting Word to PDF.
  • Fixes the issue that some images were incorrect after converting Word to PDF us PS method.

New in Spire.Doc 8.6.3 Hotfix (Jun 24, 2020)

  • Fixes the issue that the font was changed after converting Word to PDF or saving to Word.
  • Fixes the issue that the field was not updated correctly.
  • Fixes the issue that caused incorrect table border after converting Word to PDF.
  • Fixes the issue that caused incorrect content after updating the TOC.
  • Fixes the issue that the application threw the exception "An object reference is not set to an instance of the object" when adding content in bookmark.
  • Fixes the issue that application threw the exception "Input string was not in the correct format" when updating the TOC.
  • Fixes the issue that setting margins for the last section and saving to docm, the margins of all sections were changed.
  • Fixes the issue that application threw the exception "Index was out of range" when converting Word to HTML.
  • Fixes the issue that caused incorrect paging after converting Word to PDF.
  • Fixes the issue that the page number didn't display completely after converting Word to PDF.
  • Fixes the issue that application threw the "ArgumentOutOfRangeException" when converting Word to HTML.
  • Fixes the issue that application threw the "NullReferenceException" when converting Word to HTML.
  • Fixes the issue that application threw the exception "The value cannot be null" when replacing document.
  • Fixes the issue that application threw the "NullReferenceException" when converting Word to PDF.
  • Fixes the issue that application threw the "ArgumentOutOfRangeException" when replacing document.
  • Fixes the issue that the border lost after converting Word to PDF.
  • Fixes the issue that some images were incorrect after converting Word to PDF us PS method.

New in Spire.Doc 8.5.8 Hotfix (May 25, 2020)

  • New Feature:
  • Supports getting the properties of diagonals in table.
  • Get the diagonal properties of table
  • BorderStyle bs_UP = table.TableFormat.Borders.DiagonalUp.BorderType;
  • Color color_UP = table.TableFormat.Borders.DiagonalUp.Color;
  • Float width_UP = table.TableFormat.Borders.DiagonalUp.LineWidth;
  • BorderStyle bs_Down = table.TableFormat.Borders.DiagonalDown.BorderType;
  • Color color_Down = table.TableFormat.Borders.DiagonalDown.Color;
  • Float width_Down = table.TableFormat.Borders.DiagonalDown.LineWidth;
  • Get the diagonal properties of table cells
  • Bs_UP = table[rowIndex, columnIndex].CellFormat.Borders.DiagonalUp.BorderType;
  • Width_UP = table[rowIndex, columnIndex].CellFormat.Borders.DiagonalUp.LineWidth;
  • Color_UP = table[rowIndex, columnIndex].CellFormat.Borders.DiagonalUp.Color;
  • Bs_Down = table[rowIndex, columnIndex].CellFormat.Borders.DiagonalDown.BorderType;
  • Color_Down = table[rowIndex, columnIndex].CellFormat.Borders.DiagonalDown.Color;
  • Width_Down = table[rowIndex, columnIndex].CellFormat.Borders.DiagonalDown.LineWidth;
  • Bugs:
  • Fixes the issue that content was incorrect when converting Word to PDF.
  • Fixes the issue that the application threw an exception "The object reference was not set to an instance of the object" when converting Word to images.
  • Fixes the issue that the field structure was broken after inserting HTML text.
  • Fixes the issue that the application threw an exception "The format of input string is incorrect" when loading document.
  • Fixes the issue that the application threw an exception "Index was out of range" when inserting HTML text.
  • Fixes the issue that the application threw an exception "An unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.dll" when saving the document after updating fields.
  • Fixes the issue that there were extra double quotes when adding an Advance field.

New in Spire.Doc 8.4.10 Hotfix (Apr 29, 2020)

  • New Features:
  • Get the diagonal properties of table
  • BorderStyle bs_UP = table.TableFormat.Borders.DiagonalUp.BorderType;
  • Color color_UP = table.TableFormat.Borders.DiagonalUp.Color;
  • Float width_UP = table.TableFormat.Borders.DiagonalUp.LineWidth;
  • BorderStyle bs_Down = table.TableFormat.Borders.DiagonalDown.BorderType;
  • Color color_Down = table.TableFormat.Borders.DiagonalDown.Color;
  • Float width_Down = table.TableFormat.Borders.DiagonalDown.LineWidth;
  • Get the diagonal properties of table cells
  • CellFormat.Borders.DiagonalUp.BorderType;
  • CellFormat.Borders.DiagonalUp.LineWidth;
  • CellFormat.Borders.DiagonalUp.Color;
  • CellFormat.Borders.DiagonalDown.BorderType;
  • CellFormat.Borders.DiagonalDown.Color;
  • Bugs:
  • Fixes the issue that content was incorrect when converting Word to PDF.
  • Fixes the issue that the application threw an exception "The object reference was not set to an instance of the object" when converting Word to images.
  • Fixes the issue that the field structure was broken after inserting HTML text.
  • Fixes the issue that the application threw an exception "The format of input string is incorrect" when loading document.
  • Fixes the issue that the application threw an exception "Index was out of range" when inserting HTML text.
  • Fixes the issue that the application threw an exception "An unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.dll" when saving the document after updating fields.
  • Fixes the issue that there were extra double quotes when adding an Advance field.

New in Spire.Doc 8.4.7 Hotfix (Apr 22, 2020)

  • Hot fix patch contains only the Spire.Doc dlls. If you want to check the main and detailed functions offered by Spire.Doc, download and install Spire.Doc Pack, then go to the "SampleCenter" and API Help.

New in Spire.Doc 8.4.0 Hotfix (Apr 13, 2020)

  • New Feature:
  • Supporting MonoAndroid and Xamarin.iOS platforms.

New in Spire.Doc 8.3.15 Hotfix (Mar 25, 2020)

  • Bug:
  • Fixes the issue that the content format was incorrect when converting Word to PDF.

New in Spire.Doc 8.3.8 Hotfix (Mar 13, 2020)

  • Fixes the issue that the content format was incorrect when converting Word to PDF

New in Spire.Doc 8.3.0 Hotfix (Mar 3, 2020)

  • Bug Fixes:
  • Fixes the issue that the content format was incorrect when converting Word to PDF.
  • Fixed the issue that the filled value of Mail Merge field was incorrect.
  • Fixed the issue that the blank page was lost when converting Word to PDF.
  • Fixed the issue that the header content format was incorrect after saving a Word document.
  • Fixed the issue that the check box couldn’t be checked after saving a Word document.

New in Spire.Doc 8.2.9 Hotfix (Feb 14, 2020)

  • Bug Fixes:
  • Fixes the issue that the content format was incorrect when converting Word to PDF.
  • Fixed the issue that the filled value of Mail Merge field was incorrect.
  • Fixed the issue that the blank page was lost when converting Word to PDF.
  • Fixed the issue that the header content format was incorrect after saving a Word document.
  • Fixed the issue that the check box couldn’t be checked after saving a Word document.

New in Spire.Doc 8.2.4 Hotfix (Feb 12, 2020)

  • Bug Fixes:
  • Fixes the issue that table spans was incorrect when converting Word to PDF.
  • Fixes the issue that numbers were missing when converting Word to SVG.
  • Fixes the issue that the generated paragraph list number was incorrect.
  • Fixes the issue that the application threw an exception "The argument cannot be null or empty string." when saving document after adding a watermark.
  • Fixes the issue that the images were lost when converting Word to PDF.
  • Fixes the issue that the content was incorrect when converting Word to PDF.
  • Fixes the issue that it failed to embed fonts when converting Word to PDF.
  • Fixes the issue that it failed to save document after removing section breaks.
  • Fixes the issue that the content was not properly formatted when converting Word to PDF.
  • Fixes the issue that table row became high when converting Html to PDF.
  • Fixes the issue that the application threw an exception "Object reference is not set to an instance of the object" when loading a document.
  • Fixes the issue that it failed to save documents after cloning ShapeGroup objects.
  • Fixes the issue that the total pages content was lost when converting Word to PDF.

New in Spire.Doc 8.1.10 Hotfix (Jan 22, 2020)

  • Bug Fixes:
  • Fixes the issue that the application threw an exception "An object reference is not set to an object instance" when cloning document.

New in Spire.Doc 8.1 (Jan 22, 2020)

  • Bug Fixes:
  • Fixes the issue that the right margin of the page increased after converting Word to PDF.
  • Fixes the issue that the format was incorrect after converting Word to PDF.
  • Fixes the issue that the result file cannot be opened after cleaning the section breaks in Word file.
  • Fixes the issue that the text overlapped after converting Word to PDF.
  • Fixes the issue that the application threw ArgumentException when converting Word to PDF.
  • Fixes the issue that the result file cannot be opened after merging files.
  • Fixes the issue that the shape was missing after adding a shape in created file and converting to image.
  • Fixes the issue that the bullets were wrong after converting Word to PDF.
  • Fixes the issue that the application threw NullReferenceException when converting Word to PDF.
  • Fixes the issue that the format of content was incorrect after converting Word to image.
  • Fixes the issue that the fields updated incorrectly after converting Word to PDF.
  • Fixes the issue that the result file cannot be opened after merging files.
  • Fixes the issue that the application threw NullReferenceException when converting Word to image.

New in Spire.Doc 7.12.23 Hotfix (Dec 20, 2019)

  • Bug Fixes:
  • Fixes the issue that the speed of converting from Word to PDF was slow.
  • Fixes the issue that the filled data could not be obtained after executing mail merge function.
  • Fixes the issue that the text was overlapped after adding header and footer.

New in Spire.Doc 7.12.21 Hotfix (Dec 18, 2019)

  • New Features:
  • Supports changing the checkbox state symbol.
  • sdtCheckBox.CheckedStateFontName = "Calibri";
  • sdtCheckBox.CheckedStateCharacterCode = 8730;
  • sdtCheckBox.UnCheckedStateFontName = "Calibri";
  • sdtCheckBox.UnCheckedStateCharacterCode = 9675;
  • Supports inserting gutter.
  • section.PageSetup.Gutter = 100f;
  • Bug Fixes:
  • Fixes the issue that the content was missing after converting Word to PDF/A-1a.
  • Fixes the issue that the layout of result PDF was incorrect after converting Word to PDF.
  • Fixes the issue that application threw the ArgumentOutOfRangeException when saving to PDF after replacing text.
  • Fixes the issue that the font in result file was showed incorrectly in LibreOffice after converting to ODT file.
  • Optimizes the Garbage disposal.
  • Fixes the issue that the application threw KeyNotFoundException when saving file.
  • Fixes the issue that the text was overlapped after converting Word to PDF.
  • Fixes the issue that the direction of Arabic text changed after converting Word to PDF.
  • Fixes the issue that the application threw the ArgumentOutOfRangeException when converting HTML to Word.
  • Optimizes the speed of converting a Word file to PDF.
  • Fixes the issue that the application threw NullReferenceException when loading a Word file.
  • Fixes the issue that the tag was lost after converting Word to HTML.
  • Fixes the issue that the application threw IndexOutOfRangeException when converting a Word file to PDF stream.
  • Fixes the issue that the application threw NotSupportedException when replacing bookmark content.
  • Fixes the issue that the content was lost after converting Word to PDF.
  • Fixes the issue that the application threw NullReferenceException when converting Word to PDF.

New in Spire.Doc 7.10 (Dec 18, 2019)

  • New Features:
  • Supports getting and setting emphasis mark.
  • TextRange.CharacterFormat.EmphasisMark
  • Bug Fixes:
  • Fixes the issue that the format was incorrect after converting Word to PDF.
  • Fixes the issue that the content of TOC was missing after using the code doc.UpdateTableOfContents.
  • Fixes the issue that the height of table was reduced after converting Word to PDF.
  • Fixes the issue that the table border was incomplete after merging cells and converting to PDF.
  • Fixes the issue that the application threw the InvalidOperationException when converting Word to PDF.
  • Fixes the issue that the macros were not removed successfully.
  • Fixes the issue that the content was missing after converting Word to PDF.
  • Fixes the issue that the font color changed after converting Word to PDF.
  • Fixes the issue that the application threw the IndexOutOfRangeException when loading a Word file.
  • Fixes the issue that the application threw the OutOfMemoryException when loading a Word file.
  • Fixes the issue that the application threw the NullReferenceException when converting Word to image.

New in Spire.Doc 7.11.1 Hotfix (Nov 6, 2019)

  • Hot fix patch contains only the Spire.Doc dlls. If you want to check the main and detailed functions offered by Spire.Doc, download and install Spire.Doc Pack, then go to the "SampleCenter" and API Help.

New in Spire.Doc 7.9.9 Hotfix (Sep 29, 2019)

  • New Features:
  • Supports the distributed alignment.
  • Supports the justify alignment in Word 2013.
  • Supports loading and saving Word document that contains DISPLAYBARCODE field to Word 2013 and PDF.
  • Note: the DISPLAYBARCODE field is supported from Word 2013 version.
  • Supports converting the OfficeMath object to image.
  • Bug Fixes:
  • Fixes the issue that the paging was incorrect after converting Word to PDF.
  • Fixes the issue that the field of page number could not be updated correctly.
  • Fixes the issue that the link was incorrect after converting Word to PDF.
  • Fixes the issue that the content format was incorrect after converting Word to PDF.
  • Fixes the issue that the font color was incorrect after converting Word to PDF.
  • Fixes the issue that the chart was incorrect after converting Word to PDF.
  • Fixes the issue that the paragraph spacing was incorrect after merging document.
  • Fixes the issue that the border of table was lost after copying table of Word.
  • Fixes the issue that the font was incorrect after converting Word to PDF.

New in Spire.Doc 7.9.0 Hotfix (Sep 6, 2019)

  • Bug Fixes:
  • Fixes the issue that the spacing between content was incorrect after converting Word to PDF.
  • Fixes the issue that there was additional character "?" after converting RTF to PDF.
  • Fixes the issue that the content was missing after converting Word to PDF.
  • Fixes the issue that the code "doc.UpdateTableOfContents()" threw an exception when adding line break n in the paragraph inside a table.
  • Fixes the issue that the application threw “StackOverflowError” exception when converting a .doc file to PDF.
  • Fixes the issue that the property HighlightColor returned wrong value when the color was Green or DarkYellow.
  • Fixes the issue that the table content was overlapped when converting a Word file to PDF.
  • Fixes the issue that the application threw an exception when loading a file.
  • Fixes the issue that the application hung when using the code SaveToImages to convert a file to images.
  • Fixes the issue that the application threw NullReferenceException when loading a Word file.
  • Fixes the issue that the footer displayed incorrectly when converting a Word file to PDF.
  • Fixes the issue that the Chinese character displayed incorrectly when converting a Word file to PDF.
  • Fixes the issue that the application threw ArgumentException when loading a Word file.
  • Fixes the issue that the application threw GDI+ exception when using the code table.AutoFit on Azure.

New in Spire.Doc 7.8.8 Hotfix (Aug 19, 2019)

  • New Features:
  • Adds a netstandard2.0 folder to place the dll files which could work with Azure Function

New in Spire.Doc 7.7 (Jul 31, 2019)

  • Bug Fixes:
  • Fixes the issue that caused incorrect content after converting Word to PDF.
  • Fixes the issue that caused incorrect indent of paragraph and cropped text after converting RTF to PDF.
  • Fixes the issue that caused offset position of text after converting Word to PDF.
  • Fixes the issue that caused incorrect format after creating textboxes in Word and converting Word to PDF.
  • Fixes the issue that the settings (KeepFollow,PageBreakAfter,Isheader) didn't take effect after converting Word to PDF.
  • Fixes the issue that caused incorrect location of image after converting Word to XPS.
  • Fixes the issue that the application threw an exception "The format of input string is not correct" when loading HTML file.
  • Fixes the issue that the base64 image didn't render after converting HTML to PDF.
  • Fixes the issue that the line height of table was incorrect after converting Word to PDF.
  • Fixes the issue that the application threw an exception "The index was out of range. Must be non-negative and less than the set size" when converting Word to PDF.
  • Fixes the issue that caused incorrect Thai characters after converting Word to PDF.

New in Spire.Doc 7.6.16 Hotfix (Jun 28, 2019)

  • Bug Fixes:
  • Fixes the issue that the images didn't display when updating field after adding MergeField to IncludePicture.
  • Fixes the issue that the mergefield was updated incorrectly after setting the format "EEEE year O month A".
  • Fixes the issue that converting Word to Pdf was failed.
  • Fixes the issue that the position of bookmarkEnd tag was changed after resaving the Word by MS Word.
  • Fixes the issue that failed to update the field after setting the custom styles.
  • Fixes the issue that the image was stretched after converting Word to PDF.
  • Fixes the issue that the application threw "The queue is empty" exception when loading HTML file.
  • Fixes the issue that the application threw "Stack empty" exception when loading Word document.

New in Spire.Doc 7.5.9 Hotfix (May 17, 2019)

  • New Features:
  • Supports signing .doc / .docx with digital signature. (yet only the .pfx certificate is supported. And this feature is not supported in .Net Standard / .Net Core)

New in Spire.Doc 7.5.1 Hotfix (May 2, 2019)

  • New Features:
  • Supports signing .doc / .docx with digital signature. (yet only the .pfx certificate is supported. And this feature is not supported in .Net Standard / .Net Core)

New in Spire.Doc 7.4.14 Hotfix (Apr 28, 2019)

  • Hot fix patch contains only the Spire.Doc dlls. If you want to check the main and detailed functions offered by Spire.Doc, download and install Spire.Doc Pack, then go to the "SampleCenter" and API Help.

New in Spire.Doc 7.4.6 Hotfix (Apr 11, 2019)

  • Hot fix patch contains only the Spire.Doc dlls. If you want to check the main and detailed functions offered by Spire.Doc, download and install Spire.Doc Pack, then go to the "SampleCenter" and API Help.

New in Spire.Doc 7.3.10 Hotfix (Mar 22, 2019)

  • New features:
  • Supports to get or set the value that determines whether the space between Asian text and number is automatically adjusted.
  • Paragraph.Format.AutoSpaceDN;
  • Supports to get or set the value that determines whether the space between Asian and Latin text is automatically adjusted.
  • Paragraph.Format.AutoSpaceDE;
  • Bug Fixes:
  • Fixes the issue that the application threw an exception when saving the Word document to PDF.
  • Fixes the issue that the page break was incorrect after saving Word to image.
  • Fixes the issue that setting read only for part content didn't work when saving to .doc format file.
  • Fixes the issue that the bold effect was lost when converting Word to PDF.
  • Fixes the issue that the application threw an exception when loading a Word file.
  • Fixes the issue that the application threw the StackOverflowException when saving the Word document to PDF.
  • Fixes the issue that the field didn't update correctly after merging files.
  • Fixes the issue that the cells were split incorrectly when saving to .doc format file.
  • Fixes the issue that the hidden image displayed after converting Word to PDF.
  • Fixes the issue that the format was wrong after merging files.
  • Fixes the issue that there was extra footer after updating TOC.

New in Spire.Doc 7.3.3 Hotfix (Mar 8, 2019)

  • New Features:
  • Adds a new property "CreateWordBookmarksUsingHeadings" for keeping the Word headings as PDF bookmarks when converting Word to PDF.
  • Bug Fixes:
  • Fixes the issue that the MergeFIeld could not be correctly updated when it is in the nested IF field.
  • Fixes the issue that the content was in bad format after setting "SectionBreakType.NoBreak" and then converting to PDF.
  • Fixes the issue that the image was overlapped after converting Word to PDF.
  • Fixes the issue that the application threw an exception when saving the Word document to stream with .docx format.
  • Fixes the issue that the underline format was lost after merging xml documents.
  • Fixes the issue that the application threw an exception when loading the Word file.
  • Fixes the issue that the application threw an exception when saving a Word file with the Czech culture.
  • Fixes the issue that the content of formula field was displaced after merging xml documents.
  • Fixes the issue that the formula had a bad layout after merging xml documents.
  • Fixes the issue that the hidden content was wrongly displayed after converting Word to PDF.
  • Fixes the issue that the eq field content was in bad format after merging xml documents.
  • Fixes the issue that the "justify" alignment was incorrectly rendered after converting Word to PDF.
  • Fixes the issue that the double underline format was lost after converting RTF to PDF.

New in Spire.Doc 7.2.4 Hotfix (Feb 22, 2019)

  • Hot fix patch contains only the Spire.Doc dlls. If you want to check the main and detailed functions offered by Spire.Doc, download and install Spire.Doc Pack, then go to the "SampleCenter" and API Help.

New in Spire.Doc 7.1.19 Hotfix (Feb 2, 2019)

  • Hot fix patch contains only the Spire.Doc dlls. If you want to check the main and detailed functions offered by Spire.Doc, download and install Spire.Doc Pack, then go to the "SampleCenter" and API Help.

New in Spire.Doc 7.1.10 Hotfix (Jan 22, 2019)

  • Bug Fixes:
  • Fixes the issue that the merged result was incorrect.
  • Fixes the issue that the application threw an exception when updating TOC after merging files.
  • Fixes the issue that the application threw an exception when saving Word to PDF.
  • Fixes the issue that the data was wrong after mail merge.
  • Fixes the issue that the format was incorrect after converting Word to PDF.
  • Fixes the issue that the setting of landscape orientation didn't work when using PS method to convert Word to PDF.
  • Fixes the issue that the application threw the OverflowException when loading a file.
  • Fixes the issue that the date field was not updated.

New in Spire.Doc 6.12.8 Hotfix (Dec 27, 2018)

  • Hot fix patch contains only the Spire.Doc dlls. If you want to check the main and detailed functions offered by Spire.Doc, download and install Spire.Doc Pack, then go to the "SampleCenter" and API Help.

New in Spire.Doc 6.12.4 Hotfix (Dec 14, 2018)

  • Fixes the issue that the content after the "#" symbol was missing when getting the hyperlink URL.
  • Fixes the issue that the content was in bad format after converting HTML to PDF.
  • Fixes the issue that updating the TOC field gave a wrong result.
  • Fixes the issue that the chart got removed after loading and resaving the Word document.
  • Fixes the issue that setting the field to be locked did not make any sense after converting to PDF.

New in Spire.Doc 6.11.9 Hotfix (Nov 22, 2018)

  • Hot fix patch contains only the Spire.Doc dlls. If you want to check the main and detailed functions offered by Spire.Doc, download and install Spire.Doc Pack; then go to the "SampleCenter" and API Help.

New in Spire.Doc 6.10.6 Hotfix (Oct 26, 2018)

  • Bug Fixes:
  • Fixes the issue that caused StackOverflowException when converting Word to PDF.
  • Fixes the issue that caused NullReferenceException when Loading RTF file.
  • Fixes the issue where the list numbering is lost when saving Word to PDF.
  • Fixes the issue that the content added in footnote is missing when saving to .docx file.
  • Fixes the issue that the updated result in SUM field is incorrect after replacing data.

New in Spire.Doc 6.10.2 Hotfix (Oct 16, 2018)

  • Bug Fixes:
  • Fixes the issue that the content were displaced after converting Word to PDF.
  • Fixes the issue that the content were in bad format after converting Word to PDF.
  • Fixes the issue that the tabs were missing after converting Word to PDF.
  • Fixes the issue that the blank page was missing after converting Word to PDF.
  • Fixes the issue that the application threw an exception after converting Word to PDF.
  • Fixes the issue that extra line numbers were added after converting ODT to PDF.
  • Fixes the issue that the barcode was wrongly displaced as plain text after converting RTF to PDF.
  • Fixes the issue that the application threw an exception when converting HTM to HTML.
  • Fixes the issue that the uppercase style was missing after updating fields in Word document.
  • Fixes the issue that the some content got overlapped after MailMerge and saving to PDF.
  • Fixes the issue that the application threw an exception when updating TOC in Word document.

New in Spire.Doc 6.9.13 Hotfix (Sep 30, 2018)

  • Hot fix patch contains only the Spire.Doc dlls. If you want to check the main and detailed functions offered by Spire.Doc, download and install Spire.Doc Pack; then go to the "SampleCenter" and API Help.

New in Spire.Doc 6.9.11 Hotfix (Sep 25, 2018)

  • Bug Fixes:
  • Fixes the issue that the operation of removing a Word variable did not make any sense .
  • Fixes the issue that the application threw an exception when converting Word to PDF.
  • Fixes the issue that the format was incorrect after converting HTML to PDF or XPS.
  • Fixes the issue that the footer was missing when converting RTF to PDF.
  • Fixes the issue that the application hung when loading HTML.
  • Fixes the issue that some content was missing after converting Word to PDF.
  • Fixes the issue that the font was incorrect in the WPF rich textbox after converting Word to RTF.
  • Fixes the issue that the application threw an exception when loading the Word document.
  • Fixes the issue that the table border was missing after converting HTML to RTF.
  • Fixes the issue that the border line was missing after converting HTML to Word.

New in Spire.Doc 6.6.13 Hotfix (Jun 29, 2018)

  • Fixes the issue that the application threw a "System.FormatException" exception when loading a .docx file in a Dutch regional environment.
  • Fixes the issue that custom font size did not apply to paragraph in table cell.
  • Fixes the issue that the numbers in TOC were changed after updating TOC field.
  • Fixes the issue that the .doc files with password protected failed to load.
  • Fixes the issue that the default value of doNotExpandShiftReturn property is incorrect.
  • Fixes the issue that the application threw a "System.FormatException" exception when loading a .docx document containing grid in points.
  • Fixes the issue that the application got stuck when loading a .docx document containing hebrew characters.
  • Fixes the issue that the application threw a "System.OutOfMemoryException" exception when converting a .doc file to PDF.
  • Fixes the issue that the picture was stretched when converting Rtf document to PDF.

New in Spire.Doc 6.6.7 Hotfix (Jun 19, 2018)

  • Bug Fixes:
  • Fixes the issue that the application threw a "System.FormatException" exception when loading a .docx file in a Dutch regional environment.
  • Fixes the issue that custom font size did not apply to paragraph in table cell.
  • Fixes the issue that the numbers in TOC were changed after updating TOC field.
  • Fixes the issue that the .doc files with password protected failed to load.
  • Fixes the issue that the default value of doNotExpandShiftReturn property is incorrect.
  • Fixes the issue that the application threw a "System.FormatException" exception when loading a .docx document containing grid in points.
  • Fixes the issue that the application got stuck when loading a .docx document containing hebrew characters.
  • Fixes the issue that the application threw a "System.OutOfMemoryException" exception when converting a .doc file to PDF.
  • Fixes the issue that the picture was stretched when converting Rtf document to PDF.

New in Spire.Doc 6.5.10 Hotfix (May 18, 2018)

  • Hot fix patch contains only the Spire.Doc dlls. If you want to check the main and detailed functions offered by Spire.Doc, download and install Spire.Doc Pack; then go to the "SampleCenter" and API Help.

New in Spire.Doc 6.5.2 Hotfix (May 3, 2018)

  • New features:
  • Supports to get or set transparent color of picture.
  • DocPicture.TransparentColor;
  • Public the property ShapeObject.Rotation.
  • Bug fixes:
  • Fixes the issue that the image was lost when converting Word to PDF.
  • Fixes the issue that the position of textbox changed when converting Word to PDF.
  • Fixes the issue that [br] and [p style="display:none"] tags didn't work when converting html to pdf.
  • Fixes the issue that caused NullReferenceException when converting Word to PDF.
  • Fixes the issue that the the text position changed when converting Word to PDF.
  • Fixes the issue of the process hanging when converting Word to PDF.
  • Fixes the issue that caused FormatException when converting RTF to Word.
  • Fixes the issue that caused FormatException when loading HTML.
  • Fixes the issue that caused exception "Unable to sort because the IComparer.Compare() method......" when saving Word to image or PDF.
  • Fixes the issue of getting wrong result of the property Section.Columns.Count.
  • Fixes the issue caused OverFlowException when loading Word.

New in Spire.Doc 6.4.11 Hotfix (Apr 27, 2018)

  • Hot fix patch contains only the Spire.Doc dlls. If you want to check the main and detailed functions offered by Spire.Doc, download and install Spire.Doc Pack; then go to the "SampleCenter" and API Help.

New in Spire.Doc 6.4.5 Hotfix (Apr 10, 2018)

  • New Feature:
  • Supports to load WordXml stream.
  • Document doc = new Document();
  • doc.LoadFromStream(stream, FileFormat.WordXml);
  • Bug Fixes:
  • Fixes the issue that the horizontal rulers didn't appear when converting html string to OpenOffice (ODT).
  • Fixes the issue that the process was hanging when converting Word to PDF.
  • Fixes the issue that the footer was missing when converting Rtf to Pdf/A.
  • Fixes the issue that caused the StackOverflowException error when loading .doc file.

New in Spire.Doc 6.1 / 6.3.5 Hotfix (Mar 23, 2018)

  • This version mainly fixed issues occurring when converting Word to PDF, Word to Tiff and Html to Word. View more details below.
  • Bug Fixes:
  • Fixes the issue that the content got messy when using PS method to convert Word to PDF.
  • Fixes the issue that the ArgumentOutOfRangeException was thrown when converting Html to Word.
  • Fixes the issue that the images didn’t show completely when converting Word to PDF.
  • Fixes the issue that the paging was incorrect when converting Word to Tiff.
  • Fixes the issue that the application hung when converting Word to PDF.
  • Fixes the issue that an Exception was thrown when using doc.GetPageCount() method.
  • Fixes the issue that the page counts changed when converting Word to PDF.
  • Fixes the issue that the content was duplicated in converted PDF file when applying a license file.
  • Fixes the issue that the NullReferenceException was thrown when executing MailMerge.GetMergeFieldNames() method.
  • Fixes the issue that the page field was missing after getting page count.
  • Fixes the issue that getting title and AlternativeText returned null values.
  • Fixes the issue that the NullReferenceException was thrown when converting XML to PDF.
  • Fixes the issue that the GetFiledName method returned wrong value after adding a field whose name contains the ":" symbol.
  • Fixes the issue that an exception was thrown when loading a specific Word document.

New in Spire.Doc 6.3.0 Hotfix (Mar 13, 2018)

  • Hot fix patch contains only the Spire.Doc dlls. If you want to check the main and detailed functions offered by Spire.Doc, download and install Spire.Doc Pack; then go to the "SampleCenter" and API Help.

New in Spire.Doc 6.2.3 Hotfix (Feb 12, 2018)

  • Bug Fixes:
  • Fixes the issue that caused extra empty paragraph when convertiong to PDF after mail merging.
  • Fixes the issue that the content was lost when setting paragraph keepFollow.
  • Fixes the issue that caused the ArgumentOutOfRangeException when saving to PDF after replacing text with some Chinese.
  • Fixes the issue that caused the "Can not find the required value 'es'" exception when using AppendHtml method.
  • Fixes the issue that caused the "Value was either too large or too small for an Int16" exception when loading rtf document.

New in Spire.Doc 6.1.17 Hotfix (Jan 25, 2018)

  • New Features:
  • Supports to manipulate OpenDocument Text (ODT) format document.
  • Bug Fixes:
  • Fixes the issue that the content in a Word table was not aligned correctly when converted to PDF.

New in Spire.Doc 6.1 (Jan 25, 2018)

  • Fixes the issue that caused StackOverflowException when converting Word to PDF.
  • Fixes the issue that caused NullReferenceException when Loading RTF file.
  • Fixes the issue where the list numbering is lost when saving Word to PDF.
  • Fixes the issue that the content added in footnote is missing when saving to .docx file.
  • Fixes the issue that the updated result in SUM field is incorrect after replacing data.

New in Spire.Doc 5.2 (Jul 7, 2014)

  • New Feature:
  • Add TextScale property for CharacterFormat to set the Font Scale.
  • Bug Solutions:
  • Fix the issue that the layout of the table after converting .doc document to .docx document is changed.
  • Fix the issue that the content in the second header is not got by HeadersFooters.Header.
  • Fix the error "Index was out of range" caused when opening a .docx document.
  • Fix the issue that the first line of header is not centered when converting Word to HTML.
  • Fix the wrong AppVersion when save as Word2013.
  • Fix the issue that Document.SaveToStream() for Docx2013 produces a zero-length file.
  • Fix the matched string in Header is not replaced using doc.Replace().
  • Fix the issue that the blank line is added in output file when convert HTML to Word.
  • Fix the merged file was saved with black background after merging two files without background.
  • Fix the error "An unhandled exception of type "System.StackOverflowException" occurred in Spire.Doc.dll" when loading a .docx document.
  • Fix the error "A table in this document has become corrupted" is occurred when opening the word converted from Html.
  • Fix the issue that the width of table is incorrect in converted word document from HTML.
  • Fix the issue that the found data using FindAllPatterns method is incorrect.
  • Fix the error "Specified argument was out of the range of valid values" is occurred when loading a .docx file.
  • Fix the issue that the got page count using Dcoument.PageCount is incorrect.
  • Fix the issue that the border of table is lost in output rtf file after adding a table with borders in footer.
  • Fix the error "Index was out of range. Must be non-negative and less than the size of the collection.\r\nParameter name: index" is occurred when saving to new .docx file after updating TableOfContents of a .docx document.
  • Fix the error "The given key was not present in the dictionary" is occurred when saving a .doc file.
  • Fix the issue that the bookmark is incorrect in converted .docx file from .doc file.
  • Fix the issue that the header of table is incorrect in converted PDF from word file.

New in Spire.Doc 5.1.12 (May 26, 2014)

  • Fix the merged file was saved with black background after merging two files without background.
  • Fix the error "An unhandled exception of type "System.StackOverflowException" occurred in Spire.Doc.dll" when loading a .docx document.
  • Fix the layout of the table is incorrect after converting a .doc document to .docx document.

New in Spire.Doc 5.0.15 (Feb 8, 2014)

  • Fix the font issue, when a font has unicode name, this issue casued the crashed font name.

New in Spire.Doc 4.6.14 (Jan 31, 2013)

  • Fix bug of word saving which caused an error when open the result word document
  • Fix bug of converting doc to pdf, which caused a StackOverflowException
  • Fix bug of the layout of picture in footer during doc to pdf
  • Fix bug of null pointer exception when loading rtf file
  • Fix bug of loading rtf file which caused the missing of one picture.
  • Fix bug of ArgumentOutOfRangeException during doc to pdf
  • Fix bug of incorrect table layout during doc to pdf
  • Add new feature to support parsing TextRange including another TextRange
  • Fix bug of TextRange.CharacterFormat clone method, which causes incorrect font color.
  • Fix bug of splitting forcedly word to letters
  • Fix bug of incorrect table border after doc to html

New in Spire.Doc 4.5.37 (Dec 28, 2012)

  • Fix three small bugs that exist in RTF to PDF conversion. The first one is text font which are bold in RTF file shows not bold in PDF, and some are not bold is changed to be bold. Some has a long underline in RTF becomes a series of short underline. Another problem is the bullets in RTF. Some bullets display a line and some becomes underlined bullets in the target PDF. The last one is the indent which automatically increases itself in some cases.
  • Fix the bugs which appear during the conversion of Doc to PDF. One is that two numbering bullets in Subtitle1 disappeared when converter in PDF. Another is that the text in Subtitle2 and Subtitle 3 is placed to be centered while in the original file, it shows left aligned. The last bug is that some special text in footer does not show correctly in PDF file.
  • Fix a bug when convert doc/docx to PDF. Some extra text which does not exist in word file is added in the target image file.
  • Fix the bug that the table borders and contents in word are missing when convert to PDF. Also some contents such as email address and website link are lost in PDF.
  • Fix the bug that when convert RTF file which contains scanned pages to PDF, the RTF file cannot show fully in PDF document.

New in Spire.Doc 4.4.16 (Aug 30, 2012)

  • Fix Paragraph or first line indent error during converting doc to pdf.
  • Fix Tab width error during converting doc to pdf.
  • Fix Tab underline error during converting doc to pdf.
  • Fix Text font style is different and superscript/subscript is displayed incorrectly when converting Word to PDF.
  • Fix Title is not displayed correctly and data will be lost when converting to PDF.
  • Fix If a table has too many rows, reading the border format of its cell will cause StackOverflowException.
  • Fix List or list item style error in doc to pdf.
  • Fix Header posotion problem when converting Word to PDF.

New in Spire.Doc 4.4.10 (Aug 18, 2012)

  • Features:
  • New Feature-Support parsing empty picture objects in word document as well as reserving the area obtained by the picture objects when converting document to image/PDF.
  • Fixed:
  • Fix the setting column.space exception when RTF file doesn't contain column data in section during RTF to docx conversion.

New in Spire.Doc 4.4.2 (Jul 17, 2012)

  • Fixed:
  • New Feature:Support Text vertical, Rotate table text to 90 or 270 degree.
  • Bug Fixed: when loading docx in, Border Width is not initiated as an Integer.
  • Bug Fixed: when converting doc to PDF, Text of the content go beyond Header line
  • Bug Fixed: when converting doc to PDF, the loss of page data
  • Bug Fixed: when converting doc to PDF,the loss of page data
  • Bug Fixed: when converting docx to PDF the picture of the form being covered by the cell background.
  • Fix the bug when Font Size is set "0".

New in Spire.Doc 4.4 (Jul 17, 2012)

  • Fixed:
  • File size increased a lot after converted from Doc to PDF.
  • After converted file from Doc to PDF, some original Doc files lost content of the 2nd and 3rd pages.
  • After converted file from Doc to PDF, image position right-moved
  • After converted file from Docx to PDF, page border disappeared.

New in Spire.Doc 4.3 (Jun 7, 2012)

  • Fixes:
  • When a table crosses 2 pages, error happens. - Fixed
  • Table row width error. - Fixed
  • New Features:
  • Add Document.JPEGQuality to set quality of image during doc to pdf conversion. Learn more
  • Add function to support clipboard data.
  • Add function to support loading docx file which has empty items.
  • Supports .NET Framework Client Profile, the special dlls are under BIN\NET4.0 ClientProfile
  • Supports special paragraph style which has blank name

New in Spire.Doc 4.2.11 (May 15, 2012)

  • When use ExecuteWidthNestedRegion method, it throws NullPointerException.
  • When load RTF files which with list number or bullets, error occurs.
  • When convert RTF to PDF, it shows "Index was out of range. Must be non-negative and less than the size of the collection."

New in Spire.Doc 4.2.10 (Apr 25, 2012)

  • Fixed:
  • If a Nested Table is in line with text in a Paragraph and it may be missing after Mail Merge.
  • When load Microsoft Word 2010, it will ignore table in TextBox.
  • During Doc to PDF conversion, Layout TextBox will ignore TextBox IsFitTextToShape attribute.
  • During Doc to PDF conversion, Table bottom line of TextBox lost issue.
  • During Doc to PDF conversion, when Table in TextBox is higher than TextBox, no automatically clip.

New in Spire.Doc 4.2.8 (Apr 6, 2012)

  • Fix the bug of converting doc to pdf, when the text range use east asia font, the font will be lost.
  • Fix the bug of parsing rtf file, which causes the StackEmpty exception.
  • Fix the bug of converting doc to html, which replaces all blanks to "& n b s p;".

New in Spire.Doc 4.2.5 (Apr 6, 2012)

  • Fix the bug of table layout during converting doc to pdf, when the table is split to two pages, there is a blank section between the two parts.
  • Fix the bug of paragraph layout during converting doc to pdf, when the paragraph has bullet, the number will be reset on the new page.
  • Fix the bug of paragraph layout during converting doc to pdf, when the paragraph has bullet, the first line will overflow on the right side.

New in Spire.Doc 4.2.1 (Apr 6, 2012)

  • Fix the bug of loading doc file, in the silverlight platform, when spire.doc loads a doc file generated by one third part tools, a null pointer exception will occur.
  • Fix the bug of read cell width, when the table has column width setting, it will overwrite the cell width.
  • Fix the bug of loading docx file, when the docx document has multiple section, an empty page will be generated.

New in Spire.Doc 4.2 (Mar 12, 2012)

  • Features:
  • Add Document.JPEGQuality to set the quality of image during doc to pdf.

New in Spire.Doc 4.1.27 (Mar 1, 2012)

  • Add function to support clipboard data
  • Add function to support load docx file which has empty items

New in Spire.Doc 4.1.25 (Feb 20, 2012)

  • Fix the bug of parsing rtf, when the document end with a table element, the table will be lost.
  • Fix the bug of packing docx, which wrote the different file modified dates in the local file header of zip.
  • Fix the bug of saving to docx, the precision of the cell width caused incorrect gridSpan.

New in Spire.Doc 4.1.22 (Feb 6, 2012)

  • Fix rtf to html bug which was caused by the precision de the column width

New in Spire.Doc 4.1.20 (Jan 18, 2012)

  • Fix doc to pdf bug: if TextBox with white background, it will be lost.
  • Fix doc to pdf bug: although TableRow with exact height, the text overflowed will still be drawn.
  • Fix doc to pdf bug: if the last Paragraph of Section is hidden, the page breaker will be lost.
  • Fix doc to pdf bug: although the TextWrappingStyle of one TextBox is TopAndBottom, the TextBox will be processed as the float Element.
  • Fix doc to pdf bug: if the height of the TableCell widget > the row height and the HeightType of row is exact, the drawing operation will be clip incorrect.

New in Spire.Doc 4.1.18 (Jan 18, 2012)

  • Fixed:
  • Fix doc to rtf bug: float data in twip to point will cause invalid text lines.
  • Features:
  • Add Document.PageLayout event which will be fired when a new page is created during doc converting to image/pdf.

New in Spire.Doc 4.1.16 (Jan 18, 2012)

  • Fixed:
  • Fix doc to html bug: text range with direction = RTL/LTR was incorrectly converted.
  • Features:
  • Support paragraph with frame properties in read rtf and doc to pdf.

New in Spire.Doc 4.1.14 (Dec 6, 2011)

  • Fixed:
  • Fix doc to html bug: tab char was incorrectly represented by 8 0xfffd chars.
  • Fix doc to image bug: lines with Justify alignment will be lost.

New in Spire.Doc 4.1.12 (Dec 6, 2011)

  • Fixed:
  • Layout one word which is splited into multiple text range.
  • Paragraph style losing when the paragraph is in page header/footer.

New in Spire.Doc 4.1.11 (Dec 6, 2011)

  • Fixed:
  • During large doc to pdf: page header lost.
  • Features:
  • Add FileFormat.WordML to support xml file of MS-Word schema.

New in Spire.Doc 4.1.10 (Dec 6, 2011)

  • Fixed:
  • During large doc to pdf: memory can not be released.

New in Spire.Doc 4.1.9 (Dec 6, 2011)

  • Fixed:
  • During doc to pdf: header not fomatted properly in PDF.
  • During doc to pdf: data of the second table lost in PDF.

New in Spire.Doc 4.1.8 (Dec 6, 2011)

  • Fixed:
  • During doc to pdf: different fonts in page header/footer will be drawed by same.

New in Spire.Doc 4.1.7 (Dec 6, 2011)

  • Fixed:
  • During doc to pdf: extract space between lines is drawing.
  • During doc to pdf: extract space of empty field is drawing.
  • Features:
  • Supports .NET Framework Client Profile, the special dlls are under BIN\NET4.0 ClientProfile.

New in Spire.Doc 4.1.5 (Dec 6, 2011)

  • Fixed:
  • When a Bookmark start/end flag nested in some text ranges, replacing these text range will cause the bookmark to lose the start/end flag.

New in Spire.Doc 4.1.4 (Dec 6, 2011)

  • Fixed:
  • Table layout when convert doc to pdf.
  • Word split when AlignJustify a line.
  • Draw CYMK format image of word into pdf in Win7.
  • Update position of items of paragraph after replacement.

New in Spire.Doc 4.1.3 (Dec 6, 2011)

  • Fixed:
  • Correctly read image size when load document by stream.
  • StackOverflowException when convert document (including over 2000 sections) to pdf.
  • Features:
  • Supports special paragraph style which has blank name.

New in Spire.Doc 4.1 (Oct 10, 2011)

  • Fixed:
  • Empty cells when using mail merge.
  • Bad Resolution of header logo in docx.
  • Table layout bug in doc converter.
  • Features:
  • Save doc/docx/rtf/html/txt to EPUB.

New in Spire.Doc 4.0.10 (Oct 10, 2011)

  • Fixed:
  • Table layout bug when a row height > page height, the table could be placed during doc converting.

New in Spire.Doc 4.0.7 (Oct 10, 2011)

  • Fixed:
  • Line break bug of TextRange in Table, this bug occurrs when convert word document to other format file.

New in Spire.Doc 4.0.6 (Oct 10, 2011)

  • Fixed:
  • When converting doc to pdf, some table/row/cell were located incorrectly.
  • When layout the picture embedded in a shape, the height will be ignored.

New in Spire.Doc 4.0.3 (Jul 4, 2011)

  • Fixed:
  • Load word Widerspruch_MDK.dot error, skip embed shape of textbox parse.
  • Document constructor load RTF stream bug.
  • Namespace XMLNameSpace error.
  • Format list indent evaluate error during layout.
  • Incorrect namespace was written during saving.
  • Table lost during RTF TO DOC File.
  • Last line render bug when doc to pdf .
  • Color issue of Converting RTF TO DOC.
  • Mirror Margin error during layout.
  • Align format error during converting to Bmp, Tiff
  • Features:
  • Supports Silverlight3 & Silverlight4

New in Spire.Doc 3.7.5 (Jul 4, 2011)

  • Enable to control whether clear empty Image MailMerge fields during merge process via setting ClearFields = true/false

New in Spire.Doc 3.7.4 (Jul 4, 2011)

  • Enable to control whether clear empty MailMerge fields during merge process via setting ClearFields = true/false

New in Spire.Doc 3.7.3 (Jul 4, 2011)

  • Fix TextRange layout bug - when TextRange Splitted, the character format will be lost

New in Spire.Doc 3.7.2 (Jul 4, 2011)

  • Update mail merge functionality to support merge multiple paragraphs as one field value

New in Spire.Doc 3.7.1 (Apr 26, 2011)

  • Hot fix x64 pointer bug, when Spire.Doc loading a document containing blob data on Windows 7 x64, the System.AccessViolationException occured.

New in Spire.Doc 3.7.0 (Apr 26, 2011)

  • Features:
  • Add properties: ColumnsNumber, DefaultColumnWidth, ColumnWidth and DefaultRowHeight to table.
  • Fixed:
  • Fix the layout bug of the convertor of Doc to PDF.
  • Fix the picture layout bug, and then the picture can correctly float behind/in front of the text.
  • Hot fix the bug that when converts a RTF file, which has no default normal style, to a Image, an NullReferenceException exception occured.
  • Demonstrations:
  • Add three new demonstrations: Traversal,CreateFormField and FillFormField.
  • Update HeaderAndFooter demo to show how to add picture and page number to page header/footer.

New in Spire.Doc 3.6.2 (Apr 26, 2011)

  • Hot fix the bug that when converts a RTF file to a Image, an OverflowException exception occured.

New in Spire.Doc 3.6.1 (Apr 26, 2011)

  • Add the method Spire.License.LicenseProvider.SetLicenseKey(String licenseKey) defined in Spire.License.dll. This method can be called to apply explicitly the license by providing the license key, which is the value of the attribute Key of the root element License of the license file.

New in Spire.Doc 3.6.0 (Apr 26, 2011)

  • Features:
  • Add new license module to support flexible license mode which descripted by a license file with xml format.
  • Deprecated:
  • Method Spire.Doc.LicenseProvider.Register.

New in Spire.Doc 3.5.4 (Apr 26, 2011)

  • Hot fix the bug that the height of the TextBox was calculate incorrectly, using actual height instead.

New in Spire.Doc 3.5.3 (Apr 26, 2011)

  • Hot fix the bug that some images were missed when convert doc to PDF.

New in Spire.Doc 3.5.1 (Apr 26, 2011)

  • Hot fix the bug that the length of the indent could not be transfer when convert doc to PDF

New in Spire.Doc 3.5.0 (Apr 26, 2011)

  • Features:
  • Support to convert/export Word document to PDF file.
  • Support to import/export RTF file.
  • Support to convert HTML to Word document.
  • Add Spire.Doc.Reporting.MailMerge.MergeGroupEventHandler which will be invoked before/after the mail merge processes the group/table.
  • Add demos: 03_Formating/FontAndColor, 03_Formating/Indent, 04_Context\Table, 05_Convertors\ToPDF, 05_Convertors\ToXML, 05_Convertors\ToTiffImage, 07_MailMerge\MergeEventHandler, 09_Setup\PageSetup and 09_Setup\DocumentSetup
  • Fixed:
  • Fix the bug that the images in the protected doc could not be displayed, even if it was decrypted

New in Spire.Doc 3.2.2 (Apr 26, 2011)

  • Fixed:
  • Hot fix the bug that duplicate text occurred in the merged fields when converting doc to html.