Load file from local disk
When the source file is located on the local disk GroupDocs.Comparison allows you to load it via Comparer class constructor specifying absolute or relative path to it. For loading target file located on the local disk you should use Add method that accepts absolute or relative path as parameter.
Following code snippet shows how to load files from local disk.
string sourcePath = "source.docx";
using (Comparer comparer = new Comparer(sourcePath))
{
string targetPath = "target.docx";
comparer.Add("targetPath");
comparer.Compare("result.docx");
}
More resources
GitHub Examples
You may easily run the code above and see the feature in action in our GitHub examples:
- GroupDocs.Comparison for .NET examples, plugins, and showcase
- GroupDocs.Comparison for Java examples, plugins, and showcase
- Document Comparison for .NET MVC UI Example
- Document Comparison for .NET App WebForms UI Modern Example
- Document Comparison for Java App Dropwizard UI Modern Example
- Document Comparison for Java Spring UI Example
Free Online App
Along with full-featured .NET library we provide simple, but powerful free Apps.
You are welcome to compare your DOC or DOCX, XLS or XLSX, PPT or PPTX, PDF, EML, EMLX, MSG and other documents with free to use online GroupDocs Comparison App.