Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Created September 19, 2019 07:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GroupDocsGists/bbfd2f409e3d06d755d83054279099a6 to your computer and use it in GitHub Desktop.
Save GroupDocsGists/bbfd2f409e3d06d755d83054279099a6 to your computer and use it in GitHub Desktop.
Comparer comparer = new Comparer();
ComparisonSettings settings = new ComparisonSettings()
{
StyleChangeDetection = true
};
ICompareResult result = comparer.Compare("source.docx", @"target.docx", settings);
result.SaveDocument("result.docx");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment