Document comparison solution

Comparing PDF documents in C# .NET applications

.NET document comparison API for identifying and displaying differences in PDFs within applications based on C#, ASP.NET, VB.NET, and .NET Core. Effortlessly obtain detailed reports for a seamless experience.

How to compare PDFs using C#

Get report about differences in many PDF files using GroupDocs.Comparison

  1. Get GroupDocs.Comparison for .NET from Nuget and install it
  2. Create brand new Comparer instance with path to PDF file
  3. Add other PDF to comparison
  4. Result contains a report about distinctions at both PDFs
Copy

// Composing PDFs distinctions report

// Instantiate Comparer with path to a first file
using (Comparer comparer = new Comparer("source.pdf"))
{
    // Append one or more PDFs to comparison
	comparer.Add("file_to_compare_1.pdf");
    comparer.Add("file_to_compare_2.pdf");
    comparer.Add("file_to_compare_3.pdf");

    // Result report to be analyzed
    comparer.Compare("result.pdf"); 
}
dotnet add package GroupDocs.Comparison
click to copy
copied
More examples Documentation

Uncover GroupDocs.Comparison for .NET API features

Get detailed reports about differences at PDF documents at your .NET applications. Merge distinct PDFs to a new one with the same format. Use GroupDocs.Comparison for .NET APIs by adding a couple lines of code. Process PDFs and other formats without third-party software.
Learn more
About illustration

Ready to get started?

Try GroupDocs.Comparison features for free or request a license

Compare PDFs using C# and get full report

.NET C# software for PDF documents comparison. Stay well-informed about any changes at your documents easily.

 English