GroupDocs.Comparison
22.10.0
See the version list below for details.
dotnet add package GroupDocs.Comparison --version 22.10.0
NuGet\Install-Package GroupDocs.Comparison -Version 22.10.0
<PackageReference Include="GroupDocs.Comparison" Version="22.10.0" />
paket add GroupDocs.Comparison --version 22.10.0
#r "nuget: GroupDocs.Comparison, 22.10.0"
// Install GroupDocs.Comparison as a Cake Addin
#addin nuget:?package=GroupDocs.Comparison&version=22.10.0
// Install GroupDocs.Comparison as a Cake Tool
#tool nuget:?package=GroupDocs.Comparison&version=22.10.0
Compare PDF Files with Hieroglyphics via .NET API
Product Page | Docs | Demos | API Reference | Examples | Blog | Search | 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.
What's new in v22.10.0
Compare PDF Files with Hieroglyphics
Ability to perform comparison of PDF files with Hieroglyphics.
Improved List Tags Comparison in HTML
This API release offers the improvement in comparing of list tags in HTML.
Better Handling of Annotations in PDF
Improved handling of annotations while comparing the Adobe® PDF documents. Previously it was observed that some annotations were being lost. That issue has now been resolved.
For a complete list of features, enhancements, and bug fixes in this release please visit, GroupDocs.Comparison for .NET 22.10 Release Notes.
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 | Search | Free Support | Temporary License
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.0
- No dependencies.
-
.NETStandard 2.1
- Microsoft.Extensions.DependencyModel (>= 2.0.4)
- Microsoft.Win32.Registry (>= 4.7.0)
- SkiaSharp (>= 2.80.2)
- 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 (>= 4.7.0)
-
net6.0
- Microsoft.Extensions.DependencyModel (>= 2.0.4)
- Microsoft.Win32.Registry (>= 4.7.0)
- SkiaSharp (>= 2.80.2)
- 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 (>= 4.7.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
23.1.0 | 481 | 1/26/2023 |
22.11.0 | 1,953 | 12/1/2022 |
22.10.0 | 867 | 10/28/2022 |
22.8.0 | 5,212 | 8/19/2022 |
22.6.0 | 7,430 | 6/22/2022 |
22.4.0 | 81,567 | 5/3/2022 |
22.3.0 | 12,982 | 3/31/2022 |
22.1.0 | 5,948 | 1/31/2022 |
21.12.0 | 1,056 | 12/22/2021 |
21.11.0 | 2,334 | 11/30/2021 |
21.10.0 | 4,412 | 10/29/2021 |
21.9.0 | 3,099 | 9/30/2021 |
21.8.0 | 6,395 | 9/1/2021 |
21.7.0 | 4,883 | 7/30/2021 |
21.6.0 | 2,739 | 6/30/2021 |
21.5.0 | 3,647 | 5/31/2021 |
21.4.0 | 648 | 4/30/2021 |
21.3.0 | 2,627 | 3/31/2021 |
21.2.0 | 22,581 | 2/26/2021 |
21.1.0 | 749 | 1/29/2021 |
20.12.0 | 4,701 | 12/21/2020 |
20.11.0 | 667 | 11/30/2020 |
20.10.0 | 4,679 | 10/30/2020 |
20.9.0 | 2,898 | 9/30/2020 |
20.8.0 | 2,953 | 8/31/2020 |
20.7.0 | 2,835 | 7/31/2020 |
20.6.0 | 7,258 | 6/26/2020 |
20.5.0 | 4,544 | 5/29/2020 |
20.4.2 | 4,621 | 5/12/2020 |
20.4.1 | 2,670 | 4/30/2020 |
20.4.0 | 571 | 4/30/2020 |
20.3.1 | 2,992 | 4/6/2020 |
20.3.0 | 678 | 3/31/2020 |
20.2.0 | 4,824 | 2/28/2020 |
20.1.0 | 4,607 | 1/28/2020 |
19.12.0 | 2,768 | 12/20/2019 |
19.11.0 | 2,802 | 11/29/2019 |
19.10.0 | 876 | 10/28/2019 |
19.9.1 | 780 | 10/16/2019 |
19.9.0 | 786 | 9/17/2019 |
19.6.0 | 1,862 | 6/27/2019 |
19.5.0 | 1,158 | 5/23/2019 |
19.3.1 | 1,365 | 3/21/2019 |
19.3.0 | 542 | 3/18/2019 |
19.1.0 | 1,912 | 1/25/2019 |
18.11.0 | 1,706 | 12/4/2018 |
18.10.0 | 992 | 11/5/2018 |
18.9.0 | 1,003 | 10/4/2018 |
18.8.0 | 1,035 | 8/31/2018 |
18.7.1 | 1,008 | 8/6/2018 |
18.7.0 | 964 | 7/23/2018 |
18.6.0 | 999 | 6/15/2018 |
18.5.0 | 1,156 | 5/17/2018 |
18.4.0 | 1,732 | 4/18/2018 |
18.3.0 | 1,129 | 3/9/2018 |
18.2.0 | 1,074 | 2/8/2018 |
18.1.0 | 1,077 | 1/16/2018 |
17.12.0 | 1,038 | 12/7/2017 |
17.11.0 | 1,077 | 11/1/2017 |
17.10.0 | 942 | 10/2/2017 |