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
| Key | Category | Summary |
|---|---|---|
| TOTALNET-350 | Bug | [Metadata] MSG File Properties and Transport Message Headers Change After Open/Save with GroupDocs.Metadata |
| TOTALNET-377 | Enhancement | [Total] Remove Aspose.Drawing dependency |
| TOTALNET-379 | Bug | [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
| Product | Features | Version | Changes |
|---|---|---|---|
| GroupDocs.Annotation for .NET | Annotate Word, PDF, image documents | 26.6 | Release notes |
| GroupDocs.Assembly for .NET | Generate documents from templates (Word, Excel, PDF) | 26.6 | Release notes |
| GroupDocs.Comparison for .NET | Compare text, styles, formatting differences | 26.5 | Release notes |
| GroupDocs.Conversion for .NET | Convert between 100+ document formats | 26.6 | Release notes |
| GroupDocs.Editor for .NET | Edit DOCX, XLSX, HTML, XML files programmatically | 26.6.1 | Release notes |
| GroupDocs.Merger for .NET | Merge, split, reorder document pages | 26.4 | Release notes |
| GroupDocs.Metadata for .NET | Read, edit, remove file metadata | 26.6 | Release notes |
| GroupDocs.Parser for .NET | Extract text, tables, metadata from files | 25.12.1 | Release notes |
| GroupDocs.Redaction for .NET | Find and redact sensitive information | 26.6 | Release notes |
| GroupDocs.Search for .NET | Full-text search, fuzzy search, indexing | 26.6.1 | Release notes |
| GroupDocs.Signature for .NET | Apply electronic and digital signatures | 26.6 | Release notes |
| GroupDocs.Viewer for .NET | Render 130+ formats to HTML, PDF, images | 26.6 | Release notes |
| GroupDocs.Watermark for .NET | Add, search, or remove watermarks | 26.6 | Release notes |
| GroupDocs.Markdown for .NET | Export PDF, Word, Excel, and other formats to Markdown | 26.3 | Release notes |
How to Download
The packages can be downloaded from NuGet or via direct download from this website.
- GroupDocs.Total 26.6- .NET 6.0 assembly.
- .NET Standard 2.0 in versions prior to 24.9.
- GroupDocs.Total.NETFramework 26.6- .NET Framework assembly.
- .NET Framework 4.6.2 and later.
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.