GroupDocs.Total for .NET 26.3 Release Notes

GroupDocs.Total for .NET 26.3 bundles the latest GroupDocs APIs for building document-processing features in .NET applications. See Products included in this release for exact versions and per-product change logs.

Fixes in this release

KeyCategorySummary
TOTALNET‑283Bug[Conversion] Cannot trigger conversion.Convert() method
TOTALNET‑341Bug[Viewer] GroupDocs.Viewer.Exceptions.GroupDocsViewerException: ‘CAD document rendering failed’ during rendering DXF file
TOTALNET‑351Bug[Conversion] Converting certain HTML to PDF ignores ’nowrap’ rules in HTML table .NET

TOTALNET‑283 — Conversion warmup optimization

In context of this issue we analyzed the ways to warm up the process when running GroupDocs.Conversion and GroupDocs.Viewer and applied the following optimizations:

ApproachResult
Parallelize viewer warmupsDropped viewer phase from ~3,500 ms to ~2,100 ms
Parallelize conversion with viewers tooSaved another ~1,100 ms — conversion now overlaps with viewers
Multi-stage Dockerfile with aspnet runtime imageSmaller image, faster builds (17 s vs 92 s)
ReadyToRun pre-compilationReduced JIT overhead ~30–40 %

What actually worked:

  1. Removed redundant warmup step — the “view converted PDF” step duplicated the PDF viewer warmup.
  2. Full parallelization — all 5 steps (conversion + 4 viewers) run concurrently via Task.WaitAll.
  3. ReadyToRun + runtime imagedotnet publish with -p:PublishReadyToRun=true instead of dotnet run on SDK image.

Final result: 5,628 ms → 2,173 ms (61 % faster).

The remaining ~2,170 ms is the hard floor — libraries and font initialization inside GroupDocs.Viewer and GroupDocs.Conversion that runs once per process and cannot be cached or moved to build time.

TOTALNET‑341 — DXF rendering failure (partial fix)

This version includes a partial fix for the reported issue. Rendering of certain DXF files now works correctly when a valid license is configured. The fix resolves the licensing validation path but does not yet cover trial-mode rendering. In upcoming releases we will extend support to trial mode and complete the DXF rendering improvements.

TOTALNET‑351 — HTML-to-PDF nowrap handling

The original stylesheet used on the pre-conversion step employed a “force everything to fit” approach that overrode all cell wrapping with !important rules, which led to formatting issues in the final PDF file.

Solution: Reworked the stylesheet to defer to inline styles and properly handle nowrap rules already defined in the HTML.

Testing improvements: Previously, tests only checked the final document structure without verifying table formatting. This issue is now covered with visual tests that check the output, significantly reducing the chance of regression.

Products included in this release

ProductFeaturesVersionChanges
GroupDocs.Annotation for .NETAnnotate Word, PDF, image documents25.11Release notes
GroupDocs.Assembly for .NETGenerate documents from templates (Word, Excel, PDF)25.12Release notes
GroupDocs.Comparison for .NETCompare text, styles, formatting differences25.12 → 26.2Release notes
GroupDocs.Conversion for .NETConvert between 100+ document formats25.12 → 26.1Release notes
GroupDocs.Editor for .NETEdit DOCX, XLSX, HTML, XML files programmatically25.12Release notes
GroupDocs.Merger for .NETMerge, split, reorder document pages25.11Release notes
GroupDocs.Metadata for .NETRead, edit, remove file metadata25.8 → 26.1Release notes
GroupDocs.Parser for .NETExtract text, tables, metadata from files25.12Release notes
GroupDocs.Redaction for .NETFind and redact sensitive information25.12Release notes
GroupDocs.Search for .NETFull-text search, fuzzy search, indexing25.11Release notes
GroupDocs.Signature for .NETApply electronic and digital signatures25.12 → 26.2Release notes
GroupDocs.Viewer for .NETRender 130+ formats to HTML, PDF, images25.12Release notes
GroupDocs.Watermark for .NETAdd, search, or remove watermarks25.11Release notes
GroupDocs.Markdown for .NETExport PDF, Word, Excel, and other formats to Markdown25.9Release notes

How to Download

The packages can be downloaded from NuGet or via direct download from this website.

Additional Resources

Feedback

We value your feedback! If you have any questions, issues, or suggestions, feel free to reach out to us through our Free Support Forum. Our team will be happy to assist you and answer any questions you may have.