Document comparison solution

MS Word DOCX comparison with C# .NET applications

.NET API designed for documents comparison finds and reports any differences in MS Word files. Build applications based on C#, ASP.NET, VB.NET, or .NET Core to get advantages. Obtain detailed reports adding a few code-lines.

MS Word DOCX comparison reports via .NET and C#

Compose distinctions report for DOCX files using GroupDocs.Comparison

  1. Download GroupDocs.Comparison for .NET package from Nuget and install it
  2. Instantiate Comparer object passing path to DOCX
  3. Add DOCX files to comparison
  4. Get report with distinctions info
Copy

// DOCX files alterations report

// Instantiate Comparer for document processing
using (Comparer comparer = new Comparer("source.docx"))
{
    // Add at least one file for comparison
	comparer.Add("file_to_compare_1.docx");
    comparer.Add("file_to_compare_2.docx");
    comparer.Add("file_to_compare_3.docx");

    // Analyze result
    comparer.Compare("result.docx"); 
}
dotnet add package GroupDocs.Comparison
click to copy
copied
More examples Documentation

Examine GroupDocs.Comparison for .NET API features

Reveal alterations in your DOCX documents with convenient report in your .NET projects. Moreover, get information about styles, shapes and other content and merge DOCX files to a new one. Advantages of GroupDocs.Comparison for .NET APIs could be brought to your projects by only a couple lines of code. Use our software without third-party developers.
Learn more
About illustration

Ready to get started?

Try GroupDocs.Comparison features for free or request a license

Comparison of DOCX by C# applications

GroupDocs.Comparison for .NET advantages for control versions of popular files formats. Collect MS Word documents information quickly and easily.

 English