GroupDocs.Comparison-Cloud
21.3.0
See the version list below for details.
dotnet add package GroupDocs.Comparison-Cloud --version 21.3.0
NuGet\Install-Package GroupDocs.Comparison-Cloud -Version 21.3.0
<PackageReference Include="GroupDocs.Comparison-Cloud" Version="21.3.0" />
paket add GroupDocs.Comparison-Cloud --version 21.3.0
#r "nuget: GroupDocs.Comparison-Cloud, 21.3.0"
// Install GroupDocs.Comparison-Cloud as a Cake Addin #addin nuget:?package=GroupDocs.Comparison-Cloud&version=21.3.0 // Install GroupDocs.Comparison-Cloud as a Cake Tool #tool nuget:?package=GroupDocs.Comparison-Cloud&version=21.3.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 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
- 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 |
---|---|---|
24.2.0 | 141 | 2/26/2024 |
23.12.0 | 225 | 12/13/2023 |
23.4.0 | 216 | 5/2/2023 |
22.4.0 | 1,070 | 4/14/2022 |
21.7.0 | 592 | 7/16/2021 |
21.3.0 | 420 | 3/11/2021 |
20.12.0 | 425 | 12/2/2020 |
20.5.0 | 529 | 5/21/2020 |
19.5.0 | 794 | 5/21/2019 |
18.9.0 | 729 | 12/20/2018 |
18.9.0-alpha-20181220070637 | 539 | 12/20/2018 |
18.4.0 | 962 | 5/11/2018 |
18.4.0-alpha-20180511075007 | 784 | 5/11/2018 |
17.12.0 | 1,039 | 1/24/2018 |