Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 1,436 for

viewer family

(0.14 sec)
  1. 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 GroupDocs...

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

    How to send Resx files for translation to the selected languages....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...GroupDocs.Translation Cloud Product Family / Developer's reference / Translating...

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

    How to send Srt files for translation to the selected languages....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...GroupDocs.Translation Cloud Product Family / Developer's reference / Translating...

    docs.groupdocs.cloud/translation/file/request/s...
  4. 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 GroupDocs...

    docs.groupdocs.cloud/watermark/supported-platfo...
  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 GroupDocs...

    docs.groupdocs.cloud/watermark/pricing-plan/
  6. 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 GroupDocs...

    docs.groupdocs.cloud/signature/deleteresult/
  7. FileInfo | Documentation

    FileInfo data structure describes input file FileInfo example { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" } FileInfo fields Name Description FilePath File path in storage StorageName Storage name. Default storage used if not specified VersionId Version ID. Not required. Password Password to open password-protected file...Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/fileinfo/
  8. GroupDocs.Watermark Cloud | Documentation

    GroupDocs.Watermark Cloud is a REST API for managing watermarks in the documents of different file formats. It provides easy to use watermarking methods. It also allows you to search and remove previously added watermarks of popular types (including watermarks added by third-party tools) in a document. The API provides straightforward and easy to use set of methods to add, search, and remove watermarks in supported file formats....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.cloud/watermark/
  9. RemoveOptions | Documentation

    RemoveOptions structure defines options for removing document annotations FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "AnnotationIds": [ 0 ], "OutputPath": "string" } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure AnnotationIds Array of IDs of annotations to remove from the document. FirstPage Num of first page to annotate OnlyAnnotatedPages Indicates whether to save only annotated pages to output document OutputPath Path of output document...Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/removeoptions/
  10. classify/file Request Rarameters | Documentation

    Parameter In Type Default value Comment FormData multipart/form-data File content. BestClassesCount url (Optional) string (“1”, “2”, “3”,..) “1” Count of the best classes to return. Taxonomy url (Optional) string ("", “default”, “iab2”, “documents”, “sentiment”, “sentiment3”) “default” Taxonomy to use for classification return. PrecisionRecallBalance url (Optional) string (“precision”, “recall”, “”) "" Balance between precision and recall. Password url (Optional) string null (not present) File password....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.cloud/classification/classifyfil...