Xceed Words for .NET Versioni

Scopri le novità in ogni release, con dettagli su funzionalità, miglioramenti e problemi risolti.

gen
feb
mar
apr
mag
giu
lug
ago
set
ott
nov
dic
Xceed Words for .NET V6.0 (Build 6.0.26322.84600)Versione principale22 giu 2026
Funzionalità
  • The DocX.Split(Document, SplitCriteria) method has been removed & replaced with a new overload that accepts the SplitOptions object, which is a breaking change.
  • The SkiaSharp.NativeAssets.Linux.NoDependencies is now included in the NuGet package for non-Windows and non-MacOs environments.
  • It is now possible to convert a Document to standards-compliant HTML.
  • This version introduces the new ExtensionChart class, which inherits from BaseChart & delegates all methods & properties specific to charts of the Extension type.
  • Adding & customizing gridlines in Charts is now possible.
  • It is now possible for DataLabels to display values as percentages directly within a Chart.
  • It is now possible to color each slice or DataPoint individually in Charts that use DataPoints.
  • It is now possible to draw LineSeries using straight segments instead of smooth curves.
  • The new AddSeries overload now makes it possible to combine multiple groupings in a single ComboChart.
  • The Value Axis can now be switched to a logarithmic scale.
  • It is now possible to add images using either a name or a stream, without needing to specify which type of image will be inserted.
  • The ListItemType enumeration has been expanded to allow styling lists in many more ways.
  • It is now possible to insert hidden Table of Contents field markers via the new InsertTableOfContentsMarker method.
  • It is now possible to divide text into Columns in a Document.
Xceed Words for .NET V5.2 (Build 5.2.26166.7850)15 mar 2026
Funzionalità
  • In Cell, a new method, called Split, now allows splitting Cells into multiple rows and columns.
  • Comments can now be hidden by setting their Resolved property to true.
  • In PDF Conversion, the default font is no longer automatically used during the conversion process.
  • In PDF Conversion, when there are multiple Tables, including wrapping Tables, to convert, they will now be split on 2 pages to avoid layout issues after the conversion.
  • In HTML Parser, support for optional closing tags has been implemented, which allows omitted end tags to be parsed without errors.
  • In HTML Parser, support for <img/> tags with base64 encoded image sources (src) has been added, which ensures that images are correctly processed and rendered during the HTML insertion process.
  • In HTML Parser, the handling of block elements, such as <div> & <p>, nested inside inline or block elements has been globally improved to ensure proper structure and rendering during the HTML to Word conversion.
Correzioni
  • In PDF Conversion, the conversion process no longer falls into an infinite loop if the Document being converted contains both wrapped objects & “continuous” section breaks.
  • In HTML Parser, a regression introduced in v5.2.25608 which made the ReplaceTextWithHTML feature fail to render text within a table’s cells during the HTML insertion process has been fixed.
  • In HTML Parser, the representation of Width and Height attributes for HTML tables, rows, and cells has been corrected to ensure that they are now accurately reflected in the resulting Word document.