GroupDocs.Comparison for Python via .NET can produce a result document that contains only the summary page — useful when you want to share change counts without exposing the underlying document content.
Use case: share a concise overview of differences without exposing full document content.
The result is as follows:
When to use which summary option
Option
Result content
Use it when
generate_summary_page = True
Result document body + appended summary page
You want both the diff and a high-level overview
show_only_summary_page = True
Only the summary page, no body
You want a concise overview without exposing full document content
extended_summary_page = True
Adds per-section statistics to whichever summary mode is active
Reporting to non-technical stakeholders who need the breakdown
The three flags can be combined — e.g., show_only_summary_page = True plus extended_summary_page = True produces a summary-only document with the richest statistics.