Messed up PDF Comparison Result

Hi,

I am using GroupDocs.Comparison for .NET to compare PDF files. The comparison results in the output PDF are messed up. Would you please check?

Input and output files are attached.

using (Comparer comparer = new Comparer(filePath1))
{
    comparer.Add(filePath2);
    comparer.Compare(resultFile);
}

image.png (109.5 KB)

File1.pdf (92.9 KB)

File2.pdf (96.6 KB)

result.pdf (146.4 KB)

Thanks.

@uax99
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): COMPARISONNET-4343

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

1 Like

Hi,

Any updated regarding the issue?

Thanks

@uax99

This issue is expected to be resolved in API version 25.4. As the release is available to download, we’ll notify you.

hi @uax99 ,
We’ve just released GroupDocs.Comparison for .NET version 25.10, which includes significant improvements to PDF comparison and fixes the issue you reported.

You can find the full release notes here:
https://releases.groupdocs.com/comparison/net/release-notes/2025/groupdocs-comparison-for-net-25-10-release-notes/

Please try the latest version and let us know if everything works as expected.