Spire.Doc 10.3.3 enhances the conversions from HTML to Word, Word to PDF and Word to Image
2022-03-10 07:43:25
We're pleased to announce the release of Spire.Doc 10.3.3. This version enhances the conversions from HTML to Word, Word to PDF and Word to Image. Meanwhile, it fixes some known issues such as the image content displayed wrong in the generated file after inserting the image to the Word file. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-7065 Fixes the issue that the width of the table in the generated file was changed after converting HTML to Word. Bug SPIREDOC-7327 Fixes the issue that the position of the…
Spire.Doc 10.2.11 supports disabling the function of automatically updating document styles
2022-02-24 06:57:30
We're pleased to announce the release of Spire.Doc 10.2.11. This version adds the setting of document.AutoUpdateStylesByTemplate = false to disable the function of automatically updating document styles. Meanwhile, it fixes some issues occurred when converting Word to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-7244 Adds the setting of document.AutoUpdateStylesByTemplate = false to disable the function of automatically updating document styles. Bug SPIREDOC-5859 Fixes the issue that the border was lost when converting Word to PDF. Bug SPIREDOC-7290 SPIREDOC-7324 Fixes the issue that the page numbers…
Spire.Doc 10.1 enhances the conversion from Word to PDFA with NewEngine Method
2022-01-30 03:08:32
We're pleased to announce the release of Spire.Doc 10.1. This version enhances the conversion from Word to PDFA with NewEngine method, as well as the conversion from Word to Image. Meanwhile, the issue that it was failed to embed the private font have also been fixed successfully. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-7116 Fixes the issue that the application threw "System.ArgumentException" when saving word file to image. Bug SPIREDOC-7245 Fixes the issue that it was failed to embed the private font. Bug SPIREDOC-7262 SPIREDOC-7263 Fixes the…
Spire.Doc 10.1 enhances the conversion from Word to PDF and HTML to Word
2022-01-25 08:13:11
We are pleased to announce the release of Spire.Doc 10.1. This version enhances the conversion from Word to PDF and HTML to Word. In addition, it fixes some known issues such as the position of the formula was deformed after combine Word files. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-6775 Fixes the issue that the position of the formula was deformed after combine Word files. Bug SPIREDOC-7117 Fixes the issue that the position of the formula in the generated file was incorrect after insert the formula to…
Spire.Doc 9.12.12 fixes the number format was incorrect when filling the merged fields
2021-12-29 09:23:33
We are pleased to announce the release of Spire.Doc 9.12.12. This version fixes some known issues such as the number format was incorrect when filling the merged fields. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-6378 Fixes the issue that the number format was incorrect when filling the merged fields. Bug SPIREDOC-7131 Fixes the issue that the application threw an error "System.ArgumentOutOfRangeException" when updating document fields in multiple threads Bug SPIREDOC-7132 Fixes the issue that the application threw an error "Unable to cast object of type 'spr┗' to…
Spire.Doc 9.12.7 enhances the conversion from Word to PDF and HTML to Word
2021-12-17 07:27:41
We are pleased to announce the release of Spire.Doc 9.12.7. This version enhances the conversion from Word to PDF and HTML to Word. In addition, it fixes the known issue that the page number was incorrect after updating document fields. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-6666 Fixes the issue that the page number was incorrect after updating document fields Bug SPIREDOC-6987 Fixes the issue that the paragraph indentation was incorrect when converting word file to PDF. Bug SPIREDOC-6995 Optimized the time to convert word files to…
Spire.Doc 9.12.3 enhances the conversion from Word to PDF
2021-12-14 09:41:52
We are glad to announce the release of Spire.Doc 9.12.3. This version enhances the conversion from Word to PDF, and fixes some known issues such as the editable region disappeared when copying content to new Word file. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-6791 Fixes the issue that the content was incorrect when converting HTML to Docx Bug SPIREDOC-6875 Fixes the issue that the application threw System.IndexOutOfRangeException when converting Word to PDF Bug SPIREDOC-6905 Fixes the issue that the editable region disappeared when copying content to new…
Spire.Doc 9.11.5 supports converting Word to PDF with a new engine
2021-11-11 09:51:52
We are pleased to announce the release of Spire.Doc 9.11.5. This version adds two new method, one is "SetColumnWidth" to set table column width, and the other one is "UseNewEngine" to use new engine to convert Word to PDF. Besides, it adjusts the method of setting table cell width. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Adds a new method "SetColumnWidth" to set table column width. table.SetColumnWidth(int columnIndex, float columnWidth, CellWidthType columnWidthType); New feature - Adds a new method "UseNewEngine" to use new engine to convert…