Xceed Words for .NET V5.2 (Build 5.2.26166.7850)
Released: Mar 15, 2026
Actualizaciones en V5.2 (Build 5.2.26166.7850)
Características
- 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.
Correcciones
- 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.