Spire.Doc 10.10.4 enhances the conversion from Word to PDF and RTF
2022-10-17 08:15:58
We are happy to announce the release of Spire.Doc 10.10.4. This version enhances the conversion from Word to PDF and RTF, RTF to Word, and HTML to images. Besides, it fixes some known issues, such as the issue that the character count of a Word document was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-7223 Fixes the issue that the OLE object was incorrect after converting Word to PDF using NETCore dll. Bug SPIREDOC-7288 Fixes the issue that the table layout was incorrect after converting Word to…
Spire.Doc 10.9.6 enhances the conversion from Word to PDF
2022-09-22 09:58:28
We are happy to announce the release of Spire.Doc 10.9.6. This version enhances the conversion from Word to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-8386 Fixes the issue that the left border of the gray rectangle was cropped after converting Word to PDF. Bug SPIREDOC-8390 Fixes the issue that part of the content was missing after converting Word to PDF. Click the link to download Spire.Doc 10.9.6: https://www.e-iceblue.com/Download/download-word-for-net-now.html More information of Spire.Doc new release or hotfix: https://www.e-iceblue.com/forum/spire-doc-new-release-or-hotfix-t4749.html
Spire.Doc 10.9.1 enhances the conversion from Word to PDF
2022-09-08 09:47:28
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. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-7351 SPIREDOC-7356 Fixes the issue that the images became blurred after converting Word to PDF. Bug SPIREDOC-7362 SPIREDOC-7597 SPIREDOC-8356 Fixes the issue that text wrapping was incorrect after converting Word…
Spire.Doc 10.7.16 enhances the conversion from Word to PDF and HTML to Word
2022-08-01 08:02:39
We are pleased to announce the release of Spire.Doc 10.7.16. This version enhances the conversion from Word to PDF as well as HTML to Word. What’s more, it fixes some known issues such as the count of paragraph characters was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-7218 Fixes the issue that the count of paragraph characters was incorrect. Bug SPIREDOC-7317 Fixes the issue that there are extra columns after merging cells. Bug SPIREDOC-7467 Fixes the issue that the application throws "NullReferenceException: Object reference not set to…
Spire.Doc 10.7 supports reserving the text direction when using new engine to convert Word to PDF
2022-07-13 07:02:40
We are pleased to announce the release of Spire.Doc 10.7. This version supports reserving the text direction when using new engine to convert Word to PDF. Moreover, it also makes some adjustments, for example, it abandons the public IStyle FindById(int styleId) and public IStyle FindByIstd(int istd) methods, and exposes the public IStyle FindByIdentifier(int sIdentifier) method. Furthermore, some known issues have also been fixed in this version, such as the issue that the pagination was incorrect after converting Word to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature…
Spire.Doc 10.6.6 supports disabling hyperlinks in conversion from Word to PDF with NewEngine
2022-06-17 10:02:49
We are happy to announce the release of Spire.Doc 10.6.6. This release supports converting the table of contents into corresponding bookmarks in PDF and disabling hyperlinks in PDF when converting Word to PDF using NewEngine. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports converting table of contents into corresponding bookmarks in PDF when converting Word to PDF using NewEngine. ToPdfParameterList toPdf = new ToPdfParameterList(); toPdf.CreateWordBookmarks = true; toPdf.CreateWordBookmarksUsingHeadings = true; document.setUseNewEngine(true); document.saveToFile("output.pdf",toPdf); New feature - Supports disabling hyperlinks in PDF when converting Word to PDF using…
Spire.Doc 10.5.9 enhances the conversion from Word to PDF and HTML to Docx
2022-05-31 08:42:34
We are pleased to announce the release of Spire.Doc 10.5.9. This version enhances the conversion from Word to PDF as well as HTML to Docx. What’s more, it fixes some known issues such as the application threw "System.FormatException" when converting Word to PDF under French locale settings. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-6917 Fixes the issue that the color of table borders lost after converting HTML to Docx. Bug SPIREDOC-7600 Fixes the issue that there were extra blank lines before the title after converting Word to…
Spire.Doc 10.4.6 starts with a new engine-style layout for conversion features by default
2022-04-28 07:17:18
We are pleased to announce the release of Spire.Doc 10.4.6. This version starts with a new engine-style layout for conversion features by default. In the new Document, if the parameter false is not set, the new engine layout is used by default; And if you want to use the old engine layout, you need to use the Document constructor with the "useNewEngine" parameter and set the parameter "useNewEngine" to false. In addition, the Document.UseNewEngine is no longer able to set a value, only take one. More details are listed below. Here is a list of changes made in this release…