We’re pleased to announce the release of Spire.Doc 14.5.14. This version enhances Word to PDF conversion and fixes several issues, including layout inconsistencies, font rendering problems, and multiple exceptions occurring during document processing. More details are listed below. Here is a list of changes made in this release Category ID Description Bug Fix SPIREDOC-10767 Fixed an issue where a “NullReferenceException” was thrown when using FixedLayoutPage.Section. Bug Fix SPIREDOC-10826 Fixed an issue where a “NullReferenceException” was thrown when using FixedLayoutDocument.GetLayoutEntitiesOfNode(). Bug Fix SPIREDOC-11425 Fixed an issue with incorrect font effects when converting Word to PDF. Bug Fix SPIREDOC-11845 Fixed an issue…
We're pleased to announce the release of Spire.Doc 14.4.9. This version adds several new properties to CompareOptions to support multi-dimensional document comparison. Additionally, the CompareOptions.IgnoreTable property has been renamed to CompareOptions.IgnoreTables for better naming consistency. More details are listed below. Here is a list of changes made in this release Category ID Description Adjustment - Renamed CompareOptions.IgnoreTable to CompareOptions.IgnoreTables for naming consistency. New Feature SPIREDOC-11910 Adds several new properties to CompareOptions to support multi-dimensional document comparison: · CompareMoves: Specifies whether to ignore moved content. · IgnoreCaseChanges: Specifies whether to ignore case changes. · IgnoreFields: Specifies whether to ignore fields. ·…
We're pleased to announce the release of Spire.Doc 14.4.4. This version supports saving charts as templates and allows configuring the Producer metadata when converting to PDF via the GeneratorName property. Additionally, it supports retrieving X and Y axis data values and managing chart data label positions. Meanwhile, some issues that occurred when converting Markdown to PDF/Docx and merging 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 Adjustment - Renamed ToPdfParameterList.IsAtlast to ToPdfParameterList.IsAtLeast. ToPdfParameterList.IsAtlast-->ToPdfParameterList.IsAtLeast New Feature SPIREDOC-10293 Supports saving charts as templates. Document doc…
We’re pleased to announce the release of Spire.Doc for .NET 14.3.5. This release supports Word-to-Excel conversion, enabling direct export of Word content into Excel spreadsheets. In addition, export-related classes have been reorganized under a clearer namespace structure for improved API clarity. More details are as follows. Here is a list of changes made in this release Category ID Description New Feature - Added support for Word to Excel conversion. Document.SaveToFile("output.xlsx", FileFormat.XLSX); Adjustment - Moved HtmlExportOptions from Spire.Doc to Spire.Doc.Exporting. Adjustment - Moved MarkdownExportOptions from Spire.Doc to Spire.Doc.Exporting. Click the link to download Spire.Doc 14.3.5: https://www.e-iceblue.com/Download/download-word-for-net-now.html More information of Spire.Doc new…
We're pleased to announce the release of Spire.Doc 14.3. This update introduces support for the “Automatically adjust right indent when defining grid” and "Kerning for fonts" features, along with several new interfaces for adding and manipulating SmartArt graphics. Additionally, three issues affecting Word document processing have been resolved. More details are listed below. Here is a list of changes made in this release Category ID Description New Feature SPIREDOC-9870 Added support for the "Automatically adjust right indent when defining grid" feature. paragraph.Format.AdjustRightIndent = true; // Default value is true New Feature SPIREDOC-11030 Added support for the "Kerning for fonts" feature.…
We’re pleased to announce the release of Spire.Doc for .NET 14.2.7. This version supports hiding rows in tables, and includes several adjustments and bug fixes to enhance usability and performance. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-11444 Added support for hiding rows in tables. Spire.Doc.Document doc = new Spire.Doc.Document(); doc.LoadFromFile(inputFile1);TableRow row = doc.FirstSection.Body.Tables[0].FirstRow; row.Hidden = true;doc.SaveToFile(outputDocxFile1);doc = new Document(outputDocxFile1); row = doc.FirstSection.Body.Tables[0].FirstRow; Assert.True(row.Hidden); foreach (TableCell cell in row.Cells) { foreach (Paragraph para in cell.Paragraphs) { foreach (ParagraphBase run in para.ChildObjects) { if (run is TextRange || run is Break || run…
We’re pleased to announce the release of Spire.Doc for .NET 14.1.12. This update introduces several valuable new features, including the ability to delete specified or blank pages in Word documents, create and manipulate VBA macros, and retrieve complete revision information from documents. In addition, multiple known issues have been resolved to improve overall stability and performance. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-3929 Added support for configuring formula conversion to MathML when converting Word to HTML. HtmlExportOptions options = doc.HtmlExportOptions; options.OfficeMathOutputMode = HtmlOfficeMathOutputMode.MathML; New feature SPIREDOC-9868…
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…
Page 1 of 10
page 1