Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 1,247 for

comparison family

(0.04 sec)
  1. 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/
  2. How can I download file with accepted changes w...

    Dear all, I have used code here to upload a file and accept tracked changes in it. The result is at https://api.groupdocs.cloud/v2.0/Comparison/storage/file/output/result.docx, and that’s the file that I would like to …...Comparison Cloud Product Family msoutopico September...https://api.groupdocs.cloud/v2.0/comparison/storage/file/output/result...

    forum.groupdocs.cloud/t/how-can-i-download-file...
  3. 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/
  4. How To Compare Two PDF Documents in PHP With Gr...

    Hello, I want to use cURL with PHP to compare two PDF files. I’m passing two PDF files with credentials (Bearer in header request) but it shows me error 400 for format not supported : File of this format doesn’t suppor…...Comparison REST API? GroupDocs.Comparison Cloud Product...Product Family compare-two-pdfs NathanielMerino May 13, 2022, 5:38pm...

    forum.groupdocs.cloud/t/how-to-compare-two-pdf-...
  5. 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);...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/total/overview-rest-api/
  6. Overview | Documentation

    GroupDocs.Comparison Cloud is a REST API that provides an ability to detect differences between source and target files for changes at paragraphs, words and characters levels. Can identify styling and formatting changes - like bold, italic, underlines, strike-troughs, font types, etc. Every particular difference between compared document can be applied or rejected and the exported to a final document. GroupDocs.Comparison Cloud allows to obtain basic information about source document - file type, size, pages count etc....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/overview/
  7. About - groupdocs.com - Websites - groupdocs.cloud

    English Deutsch Français Русский ไทย 中文 groupdocs.com Hide code .NET & Java libraries that allow developers to seamle......Comparison GroupDocs.Metadata GroupDocs...Classification GroupDocs.Total Product Family Manipulate documents within...

    websites.groupdocs.cloud/groupdocs/com/
  8. About - aspose.app - Websites - groupdocs.cloud

    aspose.app Free No Code Apps for Most Popular File Formats Visit Website Aspose.Words Aspose.Email Aspose.BarCode Asp......Words Product Family Convert, view, edit, merge...original quality. Aspose.Words Comparison Compare two documents and...

    websites.groupdocs.cloud/aspose/app/
  9. Get Stream of Images of Result Document - Chang...

    Note Note: The features listed in this page are working only with GroupDocs.Comparison Cloud V1 You can compare documents and get the stream of images of the result document by providing the JsonRequest Object data in request body. Resource The following GroupDocs.Comparison Cloud REST API resource has been used to get stream of images of result document (changes). cURL example Request curl -v "https://api.groupdocs.cloud/v1.0/Comparison/compareDocuments/changes/stream/images?appsid#XXXX&signature#XXX-XX" -H "Content-Type: application/json" -X PUT -d "{'sourceFile':{'folder':'Comparisons','name':'source....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/get-stream-of-i...
  10. 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....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/working-with-st...