We’re happy to announce the GroupDocs.Total for .NET 25.11 release, available as of December 2025. This update upgrades a total of 9 individual products and delivers a targeted fix for PDF/HTML comparison in GroupDocs.Comparison.

이번 릴리스의 새로운 내용

The following libraries were upgraded to their latest versions:

Product 이전 → 새 버전 릴리스 노트
GroupDocs.Annotation for .NET 24.12 → 25.11 Release notes
GroupDocs.Assembly for .NET 25.6 (no change) 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 (no change) Release notes
GroupDocs.Parser for .NET 25.8 → 25.11 Release notes
GroupDocs.Redaction for .NET 25.9 (no change) Release notes
GroupDocs.Search for .NET 25.9 → 25.11 Release notes
GroupDocs.Signature for .NET 25.6 (no change) Release notes
GroupDocs.Viewer for .NET 25.9 → 25.11 Release notes
GroupDocs.Watermark for .NET 25.2 → 25.11 Release notes

수정 내용

Issue Product 요약
TOTALNET‑209 Comparison PDF/HTML 비교 시 결과에 불필요한 페이지가 포함될 수 있는 문제(렌더링 중 페이지 매김 오류)를 해결했습니다.

예제: 요약 페이지 없이 PDF 비교

The snippet below demonstrates how to compare two PDF files and write the diff to a stream while disabling 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
});

전체 논의를 확인하려면 원본 포럼 게시물을 참고하십시오: GroupDocs for File Comparison Issue.

업데이트 받는 방법

NuGet

Upgrade the GroupDocs.Total package (or the .NET Framework‑specific package) to the latest version:

직접 다운로드

Compiled assemblies for both .NET 6 and .NET Framework are also available via the direct download page.

추가 리소스

피드백

Your input helps us improve. If you encounter any issues or have suggestions, please let us know on the Free Support Forum. We’ll be glad to assist.