Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 991 for

comparison family

(0.04 sec)
  1. GroupDocs.Signature Cloud Product Family on Doc...

    GroupDocs.Signature Cloud Product Family on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs.Signature Cloud Product Family on Document Processing REST APIs | GroupDocs C......Signature Cloud Product Family on Document Processing REST...GroupDocs.Signature Cloud Product Family on Document Processing REST...

    blog.groupdocs.cloud/ja/categories/groupdocs.si...
  2. GroupDocs.Annotation Cloud Product Family on Do...

    GroupDocs.Annotation Cloud Product Family on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs.Annotation Cloud Product Family on Document Processing REST APIs | GroupDocs......Annotation Cloud Product Family on Document Processing REST...GroupDocs.Annotation Cloud Product Family on Document Processing REST...

    blog.groupdocs.cloud/ja/categories/groupdocs.an...
  3. GroupDocs.Comparison Cloud SDKs | Documentation

    GroupDocs.Comparison Cloud is a modern REST oriented API, that allows easy integration into existing systems. Why use an SDK? Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. SDK benefits Our supported SDKs are 100% tested and out of the box running....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/available-sdks/
  4. 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....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/accept-or-rejec...
  5. Accept or Reject Tracked Changes of Word Docume...

    Programmatically Accept or Reject Tracked Changes of Word Document using a REST API on the cloud in Python with Document Comparison Cloud SDK for Python....in this article: Document Comparison REST API and Python SDK Accept...REST API in Python Document Comparison REST API and Python SDK #...

    blog.groupdocs.cloud/comparison/accept-or-rejec...
  6. 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 Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/Comparison/formats" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/get-supported-f...
  7. DiagramMasterSetting | Documentation

    DiagramMasterSetting data structure used for setting master diagram for diagram Comparison result. DiagramMasterSetting example: { "MasterPath": "string", "UseSourceMaster": true } Name Description MasterPath Path to custom master path UseSourceMaster Value of using master from source and target document together...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/diagrammasterse...
  8. Size | Documentation

    Size data structure used to specify Comparison result size. Size example: { "Width": 0, "Height": 0 } Name Description Width Width of item Height Height of item...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/size/
  9. GroupDocs.Annotation Cloud Product Family | Gro...

    Monthly Newsletter May, 2015 Display 50+ Common Document Types on Your Kentico Site Kentico is a popular CMS largely focused on document management....Comparison for .NET 2.3.3: minor improvements...

    blog.groupdocs.cloud/annotation/groupdocs-custo...
  10. FileInfo | Documentation

    FileInfo data structure used for input files description in various Comparison cloud API methods. FileInfo example: { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" } Name Description FilePath Path of the file in the cloud storage VersionId File Version, can be null or omitted. StorageName Name of the cloud storage. Can be omitted, then default storage used. Password The password for password-protected documents (docx, pdf, etc)...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/fileinfo/