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

KeyCategorySummary
TOTALNET‑209Fix[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

ProductProduct VersionRelease Notes
GroupDocs.Annotation for .NET24.12 -> 25.11Release notes
GroupDocs.Assembly for .NET25.6Release notes
GroupDocs.Comparison for .NET25.9 -> 25.11Release notes
GroupDocs.Conversion for .NET25.9 -> 25.11Release notes
GroupDocs.Editor for .NET25.7 -> 25.11Release notes
GroupDocs.Merger for .NET25.9 -> 25.11Release notes
GroupDocs.Metadata for .NET25.8Release notes
GroupDocs.Parser for .NET25.8 -> 25.11Release notes
GroupDocs.Redaction for .NET25.9Release notes
GroupDocs.Search for .NET25.9 -> 25.11Release notes
GroupDocs.Signature for .NET25.6Release notes
GroupDocs.Viewer for .NET25.9 -> 25.11Release notes
GroupDocs.Watermark for .NET25.2 -> 25.11Release 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.