GroupDocs.Comparison-Cloud
22.4.0
dotnet add package GroupDocs.Comparison-Cloud --version 22.4.0
NuGet\Install-Package GroupDocs.Comparison-Cloud -Version 22.4.0
<PackageReference Include="GroupDocs.Comparison-Cloud" Version="22.4.0" />
paket add GroupDocs.Comparison-Cloud --version 22.4.0
#r "nuget: GroupDocs.Comparison-Cloud, 22.4.0"
// Install GroupDocs.Comparison-Cloud as a Cake Addin
#addin nuget:?package=GroupDocs.Comparison-Cloud&version=22.4.0
// Install GroupDocs.Comparison-Cloud as a Cake Tool
#tool nuget:?package=GroupDocs.Comparison-Cloud&version=22.4.0
Document Comparison .NET Cloud REST API
Product Page | Docs | Demos | Swagger UI | Examples | Blog | Search | Free Support | Free Trial
This cloud REST API enhances your C#, ASP.NET & other .NET cloud apps to compare two documents, fetch, accept or reject the changes. Supports 90+ file formats.
Cloud Document Comparison Features
- Compare two documents and fetch changes.
- Fetch document changes based on the change category, such as numeric only.
- Accept or reject the changes that come up after document comparison.
- Get the image stream of the resultant document via the
JsonRequest
object. - Save the resultant document to streams as a set of images.
- Get the resultant document path.
- Add the summary page to the resultant document after comparison.
- Show deleted components in the resultant document.
- Detect style changes.
- Get or set a password to the resultant document.
Supported Document Formats
Microsoft Word: DOC, DOCM, DOCX, DOT, DOTM, DOTX, ODT, OTT, RTF, TXT
Microsoft Excel: XLS, XLSB, XLSM, XLSX, XLTM, XLTX, ODS, OTS, CSV, TSV
Microsoft PowerPoint: PPT, PPTX, PPTM, PPS, PPSX, PPSM, POTM, POTX, ODP, OTP
Microsoft Visio: VDW, VDX, VSD, VSDML, VSDX, VSS, VSSM, VSSX, VST, VSTM, VSTX, VSX, VTX
Microsoft Project: MPP, MPT
Microsoft OneNote: ONE
Email: EML, EMLX, MSG, OST, PST
Adobe Photoshop: PSD
AutoCAD: DGN, DWF, DWG, DXF, IFC, STL
eBook: EPUB, MOBI
Image: BMP, CGM, DCM, DJVU, DNG, EPS, GIF, ICO, JP2, JPF, JPX, J2K, J2C, JPM, JPG, JPEG, ODG, PNG, SVG, TIF, TIFF, WEBP
Markup: HTML, MHT, MHTML, XML
Fixed Layout: PDF, TEX, XPS
Metafile: EMF, WMF
Other: PCL, PS
Get Started
You do not need to install anything to get started with GroupDocs.Comparison Cloud SDK for .Net. Just create an account at GroupDocs for Cloud and get your application information.
Simply execute Install-Package GroupDocs.Comparison-Cloud
from Package Manager Console in Visual Studio to fetch & reference GroupDocs.Comparison assembly in your project. If you already have GroupDocs.Comparison Cloud SDK for .Net and want to upgrade it, please execute Update-Package GroupDocs.Comparison-Cloud
to get the latest version.
Please check the GitHub Repository for common usage scenarios.
Compare DOCX
Documents using REST API
// For complete examples and data files, please go to https://github.com/groupdocs-comparison-cloud/groupdocs-comparison-cloud-dotnet-samples
string MyClientSecret = ""; // Get ClientId and ClientSecret from https://dashboard.groupdocs.cloud
string MyClientId = ""; // Get ClientId and ClientSecret from https://dashboard.groupdocs.cloud
var configuration = new Configuration(MyClientId, MyClientSecret);
var apiInstance = new CompareApi(configuration);
var options = new ComparisonOptions {
SourceFile = new FileInfo {
FilePath = "source_files/word/source.docx"
},
TargetFiles = new List < FileInfo > {
new FileInfo {
FilePath = "target_files/word/target.docx"
}
},
OutputPath = "output/result.docx"
};
var request = new ComparisonsRequest(options);
var response = apiInstance.Comparisons(request);
Product Page | Docs | Demos | Swagger UI | Examples | Blog | Search | Free Support | Free Trial
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 | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 2.0
- Newtonsoft.Json (>= 12.0.3)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 12.0.3)
- System.Diagnostics.TraceSource (>= 4.3.0)
- System.Net.Requests (>= 4.3.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 |
---|---|---|
22.4.0 | 415 | 4/14/2022 |
21.7.0 | 269 | 7/16/2021 |
21.3.0 | 288 | 3/11/2021 |
20.12.0 | 301 | 12/2/2020 |
20.5.0 | 420 | 5/21/2020 |
19.5.0 | 659 | 5/21/2019 |
18.9.0 | 590 | 12/20/2018 |
18.9.0-alpha-20181220070637 | 468 | 12/20/2018 |
18.4.0 | 808 | 5/11/2018 |
18.4.0-alpha-20180511075007 | 681 | 5/11/2018 |
17.12.0 | 868 | 1/24/2018 |