GroupDocs.Total for .NET 26.6 Release Notes

There are 3 features, improvements, and bug fixes in this release.

This release removes the Aspose.Drawing dependency from the suite, resolves an issue where MSG file properties and transport message headers were changed after open/save with GroupDocs.Metadata, and fixes rendering of PNG, JPG, and PPTX files on Linux with GroupDocs.Viewer.

Full list of changes in this release

KeyCategorySummary
TOTALNET-350Bug[Metadata] MSG File Properties and Transport Message Headers Change After Open/Save with GroupDocs.Metadata
TOTALNET-377Enhancement[Total] Remove Aspose.Drawing dependency
TOTALNET-379Bug[Viewer] GroupDocs.Viewer fails to render PNG, JPG and PPTX files on Linux

TOTALNET-350: [Metadata] MSG File Properties and Transport Message Headers Change After Open/Save with GroupDocs.Metadata

The issue where MSG file properties and transport message headers were changed during processing with GroupDocs.Metadata is now fixed. The following code keeps the properties and transport message headers as they are in the source MSG file:

using(Metadata metadata = new Metadata("test.msg"))
{
  MsgRootPackage root = metadata.GetRootPackage<MsgRootPackage>();
  MsgPackage msg = root.EmailPackage;
  metadata.Save();
}

TOTALNET-377: [Total] Remove Aspose.Drawing dependency

Starting from this version, GroupDocs.Total for .NET no longer depends on the Aspose.Drawing package. This reduces the package footprint and eliminates potential version conflicts in applications that reference Aspose.Drawing directly or through other packages.

TOTALNET-379: [Viewer] GroupDocs.Viewer fails to render PNG, JPG and PPTX files on Linux

The issue where GroupDocs.Viewer failed to render PNG, JPG, and PPTX files when running on Linux is now fixed. Rendering of these formats now works consistently across Windows and Linux environments.

Products included in this release

ProductFeaturesVersionChanges
GroupDocs.Annotation for .NETAnnotate Word, PDF, image documents26.6Release notes
GroupDocs.Assembly for .NETGenerate documents from templates (Word, Excel, PDF)26.6Release notes
GroupDocs.Comparison for .NETCompare text, styles, formatting differences26.5Release notes
GroupDocs.Conversion for .NETConvert between 100+ document formats26.6Release notes
GroupDocs.Editor for .NETEdit DOCX, XLSX, HTML, XML files programmatically26.6.1Release notes
GroupDocs.Merger for .NETMerge, split, reorder document pages26.4Release notes
GroupDocs.Metadata for .NETRead, edit, remove file metadata26.6Release notes
GroupDocs.Parser for .NETExtract text, tables, metadata from files25.12.1Release notes
GroupDocs.Redaction for .NETFind and redact sensitive information26.6Release notes
GroupDocs.Search for .NETFull-text search, fuzzy search, indexing26.6.1Release notes
GroupDocs.Signature for .NETApply electronic and digital signatures26.6Release notes
GroupDocs.Viewer for .NETRender 130+ formats to HTML, PDF, images26.6Release notes
GroupDocs.Watermark for .NETAdd, search, or remove watermarks26.6Release notes
GroupDocs.Markdown for .NETExport PDF, Word, Excel, and other formats to Markdown26.3Release 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.