GroupDocs.Comparison Cloud provIdes an ability to select metadata source when saving resultant file. Files have metadata information – author, organization, etc.
Possible metadata sources are:
Source file metadata; Target file metadata; User-defined metadata. The following code demonstrates how to set resultant file metadata.
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...."grant_type=client_credentials&client_id= $CLIENT_ID &client_secret=...&client_secret= $CLIENT_SECRET " \ -H "Content-Type: application/x-www-form-urlencoded"...