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…
Spire.Doc 10.4.5 enhances the conversion from Word to PDF and HTML to Word
2022-04-20 08:19:48
We are pleased to announce the release of Spire.Doc 10.4.5. This version enhances the conversion from Word to PDF as well as HTML to Word. In addition, it fixes some known issues such as the output effect was incorrect after filling image to TextBox. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-6781 SPIREDOC-7496 Fixes the issue that the content was lost after converting Word to PDF. Bug SPIREDOC-6922 Fixes the issue that there was an extra blank page after converting Word to PDF. Bug SPIREDOC-7276 Fixes the issue…
Spire.Doc 10.3.5 enhances the conversions from Docx to HTML, Docx to PDF
2022-03-18 06:02:38
We're pleased to announce the release of Spire.Doc 10.3.5. This version enhances the conversions from Docx to HTML, Docx to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-5048 Fixes the issue that the hyperlink of image was lost after converting Docx to Html. Bug SPIREDOC-7336 Fixes the issue that the text content was overlapped after converting Docx to PDF. Bug SPIREDOC-7337 SPIREDOC-7349 SPIREDOC-7357 Fixes the issue that the content format was incorrect after converting Docx to PDF. Bug SPIREDOC-7361 Fixes the issue that the font size of…