Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

GroupDocs.Comparison for .NET 23.3

Download   Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 224.82MB
  • Date Added:
  • 15/3/2023

Description

This contains the MSI installer of GroupDocs.Comparison for .NET

File Details

New Features

Watermark Coordinate Change Detection

GroupDocs.Comparison for .NET 23.3 can now detect changes in the position of watermarks in Word documents. This makes it easier to track changes to watermarks location while also enhancing document security.

Set Document Revision Author

This 23.3 version of the comparison API, now allows developers to set the author of changes when comparing and merging documents. This can be useful for tracking authorship and ensuring that document revisions and changes are properly attributed.

The following C# code sample elaborates how to set document revision author:

using (Comparer comparer = new Comparer(sourcePath))
{
    comparer.Add(targetPath);
	CompareOptions options = new CompareOptions()
    {
        ShowRevisions = true,
        WordTrackChanges = true,
        RevisionAuthorName = "New author",
    };
    comparer.Compare(resultPath, options);
}

Source

Bug Fix

  • Fixed an exception with comparing the vsdx documents.

For a complete list of features, enhancements, and bug fixes in this release please visit, GroupDocs.Comparison for .NET 23.3.

 English