Spire.Doc | News & Releases
We are pleased to announce the release of Spire.Doc 14.1.3. This version fixed several issues that caused the program to hang for an extended period of time during document layout processing and Word-to-PDF conversion. In addition, issues related to list numbering retrieval and incorrect content conversion were resolved. Details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-10843 Fixed the issue where the program hung for a long time when using new FixedLayoutDocument(document). Bug SPIREDOC-11532 Fixed the issue where the program hung for a long time when converting Word documents to…
We are pleased to announce the release of Spire.Doc 13.12.6. This version added a new set of document compatibility features, allowing developers to perform compatibility operations by targeting specific Word versions. In addition, an issue related to incorrect page numbers during Word-to-PDF conversion was fixed. Details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-10448 Added a CompatibilityOptions property to the Document class for performing compatibility operations on documents. Document doc = new Document(); doc.CompatibilityOptions.UlTrailSpace = false; doc.CompatibilityOptions.AdjustLineHeightInTable = true; doc.CompatibilityOptions.SpaceForUL = true; doc.CompatibilityOptions.ApplyBreakingRules = true; doc.CompatibilityOptions.DoNotExpandShiftReturn = false; doc.CompatibilityOptions.OverrideTableStyleFontSizeAndJustification…
We're pleased to announce the release of Spire.Doc 13.12.2. This version supports the "Two Lines in One" function, enhancing the effect of converting Word to PDF. It also adds support for setting the "Horizontal in Vertical" property of Paragraph text, copying styles from template documents when converting Markdown to Docx, and retrieving style change revisions. Meanwhile, some issues that occurred when converting or loading Word documents have also been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-5504 Supports setting the "Horizontal in Vertical" property of…
We're pleased to announce the release of Spire.Doc 13.11.5. This version optimizes OfficeMath handling and enhances the display effect of formulas. More details are listed below. Here is a list of changes made in this release Category ID Description Optimization - Optimized OfficeMath processing capabilities and enhanced the display effects of formula line wrapping and revisions. Click the link to download Spire.Doc 13.11.5: 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’re pleased to announce the release of Spire.Doc 13.10.3. This version supports extracting a specified range of pages from a Word file to a different document. Meanwhile, it enhances the conversion from Word to PDF by fixing a series of known bugs. More details are given below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-11429 Added the ExtractPages(int index, int count) method to extract a specified range of pages from the document. Document doc = new Document(); doc.LoadFromFile("sample.docx"); Document extractPage = doc.ExtractPages(0, 1); extractPage.SaveToFile("result.docx"); Bug SPIREDOC-11174 Fixed the issue where content layout…
We're pleased to announce the release of Spire.Doc 13.9.10. This version exposes several core interfaces for fine-grained document styling control, and supports removing document style as well as applying built-in table styles. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Exposes core style interfaces ICharacterStyle, IListStyle, and ITableStyle to enable fine-grained document styling control. New feature SPIREDOC-7186 SPIREDOC-7365 Removes CharacterFormat from IStyle, now implemented in CharacterStyle, ParagraphStyle, and TableStyle. IStyle style = document.Styles.FindByName("Normal"); if (style != null && style is ICharacterStyle) { ICharacterStyle cStyle = style as…
We're pleased to announce the release of Spire.Doc 13.9.3. This version introduces public classes that enable adding digital signatures and timestamps when saving PDF documents. It also exposes bookmark column properties, adds search options for OfficeMath handling during text replacement, and supports setting page layout when converting to PDF. In addition, several issues related to Word-to-PDF conversion, document loading, and page counting have been fixed. See the full details below. Here is a list of changes made in this release Category ID Description New feature - Adds public classes PdfDigitalSignatureHashAlgorithm, PdfDigitalSignatureInfo, and PdfDigitalSignatureTimestampConfiguration to enable adding digital signatures and timestamps…
We're pleased to announce the release of Spire.Doc 13.8.1. This version supports comparing whether two list levels are consistent and setting or deleting the picture bullet. Besides, it has also made some adjustments to the properties and methods related to the lists in Word. More details are listed below. Here is a list of changes made in this release New feature - Added 'ListLevel.Equals' to compare whether two ListLevels are consistent. // Create a new Document object. Document document = new Document(); //Create list style 1 ListStyle listStyle_1 = document.Styles.Add(ListType.Bulleted, "bulletList"); ListLevelCollection Levels_1 = listStyle_1.ListRef.Levels; ListLevel L0 = Levels_1[0]; ListLevel…
Page 1 of 9
page 1

Coupon Code Copied!

Christmas Sale

Celebrate the season with exclusive savings

Save 10% Sitewide

Use Code:

View Campaign Details