Get only summary page

GroupDocs.Comparison for Python via .NET can generate only the summary page with high-level statistics and change counts.

Get only summary page

Enable summary-only output to reduce file size and focus on key metrics.

import groupdocs.comparison as gc

with gc.Comparer("source.docx") as comparer:
    comparer.add("target.docx")
    options = gc.CompareOptions()
    options.show_only_summary_page = True
    comparer.compare("result.docx", options)

🔹 Use case: Share a concise overview of differences without exposing full document content.

The result is as follows:

Close
Loading

Analyzing your prompt, please hold on...

An error occurred while retrieving the results. Please refresh the page and try again.