GroupDocs.Comparison
23.11.0
Prefix Reserved
See the version list below for details.
dotnet add package GroupDocs.Comparison --version 23.11.0
NuGet\Install-Package GroupDocs.Comparison -Version 23.11.0
<PackageReference Include="GroupDocs.Comparison" Version="23.11.0" />
<PackageVersion Include="GroupDocs.Comparison" Version="23.11.0" />
<PackageReference Include="GroupDocs.Comparison" />
paket add GroupDocs.Comparison --version 23.11.0
#r "nuget: GroupDocs.Comparison, 23.11.0"
#:package GroupDocs.Comparison@23.11.0
#addin nuget:?package=GroupDocs.Comparison&version=23.11.0
#tool nuget:?package=GroupDocs.Comparison&version=23.11.0
.NET Document Comparison API
Product Page | Docs | Demos | API Reference | Examples | Blog | Releases | Free Support | Temporary License
On-premise library to compare documents in applications based on .NET platform. Retrieve the list of changes in the desired format with a line-by-line comparison of content, paragraphs, characters, styles, shapes, and position.
Document Comparison Features
- Compare and detect differences among similar documents.
- Support for 55+ popular document formats from various categories.
- Visual separation of detected changes with the ability to accept or reject modifications.
- Generate document preview.
- Compare paragraph, word as well as characters.
- Identify content styling and formatting changes.
- Set metadata from the source, target files or keep it user-defined.
- Make the resultant document password protected.
Supported Microsoft Office Formats
Microsoft Word: DOC, DOCM, DOCX, DOT, DOTM, DOTX
Microsoft Excel: XLS, XLT, XLSX, XLTM, XLSB, XLSM, XLSX, CSV
Microsoft PowerPoint: POT, POTX, PPS, PPSX, PPTX, PPT
Microsoft OneNote: ONE
Microsoft Visio: VSDX, VSD, VSS, VST, VDX
Other Supported Formats
OpenDocument: ODT, ODP, OTP, ODS, OTT
Fixed Layout: PDF
AutoCAD: DWG, DXF
Email: EML, EMLX, MSG
Images: BMP, GIF, JPG, JPEG, PNG
Web: HTM, HTML, MHT, MHTML
Text: RTF, TXT
eBook: MOBI, DjVu
Medical Imaging: DCM
Programming Language: CS, JAVA, CPP, JS, PY, RB
Develop & Deploy GroupDocs.Comparison Anywhere
Microsoft Windows: Windows Azure, Microsoft Windows Desktop (x86, x64), Microsoft Windows Server (x86, x64)
macOS: Mac OS X
Linux: Ubuntu, OpenSUSE, CentOS, and others
Development Environments: Microsoft Visual Studio (2010 & up), Xamarin.Android, Xamarin.IOS, Xamarin.Mac, MonoDevelop 2.4 and later
Supported Frameworks: .NET Standard 2.0, .NET Framework 2.0 or higher, .NET Core 2.0 or higher, Mono Framework 1.2 or higher
Get Started
Are you ready to give GroupDocs.Comparison for .NET a try? Simply execute Install-Package GroupDocs.Comparison from Package Manager Console in Visual Studio to fetch & reference GroupDocs.Comparison assembly in your project. If you already have GroupDocs.Comparison for .NET and want to upgrade it, please execute Update-Package GroupDocs.Comparison to get the latest version.
Compare Password Protected DOCX Files using C# Code
using(Comparer comparer = new Comparer("source.docx", new LoadOptions() {
Password = "1234"
})) {
comparer.Add("target1.docx", new LoadOptions() {
Password = "5678"
});
comparer.Add("target2.docx", new LoadOptions() {
Password = "5678"
});
comparer.Add("target3.docx", new LoadOptions() {
Password = "5678"
});
comparer.Compare("result.docx");
}
Product Page | Docs | Demos | API Reference | Examples | Blog | Releases | Free Support | Temporary License
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| .NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.2
- No dependencies.
-
.NETStandard 2.1
- Microsoft.Extensions.DependencyModel (>= 2.0.4)
- Microsoft.Win32.Registry (>= 4.7.0)
- SkiaSharp (>= 2.88.3)
- SkiaSharp.NativeAssets.Linux.NoDependencies (>= 2.88.3)
- System.Diagnostics.PerformanceCounter (>= 4.5.0)
- System.Drawing.Common (>= 4.7.0)
- System.Reflection.Emit (>= 4.7.0)
- System.Reflection.Emit.ILGeneration (>= 4.7.0)
- System.Security.Cryptography.Pkcs (>= 4.7.0)
- System.Security.Permissions (>= 4.5.0)
- System.Text.Encoding.CodePages (>= 5.0.0)
-
net6.0
- Microsoft.Extensions.DependencyModel (>= 2.0.4)
- Microsoft.Win32.Registry (>= 4.7.0)
- SkiaSharp (>= 2.88.3)
- SkiaSharp.NativeAssets.Linux.NoDependencies (>= 2.88.3)
- System.Diagnostics.PerformanceCounter (>= 4.5.0)
- System.Drawing.Common (>= 4.7.0)
- System.Reflection.Emit (>= 4.7.0)
- System.Reflection.Emit.ILGeneration (>= 4.7.0)
- System.Security.Cryptography.Pkcs (>= 4.7.0)
- System.Security.Permissions (>= 4.5.0)
- System.Text.Encoding.CodePages (>= 5.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on GroupDocs.Comparison:
| Package | Downloads |
|---|---|
|
GroupDocs.Comparison.UI.Api
GroupDocs.Comparison.UI.Api containing base API features required by GroupDocs.Comparison.UI see https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-.NET-UI for more details. |
|
|
GroupDocs.Comparison.UI.SelfHost.Api
GroupDocs.Comparison.UI.SelfHost.Api containing API implementation that is based on GroupDocs.Comparison for .NET see https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-.NET-UI for more details. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 25.10.0 | 152 | 11/7/2025 |
| 25.9.0 | 1,105 | 9/26/2025 |
| 25.8.0 | 997 | 8/29/2025 |
| 25.7.0 | 688 | 7/24/2025 |
| 25.6.0 | 760 | 6/30/2025 |
| 25.5.0 | 693 | 5/30/2025 |
| 25.4.0 | 1,457 | 4/23/2025 |
| 25.3.0 | 2,089 | 3/28/2025 |
| 25.2.0 | 8,261 | 2/13/2025 |
| 25.1.0 | 2,543 | 1/31/2025 |
| 24.12.0 | 8,132 | 12/31/2024 |
| 24.11.0 | 10,277 | 11/29/2024 |
| 24.10.0 | 4,863 | 10/31/2024 |
| 24.9.0 | 5,123 | 9/30/2024 |
| 24.8.0 | 5,226 | 8/30/2024 |
| 24.7.0 | 3,387 | 7/30/2024 |
| 24.6.0 | 20,253 | 6/28/2024 |
| 24.5.0 | 2,837 | 5/31/2024 |
| 24.4.0 | 7,887 | 4/30/2024 |
| 24.3.0 | 38,127 | 3/29/2024 |
| 24.2.0 | 10,652 | 2/29/2024 |
| 24.1.0 | 3,422 | 1/31/2024 |
| 23.12.0 | 5,870 | 12/15/2023 |
| 23.11.0 | 7,859 | 11/27/2023 |
| 23.10.0 | 10,828 | 10/31/2023 |
| 23.9.0 | 75,261 | 9/25/2023 |
| 23.8.0 | 13,104 | 8/31/2023 |
| 23.6.0 | 16,715 | 6/30/2023 |
| 23.4.0 | 32,521 | 4/27/2023 |
| 23.3.0 | 25,470 | 3/15/2023 |
| 23.1.0 | 82,210 | 1/26/2023 |
| 22.11.0 | 22,960 | 12/1/2022 |
| 22.10.0 | 17,410 | 10/28/2022 |
| 22.8.0 | 19,236 | 8/19/2022 |
| 22.6.0 | 23,397 | 6/22/2022 |
| 22.4.0 | 290,471 | 5/3/2022 |
| 22.3.0 | 47,667 | 3/31/2022 |
| 22.1.0 | 22,604 | 1/31/2022 |
| 21.12.0 | 12,742 | 12/22/2021 |
| 21.11.0 | 9,983 | 11/30/2021 |
| 21.10.0 | 12,264 | 10/29/2021 |
| 21.9.0 | 10,862 | 9/30/2021 |
| 21.8.0 | 25,478 | 9/1/2021 |
| 21.7.0 | 16,475 | 7/30/2021 |
| 21.6.0 | 10,425 | 6/30/2021 |
| 21.5.0 | 12,722 | 5/31/2021 |
| 21.4.0 | 4,030 | 4/30/2021 |
| 21.3.0 | 10,511 | 3/31/2021 |
| 21.2.0 | 63,992 | 2/26/2021 |
| 21.1.0 | 4,200 | 1/29/2021 |
| 20.12.0 | 41,260 | 12/21/2020 |
| 20.11.0 | 3,625 | 11/30/2020 |
| 20.10.0 | 29,688 | 10/30/2020 |
| 20.9.0 | 25,696 | 9/30/2020 |
| 20.8.0 | 25,394 | 8/31/2020 |
| 20.7.0 | 25,237 | 7/31/2020 |
| 20.6.0 | 56,780 | 6/26/2020 |
| 20.5.0 | 40,985 | 5/29/2020 |
| 20.4.2 | 26,687 | 5/12/2020 |
| 20.4.1 | 24,747 | 4/30/2020 |
| 20.4.0 | 3,638 | 4/30/2020 |
| 20.3.1 | 24,921 | 4/6/2020 |
| 20.3.0 | 3,551 | 3/31/2020 |
| 20.2.0 | 42,535 | 2/28/2020 |
| 20.1.0 | 27,840 | 1/28/2020 |
| 19.12.0 | 38,636 | 12/20/2019 |
| 19.11.0 | 37,759 | 11/29/2019 |
| 19.10.0 | 4,199 | 10/28/2019 |
| 19.9.1 | 2,950 | 10/16/2019 |
| 19.9.0 | 2,824 | 9/17/2019 |
| 19.6.0 | 4,114 | 6/27/2019 |
| 19.5.0 | 3,094 | 5/23/2019 |
| 19.3.1 | 3,472 | 3/21/2019 |
| 19.3.0 | 2,840 | 3/18/2019 |
| 19.1.0 | 3,888 | 1/25/2019 |
| 18.11.0 | 3,601 | 12/4/2018 |
| 18.10.0 | 2,820 | 11/5/2018 |
| 18.9.0 | 2,967 | 10/4/2018 |
| 18.8.0 | 3,240 | 8/31/2018 |
| 18.7.1 | 2,942 | 8/6/2018 |
| 18.7.0 | 3,079 | 7/23/2018 |
| 18.6.0 | 3,089 | 6/15/2018 |
| 18.5.0 | 3,537 | 5/17/2018 |
| 18.4.0 | 4,067 | 4/18/2018 |
| 18.3.0 | 3,337 | 3/9/2018 |
| 18.2.0 | 3,375 | 2/8/2018 |
| 18.1.0 | 3,268 | 1/16/2018 |
| 17.12.0 | 3,296 | 12/7/2017 |
| 17.11.0 | 3,261 | 11/1/2017 |
| 17.10.0 | 3,094 | 10/2/2017 |
