Xceed Words for .NET 5.2 gives teams more control over document layout, improves HTML-to-Word reliability, and strengthens PDF conversion for production-grade document automation.
Build 5.2.26166.7850 is a focused release for developers who generate, transform, and export Word documents in real applications. This update improves layout control, fixes important conversion edge cases, and makes HTML insertion more dependable for production workflows.
Why this release matters
For teams building invoices, reports, templates, contracts, and generated business documents, reliability matters as much as features. This release improves three areas that directly affect production use:
- More control over document structure with new cell-splitting capabilities
- Stronger HTML parsing and insertion for dynamic content workflows
- More reliable PDF conversion for export-heavy document pipelines
More control over document structure
This release adds a practical new capability in table editing.
In Cellule, a new Split method now allows developers to split cells into multiple rows and columns.
That gives teams more flexibility when building complex document layouts programmatically, especially for:
- Dynamic tables
- Structured reports
- Invoice and form generation
- Template-driven document assembly
Instead of relying on workarounds to reshape tables after generation, developers now have a more direct way to control layout inside the document itself.
Better handling of comments in workflows
Comments can now be hidden by setting their Resolved à la propriété vrai.
This is a useful improvement for review and approval workflows where comments may still exist in the document model, but should no longer appear as active markup in the final output.
Stronger PDF conversion for production use
PDF conversion gets several meaningful improvements in this build.
Infinite loop fix in complex layouts
The conversion process no longer falls into an infinite loop when a document contains both wrapped objects and continuous section breaks.
For teams generating advanced layouts, this is an important stability fix that reduces the risk of failed exports or blocked automation jobs.
Better font handling
The default font is no longer automatically used during PDF conversion. This helps preserve intended styling more accurately and gives developers more predictable output when documents rely on specific font behavior.
Improved table pagination
When multiple tables, including wrapping tables, are converted to PDF, they can now be split across two pages to avoid layout issues.
This is especially valuable for long reports and multi-table documents where pagination quality affects readability and professionalism.
HTML parser improvements developers will notice
A major strength of this release is the set of HTML parser fixes and enhancements. These changes improve the reliability of HTML-to-Word workflows, especially when content is generated dynamically from web-based or CMS-driven sources.
Support for optional closing tags
The HTML parser now supports optional closing tags, allowing omitted end tags to be parsed without errors. That makes the parser more tolerant of real-world HTML, which is often imperfect or simplified.
Base64 image support
The parser now supports <img /> tags with base64-encoded src values. This ensures embedded images are correctly processed and rendered during HTML insertion, which is useful for self-contained HTML fragments and generated content blocks.
Better nested block element handling
Handling of block elements such as <div> et <p> nested inside inline or block elements has been globally improved. This results in more accurate structure and rendering during HTML-to-Word conversion, especially in complex or inconsistent markup.
Regression fix for ReplaceTextWithHTML in tables
A regression introduced in v5.2.25608 caused ReplaceTextWithHTML to fail to render text inside table cells during HTML insertion. That issue is now fixed.
For teams using HTML replacement inside templated tables, this is a critical correction.
Correct width and height handling in tables
The representation of Width and Height attributes for HTML tables, rows, and cells has been corrected so they are accurately reflected in the resulting Word document. This improves layout fidelity and makes HTML-driven document generation more predictable.
What this means for developers
The strongest message in this release is not just that individual bugs were fixed. It is that Xceed Words for .NET 5.2 makes document automation workflows more dependable where it matters most:
- Complex table layouts
- HTML insertion into Word templates
- PDF export stability
- Layout fidelity across generated documents
If your team relies on Word document generation, HTML insertion, or PDF export in .NET, Xceed Words for .NET 5.2 is a meaningful upgrade. It gives you more control over layout, improves HTML parsing accuracy, and makes PDF conversion more reliable for production-grade document automation.
Start a free trial and test Xceed Words for .NET 5.2 against your current Word generation, HTML insertion, and PDF export workflows.