Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 4,044 for

comparison

(0.13 sec)
  1. compare word documents on Document Automation R...

    compare word documents on Document Automation REST APIs | GroupDocs Cloud Recent content in compare word documents on Document Automation REST APIs | GroupDocs Cloud Porównaj dokumenty Worda przy u......Comparison Cloud SDK dla Node.js. Porównaj...Python z zestawem Document Comparison Cloud SDK dla języka Python...

    blog.groupdocs.cloud/pl/tag/compare-word-docume...
  2. compare word documents on Document Automation R...

    compare word documents on Document Automation REST APIs | GroupDocs Cloud Recent content in compare word documents on Document Automation REST APIs | GroupDocs Cloud مقایسه اسناد Word با استفاده از......Comparison Cloud SDK برای Node.js به...ابر در پایتون با Document Comparison Cloud SDK پایتون مقایسه کنید...

    blog.groupdocs.cloud/fa/tag/compare-word-docume...
  3. compare word documents on Document Automation R...

    compare word documents on Document Automation REST APIs | GroupDocs Cloud Recent content in compare word documents on Document Automation REST APIs | GroupDocs Cloud Node.js の REST API を使用して Word ド......Comparison Cloud SDK for Node.js を使用して、Node...を使用して Word 文書を比較する Document Comparison Cloud SDK for Python を使用して、Python...

    blog.groupdocs.cloud/ja/tag/compare-word-docume...
  4. 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...
  5. Reject Tracked Changes using Python on Document...

    Reject Tracked Changes using Python on Document Automation REST APIs | GroupDocs Cloud Recent content in Reject Tracked Changes using Python on Document Automation REST APIs | GroupDocs Cloud Pytho......文書の変更履歴の承認または拒否 Document Comparison Cloud SDK for Python を使用して、Python...

    blog.groupdocs.cloud/ja/tag/reject-tracked-chan...
  6. ApplyRevisionsOptions | Documentation

    ApplyRevisionsOptions data structure defines options for applying revisions using “PUT” /Comparison/revisions API method ApplyRevisionsOptions example: { 'SourceFile': { 'FilePath': 'source_files/word/source_with_revs.docx' }, 'Revisions': [ { 'Id': 0, 'action': 'Accept' }, { 'Id': 1, 'action': 'Accept' }, ], 'OutputPath': 'output/result.docx' } Name Description SourceFile Information about source file Revisions Array of revision settings OutputPath Path to the output document...Comparison Product Solution GroupDocs...Documentation / GroupDocs.Comparison Cloud / Developer Guide /...

    docs.groupdocs.cloud/comparison/applyrevisionso...
  7. PDF & Office Java Document Viewer Module for DN...

    GroupDocs released a module which allows DNN developers to integrate its downloadable Java document viewer into their DNN websites....Comparison for .NET Library and Cloud...Cloud App Improved DOC/DOCX comparison. Improved detection of changed...

    blog.groupdocs.cloud/annotation/focus-groupdocs...
  8. REST API Overview | Documentation

    This document outlines the design of a REST-based API for GroupDocs Cloud, it covers both the structure of REST URLs as well as specific behavior linked to the API such as Authentication, Request Queuing, and Storage. The GroupDocs Cloud API will give developers access to all the key functions of the downloadable GroupDocs components through a Software as a Service hosted model. There will be 3 sub-components within the API design (although these are largely transparent to the end-user);...Comparison Product Solution GroupDocs...Conversion Cloud GroupDocs.Comparison Cloud GroupDocs.Signature...

    docs.groupdocs.cloud/total/overview-rest-api/
  9. GroupDocs Newsletter October 2017 Edition – Doc...

    GroupDocs developer newsletter of October 2017 describes API updates, major feature enhancements and bug fixes within GroupDocs document manipulation APIs....Documents – Header & Footer Comparison in Excel Files in .NET #...# GroupDocs.Comparison for .NET 17.8 now adds support for comparing...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  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)...Comparison Product Solution GroupDocs...Documentation / GroupDocs.Comparison Cloud / Developer Guide /...

    docs.groupdocs.cloud/comparison/fileinfo/