Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Created May 3, 2019 12:35
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/53b52dccc23b8462c1f8e42b74443546 to your computer and use it in GitHub Desktop.
Save GroupDocsGists/53b52dccc23b8462c1f8e42b74443546 to your computer and use it in GitHub Desktop.
// For complete examples and data files, please go to https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java
// target files to compare with.
List<string> targets = new List<string>
{
Path.Combine(Common.targetPath, Common.targetFile),
Path.Combine(Common.targetPath, "target1.docx"),
Path.Combine(Common.targetPath, "target2.docx")
};
// Get instance of GroupDocs.Comparison.MultiComparer and call method Compare.
GroupDocs.Comparison.MultiComparer comparison = new GroupDocs.Comparison.MultiComparer();
ICompareResult result = comparison.Compare(source, targets, objComparisonSettings);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment