Programmatically Compare PDF Files using a REST API on the cloud in Node.js with GroupDocs.Comparison Cloud SDK for Node.js.... The comparison lets you identify similarities...in this article: Document Comparison REST API and Node.js SDK...
Note This example related to Docker version of GroupDocs.Comparison-Cloud only The metered license can be used in Docker version of GroupDocs.Comparison-Cloud. Here is an example how to retrieve metered license consumption.
You can find more information about Docker version at How to self-host GroupDocs.Comparison Cloud with Docker
Resource URI HTTP GET ~/Comparison/consumption
cURL example Request * cURL example to get metered license consumption curl -v "http:///v2.0/Comparison/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer " Response { "credit": 487848, "quantity": 6061570985....Comparison Product Solution GroupDocs...Documentation / GroupDocs.Comparison Cloud / Developer Guide /...
This REST API allows to obtain basic information about the document and it’s properties.
It returns InfoResult data structure, which contains the list of properties:
Document file format File extension File size Pages count Resource The following GroupDocs.Viewer Cloud REST API resource has been used to get document information.
cURL example Request * First get JSON Web Token * Please get your Client Id and Client Secret from . Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument....Comparison Product Solution GroupDocs...Documentation / GroupDocs.Comparison Cloud / Developer Guide /...
Create an account Creating an account is very simple. Go to Dashboard to create a free account.
We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard.
Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret....Comparison Product Solution GroupDocs...Documentation / GroupDocs.Comparison Cloud / Getting Started /...
GroupDocs.Comparison Cloud allows to reject all revisions in Word document and save the result.
The following code sample demonstrates how to reject all revisions without getting them.
API usage There are steps that usage of GroupDocs.Comparison Cloud consists of:
Upload input documents into cloud storage Call API method with options Download Comparison result document from storage (if any) Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Comparison Product Solution GroupDocs...Documentation / GroupDocs.Comparison Cloud / Developer Guide /...
Programmatically Parse Word Documents and Extract Text & Images using a REST API on the cloud in Node.js with GroupDocs.Parser Cloud SDK for Node.js....NET , Java , PHP , Ruby , and Python SDKs as its document...
GroupDocs.Comparison Cloud allows to create document preview images, one per page. Image size and format can be set as options.
API Usage There are steps that usage of GroupDocs.Comparison Cloud consists of:
Upload input document into cloud storage Create preview images Download images For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual.
Swagger UI lets you call this REST API directly from the browser....Comparison Product Solution GroupDocs...Documentation / GroupDocs.Comparison Cloud / Developer Guide /...
Comparing different file types is very simple, just upload compared files into the storage and call Comparisons method.
Here is an example how to compare PDF files.
API usage There are steps that usage of GroupDocs.Comparison Cloud consists of:
Upload input documents into cloud storage Compare documents or get document info Download Comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Comparison Product Solution GroupDocs...Documentation / GroupDocs.Comparison Cloud / Developer Guide /...
Integrations and new Cloud API samples, products releases and updates and more in our February 2014 Newsletter....digital signing, conversion, comparison and assembly into their Java...GroupDocs.Comparison for .NET Library Improved comparison algorithm...
GroupDocs.Comparison Cloud allows to accept all revisions in Word document and save the result.
The following code sample demonstrates how to accept all revisions without getting them.
API usage There are steps that usage of GroupDocs.Comparison Cloud consists of:
Upload input documents into cloud storage Call API method with options Download Comparison result document from storage (if any) Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Comparison Product Solution GroupDocs...Documentation / GroupDocs.Comparison Cloud / Developer Guide /...