Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 1,075 for

signature family

(0.12 sec)
  1. Getting metered license-information | Documenta...

    Note This example related to Self-hosted version of GroupDocs.Conversion-Cloud only The metered license can be used in Self-hosted version of GroupDocs.Conversion-Cloud. Here is an example how to retrieve metered license information. You can find more information about Self-hosted version at How to self-host GroupDocs.Conversion Cloud with Docker Resource URI HTTP GET ~/conversion/license cURL example Request # cURL example to get metered license information curl -v "http:///v2.0/conversion/license" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer " Response { "isLicensed": true } Response The response structure contains metered license information:...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/license-informa...
  2. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Merger Cloud product. Resources The following GroupDocs.Editor Cloud REST API resource has been used in the get supported file types example. HTTP POST ~/formats cURL example The following example demonstrates how to get supported file types. Request * First get JSON Web Token * Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/merger/get-supported-file-...
  3. Quick Start | Documentation

    GroupDocs.Viewer Cloud Quick Start...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/quick-start/
  4. Paraphrase file with GroupDocs.Rewriter SDK | D...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrasing files....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/file/sdk/paraphrase/
  5. Detecting paraphrases in files with GroupDocs.R...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrase detection in files....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/file/sdk/detect/
  6. Summarizing files with GroupDocs.Rewriter SDK |...

    How to use GroupDocs.Rewriter Cloud SDK for files summarization....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/file/sdk/summarize/
  7. Simplifying files with GroupDocs.Rewriter SDK |...

    How to use GroupDocs.Rewriter Cloud SDK for files simplification....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/file/sdk/simmplify/
  8. Image Representation of Document Pages | Docume...

    Note Note: The features listed in this page are working only with GroupDocs.Annotation Cloud V1 GroupDocs.Annotation Cloud API supports to render the document pages to images and retrieves images link. Following APIs are provided for the purpose. Generate Images of Document Pages This API generates images of the document pages and returns links to generated images. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to generate images of document pages....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/image-represent...
  9. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Annotation-Cloud only The metered license can be used in Docker version of GroupDocs.Annotation-Cloud. Here is an example how to retrieve metered license consumption. You can find more information about Docker version at How to self-host GroupDocs.Annotation Cloud with Docker Note about credits consumption when using metered license in docker version Storage calls are not charged Annotation API calls charge is based on document size: 1 credit per call per 20MB Resource URI HTTP GET ~/annotation/consumption...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/metered-consump...
  10. Get Document Metadata | Documentation

    GroupDocs.Conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a Metadata of supported formats, You can use the below API. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the Document Metadata example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/info?FilePath#words/four-pages.docx" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response Content-type: application/json { "fileType": "docx", "pageCount": 4, "size": 8651, "width": 0, "height": 0, "horizontalResolution": 0, "verticalResolution": 0, "bitsPerPixel": 0, "title": "", "author": "", "createdDate": "2016-05-18T00:00:00Z", "modifiedDate": "0001-01-01T00:00:00", "layers": null, "isPasswordProtected": false } SDK examples The API is completely independent of your operating system, database system or development language....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/get-document-me...