Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 1,247 for

comparison family

(0.04 sec)
  1. Translation workflow | Documentation

    An overview of the GroupDocs.Translation Cloud workflow....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/workflow/
  2. DeleteViewOptions | Documentation

    DeleteViewOptions data structure used as input parameters for Delete View working-with-viewer-api API DeleteViewOptions example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" } } DeleteViewOptions fields Name Description FileInfo.FilePath The path of the document, delete view requested for. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Not used...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/deleteviewoptions/
  3. Supported file formats | Documentation

    A complete list of file formats that can be translated using GroupDocs.Translation Cloud....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/supported-file...
  4. GroupDocs.Metadata Cloud | Documentation

    GroupDocs.Metadata Cloud is a REST API for managing metadata in the documents of different file formats. It provides easy to use metadata extracting and modifying methods. It also allows you to search and remove existing metadata in a document. The API provides straightforward and easy to use set of methods to add, search, modify and remove metadata in supported file formats....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/
  5. Pricing Plan | Documentation

    GroupDocs builds incredible easy to use Software as a Service (SaaS) that developers can fully evaluate before committing to buying. To do this, we rely on a slightly different sales model.Please check the Pricing Plan and How to Purchase web-page that gives an overview of our single pricing plan and why there are no “upgrades” or “downgrades”....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/editor/pricing-plan/
  6. Working with Conversion API | Documentation

    This API intended for convert the document to specified target format. URI ~/ HTTP POST Example 2 (Convert document) Takes as input and returns. Example URL https://api.groupdocs.cloud/v2.0/conversion Request { "FilePath": "/words/docx/one-page.docx", "Format": "pdf", "OutputPath": "converted" } Response [ { "name": "one-page.pdf", "size": 17958, "url": "converted/one-page.pdf" } ]...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/conversion-api/
  7. Sending Resx files for translation | Documentation

    How to send Resx files for translation to the selected languages....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/file/request/r...
  8. Sending Srt files for translation | Documentation

    How to send Srt files for translation to the selected languages....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/file/request/s...
  9. Supported Platforms | Documentation

    GroupDocs.Editor Cloud is a REST API that can be used with any language: .NET, Java, PHP, Ruby, Python, Node.js and many more. You can use it with any language or platform that supports REST. (Almost all platforms and languages support REST and provide native REST clients to work with REST APIs). You do not need to worry about language or platform limitations. You can use it with any platform – web, desktop, mobile, and cloud....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/watermark/supported-platfo...
  10. DeleteResult | Documentation

    DeleteResult data structure returned by Delete API method as output result DeleteResult example { "fileInfo": { "filePath": "signedBarcode_one-page.docx", "storageName": null, "versionId": null, "password": null }, "size": 1360026, "succeeded": [ { "barcodeType": "Code128", "text": "123456789012", "format": null, "signatureType": "Barcode", "pageNumber": 1, "signatureId": "4cb67aa8-835d-4877-8a5d-5a9ad015a098", "isSignature": true, "createdOn": "2020-07-23T07:26:42.7549544+00:00", "modifiedOn": "2020-07-23T07:36:03.9037414+00:00", "top": 0, "left": 0, "width": 0, "height": 0 } ], "failed": [] } DeleteResult fields Name Description API Version fileInfo Input file information size The size of the output document Succeeded List of successfully deleted signatures Failed List of signatures that were not deleted...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/deleteresult/