GroupDocs.Total for .NET 25.11 Release Notes
GroupDocs.Total for .NET 25.11 includes updates across 9 products and delivers a targeted fix in GroupDocs.Comparison. See the Products included in this release table for exact component versions and links to the corresponding product release notes.
Fixes in this release
| Key | Category | Summary |
|---|---|---|
| TOTALNET‑209 | Fix | [Comparison] PDF and HTML comparison issues |
Fixed PDF and HTML Comparison
This release fixes a PDF/HTML comparison issue in GroupDocs.Comparison where the generated result document could contain extra pages compared to the input PDFs (for example, due to incorrect pagination during rendering and diff generation). The issue was originally reported on the Free Support Forum: GroupDocs for File Comparison Issue.
The following example demonstrates comparing two PDF files and writing the comparison result to a PDF stream. The snippet disables the optional summary page via CompareOptions.GenerateSummaryPage:
using GroupDocs.Comparison;
using GroupDocs.Comparison.Options;
Comparer comparer = new Comparer("PDF_1.pdf");
comparer.Add("PDF_2.pdf");
comparer.Compare(File.Create("PDF_DIFF.pdf"), new CompareOptions
{
GenerateSummaryPage = false
});
Products included in this release
| Product | Product Version | Release Notes |
|---|---|---|
| GroupDocs.Annotation for .NET | 24.12 -> 25.11 | Release notes |
| GroupDocs.Assembly for .NET | 25.6 | Release notes |
| GroupDocs.Comparison for .NET | 25.9 -> 25.11 | Release notes |
| GroupDocs.Conversion for .NET | 25.9 -> 25.11 | Release notes |
| GroupDocs.Editor for .NET | 25.7 -> 25.11 | Release notes |
| GroupDocs.Merger for .NET | 25.9 -> 25.11 | Release notes |
| GroupDocs.Metadata for .NET | 25.8 | Release notes |
| GroupDocs.Parser for .NET | 25.8 -> 25.11 | Release notes |
| GroupDocs.Redaction for .NET | 25.9 | Release notes |
| GroupDocs.Search for .NET | 25.9 -> 25.11 | Release notes |
| GroupDocs.Signature for .NET | 25.6 | Release notes |
| GroupDocs.Viewer for .NET | 25.9 -> 25.11 | Release notes |
| GroupDocs.Watermark for .NET | 25.2 -> 25.11 | Release notes |
How to Download
The packages can be downloaded from NuGet or via direct download from this website.
- GroupDocs.Total 25.11- .NET 6.0 assembly.
- .NET Standard 2.0 in versions prior to 24.9.
- GroupDocs.Total.NETFramework 25.11- .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.