Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 629 for

comparison curl

(0.16 sec)
  1. Get list of changes of comparings | Documentation

    GroupDocs.Comparison Cloud allows to obtain list of changes between source and target files. The following code sample demonstrates how to get list of all changes. 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 /...

    docs.groupdocs.cloud/comparison/get-list-of-cha...
  2. Compare multiple documents with specific compar...

    GroupDocs.Comparison Cloud allows to compare more that 2 documents and specify some specific Comparison options like styling for detected changes, Comparison details level etc. The following code sample shows how to compare multiple documents with specific options. 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 /...

    docs.groupdocs.cloud/comparison/compare-multipl...
  3. Accept or Reject document changes | Documentation

    GroupDocs.Comparison Cloud provides an ability to apply or discard specific changes between source and target files and save result with (or without) selected changes. Changes - List of changes that must be applied (or not) to the resulting document; The following code sample shows how to accept/reject changes. 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 /...

    docs.groupdocs.cloud/comparison/accept-or-rejec...
  4. Revealing First Public Release of Next Generati...

    GroupDocs.Comparison Cloud is a REST API for Comparison of documents with manipulatation alongwith changes in the cloud....Comparison Cloud 17.12 REST API for...platform independent document comparison REST API that can be integrated...

    blog.groupdocs.cloud/comparison/announcing-firs...
  5. Set document metadata | Documentation

    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....Comparison Product Solution GroupDocs...Documentation / GroupDocs.Comparison Cloud / Developer Guide /...

    docs.groupdocs.cloud/comparison/set-document-me...
  6. Customize changes styles | Documentation

    GroupDocs.Comparison Cloud provides compare options set with some default values that provides both - appropriate Comparison speed and quality. Example below demonstrates how to change different changes types styling. 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 /...

    docs.groupdocs.cloud/comparison/customize-chang...
  7. Introducing GroupDocs.Comparison Cloud 19.5!

    New version of Groupdocs.Comparison Cloud 19.5 is here. Your interest in our Document Comparison Cloud API keeps us motivated to implement new features....Comparison Cloud 19.5 is here. Your...interest in our Document Comparison Cloud API keeps us motivated...

    blog.groupdocs.cloud/comparison/introducing-gro...
  8. Working with Storage API | Documentation

    Storage existance API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Comparison Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description storageName Storage name Curl example Request Curl -X GET "https://api.groupdocs.cloud/v2.0/Comparison/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK example Our API is completely independent of your operating system, database system or development language....Comparison Product Solution GroupDocs...Documentation / GroupDocs.Comparison Cloud / Developer Guide /...

    docs.groupdocs.cloud/comparison/working-with-st...
  9. Working with File Api | Documentation

    This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Comparison Cloud API Reference lets you to try out Download a File API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description Path Path of the file including file name and extension e.g. /Folder1/file.ext Required. Can be passed as query string parameter or as part of the URL storageName Name of the storage....Comparison Product Solution GroupDocs...Documentation / GroupDocs.Comparison Cloud / Developer Guide /...

    docs.groupdocs.cloud/comparison/working-with-fi...
  10. Get Supported File Formats | Documentation

    GroupDocs.Comparison Cloud REST APIs support document compare tools to compare source and destination files of supported formats to get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.Comparison Cloud REST API resource has been used in the Supported File Formats example. Curl example Request Curl -X GET "https://api.groupdocs.cloud/v2.0/Comparison/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "....Comparison Product Solution GroupDocs...Documentation / GroupDocs.Comparison Cloud / Developer Guide /...

    docs.groupdocs.cloud/comparison/get-supported-f...