We are excited to announce the release of Spire.Doc 12.3.12. This version supports loading and manipulating Markdown documents and converting Word documents to the Markdown format. Besides, some known issues are fixed in this version, such as the issue that the bookmarks were incorrect 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-10091SPIREDOC-10217 Supports loading and manipulating Markdown documents or converting Word documents to Markdown. Document doc = new Document(); //load .md file doc.LoadFromFile("input.md"); //save to .md file //doc.SaveToFile("output.md", Spire.Doc.FileFormat.Markdown); //save to .docx…
We are pleased to announce the release of Spire.Doc 12.2.10. This version supports parsing GIF format content in Word documents. In addition, some known issues have also been fixed, such as the issue that the incorrect bullets were retrieved. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-10052 Supports parsing GIF format content in Word documents. Bug SPIREDOC-10154 Fixes the issue that incorrect bullets were retrieved. Bug SPIREDOC-10160 Fixes the issue that GIF format was converted to PNG format after mail merge. Bug SPIREDOC-10233 Fixes the issue that…
We are pleased to announce the release of Spire.Doc 12.1.17. In this version, the left and right indentation function of a paragraph supports setting the number of characters. The conversion from Word to PDF and HTML has also been enhanced. In addition, some known issues have also been fixed, such as the issue that the content format was incorrect when converting Word documents to PDF documents. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-9979 SPIREDOC-10058 The left and right indentation function of the paragraph supports the option…
We are pleased to announce the release of Spire.Doc 12.1.5. This version removes the MonoAndroid package and the Xamarin.iOS package. It also makes a series of changes to the password functionality of documents. In addition, some known issues have also been fixed, such as partial data was lost when loading a document after creating a new Document() object and applying a LicenseKey. More details are listed below. Here is a list of changes made in this release Category ID Description Adjustment - Removes MonoAndroid package and Xamarin.iOS package; netstand 2.0 package is now available for both platforms. Adjustment - The…
We are pleased to announce the release of Spire.Doc 11.12.4. This version adds text shaping function for converting Word to PostScript (.NET 4.6.2 or later version supported). More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Adds text shaping function for converting Word to PostScript (.NET 4.6.2 or later version supported). Document document = new Document(); document.LoadFromFile("input.docx"); document.LayoutOptions.UseHarfBuzzTextShaper = true; // Enable with true, disable with false document.SaveToFile("output.ps", FileFormat.PostScript); Click the link to download Spire.Doc 11.12.4: 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
We are excited to announce the release of Spire.Doc 11.12.2. This version supports text shaping in Word to PostScript conversion (.NET 4.6.2 or later version supported) 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. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports text shaping in Word to…
We are pleased to announce the release of Spire.Doc 11.11.8. This version publicizes the enumeration of Spire.Doc.Publics.Drawing.FontStyle. What's more, the namespace of the "FontStyle" in the "PrivateFontPath" structure has also been changed to "Spire.Doc.Publics.Drawing". More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Publicizes the enumeration Spire.Doc.Publics.Drawing.FontStyle. New feature - Changes the namespace of the "FontStyle" in the "PrivateFontPath" structure to "Spire.Doc.Publics.Drawing". Instructions: Changes the method "public PrivateFontPath(string fontName, System.Drawing.FontStyle fontStyle, string fontPath)" to "public PrivateFontPath(string fontName, Spire.Doc.Publics.Drawing.FontStyle fontStyle, string fontPath)". Changes the method "public PrivateFontPath(string fontName, System.Drawing.FontStyle…
We are happy to announce the release of Spire.Doc 11.11.0. This version enhances the conversion from Word, HTML, and ODT to PDF as well as Word to PDF and images. Besides, a lot of known issues are fixed in this version, such as the issue editing restrictions were lost after saving a DOC-formatted document as a new document. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-9369 Fixes the issue that the content formatting was incorrect after converting Word to PDF. Bug SPIREDOC-9456 Fixes the issue that the pagination…
Page 1 of 6