Show extended comparison statistics on Summary Page


Starting from version 23.9 GroupDocs.Comparison provides the ability to display extended comparison statistics on the summary pate. This feature currently supported for Words, PDF, Diagrams, HTML and raw text formats.

By default, the ExtendedSummaryPage option is false. Below are the steps to turn on the ExtendedSummaryPage:

Example how to display extended comparison statistics on summary page


using (Comparer comparer = new Comparer(sourcePath))
{
    comparer.Add(targetPath);
    CompareOptions options = new CompareOptions() {ExtendedSummaryPage = true};
    comparer.Compare(resultPath, options);
}

For Diagrams and HTML extended statistics a bit different then for other formats. See examples below.

Example of extended comparison statistics on summary page for PDF


ExtendedSummaryPage true

Example of extended comparison statistics on summary page for HTML


ExtendedSummaryPage true

The extended statistics of HTML take into count the number of tags.

Example of extended comparison statistics on summary page for Diagrams


ExtendedSummaryPage true

The extended statistics of Diagram take into count the number of tags.

Example of a result without the extended statistics for HTML


ExtendedSummaryPage false

Example of a result without the extended statistics for HTML


ExtendedSummaryPage false

Example of a result without the extended statistics for Diagrams


ExtendedSummaryPage false

More resources


GitHub Examples

You may easily run the code above and see the feature in action in our GitHub examples:

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.