GroupDocs.Comparison
20.3.1
See the version list below for details.
dotnet add package GroupDocs.Comparison --version 20.3.1
NuGet\Install-Package GroupDocs.Comparison -Version 20.3.1
<PackageReference Include="GroupDocs.Comparison" Version="20.3.1" />
paket add GroupDocs.Comparison --version 20.3.1
#r "nuget: GroupDocs.Comparison, 20.3.1"
// Install GroupDocs.Comparison as a Cake Addin #addin nuget:?package=GroupDocs.Comparison&version=20.3.1 // Install GroupDocs.Comparison as a Cake Tool #tool nuget:?package=GroupDocs.Comparison&version=20.3.1
.NET API for Comparing Documents
A .NET component that enables your apps to detect content, style & formatting differences among two documents, and allows you to accept or reject the changes.
Document Comparison Processing Features
- Compare and detect differences among source and target documents.
- Comparison works at the paragraph, word as well as the character level.
- Identify content styling and formatting modifications.
- Choose the modifications to accept or reject.
- Export the differences to the resultant document.
- Create and fetch after comparison difference summary report.
- Fetch coordinates of the modifications in document preview images.
- Support to set metadata from the source, target files or keep it user-defined.
- Make the resultant document password protected.
Major Features in Version 20.3.1
- This is a hotfix that fixes comparing SpreadSheet documents using .NET Core version of GroupDocs.Comparison.
For the detailed notes, please visit GroupDocs.Comparison for .NET 20.3.1 Release Notes.
Enhancements in Version 20.3
- Increase performance for TXT MultiComparer.
For the detailed notes, please visit GroupDocs.Comparison for .NET 20.3 Release Notes.
Microsoft Office Formats
Microsoft Word: DOC, DOCM, DOCX, DOT, DOTM, DOTX, RTX Microsoft Excel: XLS, XLT, XLSX, XLTM, XLSB, XLSM, XLSX Microsoft PowerPoint: POT, POTX, PPS, PPSX, PPTX, PPT Microsoft OneNote: ONE Microsoft Visio: VSDX, VSD, VSS, VST, VDX
Other Formats
OpenDocument: ODT, ODP, OTP, ODS, OTT Portable: PDF AutoCAD: DWG, DXF Email: EML, EMLX, MSG Images: BMP, GIF, JPG, JPEG, PNG, DICOM Web: HTM, HTML, MHT, MHTML Text: TXT, CSV eBook: MOBI, DJVU
Supported Platforms
Microsoft Windows: Microsoft Windows Desktop (x86, x64) (XP & up), Microsoft Windows Server (x86, x64) (2000 & up), Windows Azure Mac OS: Mac OS X Linux: 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: GroupDocs.Comparison for .NET supports .NET and Mono frameworks.
Getting Started with GroupDocs.Comparison for .NET
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.
Please check the GitHub Repository for other common usage scenarios.
Use C# to Compare Multiple DOCX Files with Specific Criteria
using (Comparer comparer = new Comparer(“source.docx”)
{
comparer.Add(“target1.docx”);
comparer.Add(“target2.docx”);
comparer.Add(“target3.docx”);
CompareOptions compareOptions = new CompareOptions()
{
InsertedItemStyle = new StyleSettings()
{
FontColor = System.Drawing.Color.Yellow
}
};
comparer.Compare(“result.docx”, compareOptions);
}
Product Page | Documentation | Demo | API Reference | Examples | Blog | 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 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net20 is compatible. net35 was computed. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. 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 | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 2.0
- No dependencies.
-
.NETStandard 2.0
- SkiaSharp (>= 1.68.0)
- System.Drawing.Common (>= 4.6.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.Text.Encoding.CodePages (>= 4.6.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 |
---|---|---|
24.10.0 | 2,404 | 10/31/2024 |
24.9.0 | 4,060 | 9/30/2024 |
24.8.0 | 4,046 | 8/30/2024 |
24.7.0 | 2,955 | 7/30/2024 |
24.6.0 | 12,161 | 6/28/2024 |
24.5.0 | 2,501 | 5/31/2024 |
24.4.0 | 7,296 | 4/30/2024 |
24.3.0 | 14,159 | 3/29/2024 |
24.2.0 | 5,040 | 2/29/2024 |
24.1.0 | 3,098 | 1/31/2024 |
23.12.0 | 5,617 | 12/15/2023 |
23.11.0 | 7,500 | 11/27/2023 |
23.10.0 | 10,339 | 10/31/2023 |
23.9.0 | 48,235 | 9/25/2023 |
23.8.0 | 12,849 | 8/31/2023 |
23.6.0 | 16,396 | 6/30/2023 |
23.4.0 | 22,713 | 4/27/2023 |
23.3.0 | 23,201 | 3/15/2023 |
23.1.0 | 51,097 | 1/26/2023 |
22.11.0 | 21,720 | 12/1/2022 |
22.10.0 | 16,909 | 10/28/2022 |
22.8.0 | 18,519 | 8/19/2022 |
22.6.0 | 21,352 | 6/22/2022 |
22.4.0 | 281,310 | 5/3/2022 |
22.3.0 | 38,060 | 3/31/2022 |
22.1.0 | 20,932 | 1/31/2022 |
21.12.0 | 10,848 | 12/22/2021 |
21.11.0 | 9,176 | 11/30/2021 |
21.10.0 | 11,525 | 10/29/2021 |
21.9.0 | 10,081 | 9/30/2021 |
21.8.0 | 22,562 | 9/1/2021 |
21.7.0 | 15,325 | 7/30/2021 |
21.6.0 | 9,691 | 6/30/2021 |
21.5.0 | 11,805 | 5/31/2021 |
21.4.0 | 3,795 | 4/30/2021 |
21.3.0 | 9,806 | 3/31/2021 |
21.2.0 | 62,078 | 2/26/2021 |
21.1.0 | 3,988 | 1/29/2021 |
20.12.0 | 39,710 | 12/21/2020 |
20.11.0 | 3,412 | 11/30/2020 |
20.10.0 | 28,374 | 10/30/2020 |
20.9.0 | 24,337 | 9/30/2020 |
20.8.0 | 24,386 | 8/31/2020 |
20.7.0 | 24,649 | 7/31/2020 |
20.6.0 | 54,889 | 6/26/2020 |
20.5.0 | 39,705 | 5/29/2020 |
20.4.2 | 25,661 | 5/12/2020 |
20.4.1 | 23,757 | 4/30/2020 |
20.4.0 | 3,441 | 4/30/2020 |
20.3.1 | 24,091 | 4/6/2020 |
20.3.0 | 3,355 | 3/31/2020 |
20.2.0 | 41,130 | 2/28/2020 |
20.1.0 | 26,737 | 1/28/2020 |
19.12.0 | 38,274 | 12/20/2019 |
19.11.0 | 37,362 | 11/29/2019 |
19.10.0 | 3,959 | 10/28/2019 |
19.9.1 | 2,731 | 10/16/2019 |
19.9.0 | 2,481 | 9/17/2019 |
19.6.0 | 3,686 | 6/27/2019 |
19.5.0 | 2,865 | 5/23/2019 |
19.3.1 | 3,251 | 3/21/2019 |
19.3.0 | 2,563 | 3/18/2019 |
19.1.0 | 3,695 | 1/25/2019 |
18.11.0 | 3,385 | 12/4/2018 |
18.10.0 | 2,592 | 11/5/2018 |
18.9.0 | 2,729 | 10/4/2018 |
18.8.0 | 2,906 | 8/31/2018 |
18.7.1 | 2,579 | 8/6/2018 |
18.7.0 | 2,715 | 7/23/2018 |
18.6.0 | 2,719 | 6/15/2018 |
18.5.0 | 3,022 | 5/17/2018 |
18.4.0 | 3,569 | 4/18/2018 |
18.3.0 | 2,837 | 3/9/2018 |
18.2.0 | 2,865 | 2/8/2018 |
18.1.0 | 2,760 | 1/16/2018 |
17.12.0 | 2,786 | 12/7/2017 |
17.11.0 | 2,746 | 11/1/2017 |
17.10.0 | 2,712 | 10/2/2017 |