Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 920 for

security

(0.05 sec)
  1. GroupDocs.Annotation Cloud SDKs | Documentation

    GroupDocs.Annotation 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....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.cloud/annotation/available-sdks/
  2. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Editor-Cloud only The metered license can be used in Docker version of GroupDocs.Editor-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.Editor Cloud with Docker Note about credits consumption when using metered license in docker version Storage calls are not charged Editor API calls charge is based on document size: 1 credit per call per 20MB Not about /join method: if page options, like page number, are set for first of joined documents, there may be extra credit consumed, because of internal implementation....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.cloud/editor/metered-consumption/
  3. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Viewer-Cloud only The metered license can be used in Docker version of GroupDocs.Viewer-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.Viewer Cloud with Docker Resource URI HTTP GET ~/viewer/consumption cURL example Request # cURL example to get metered license consumption curl -v "http:///v2.0/viewer/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer " Response { "credit": 487848, "quantity": 6061570985....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.cloud/viewer/metered-consumption/
  4. Translating HTML files with GroupDocs.Translati...

    How to use GroupDocs.Translation Cloud SDK for translating HTML files....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/translation/file/sdk/html/
  5. Translating Excel files with GroupDocs.Translat...

    How to use GroupDocs.Translation Cloud SDK for translating Excel files....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/translation/file/sdk/excel/
  6. Translating Markdown files with GroupDocs.Trans...

    How to use GroupDocs.Translation Cloud SDK for translating Markdown files....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/translation/file/sdk/markd...
  7. Working with Storage API | Documentation

    Storage existence API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Annotation 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/annotation/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.cloud/annotation/working-with-st...
  8. Split drawing into tiles | Documentation

    Tiled rendering or (rendering by coordinates) is the process of rendering CAD drawings (into an image, HTML or PDF) by dividing into square parts and rendering each part (or tile) separately. The advantage of this process is that the amount of memory involved is reduced as compared to rendering the entire document at once. Generally, DWG documents are divided into pages by Model and Layouts, but when the tiled rendering is enabled, only the Model is rendered and every tile composes a separate page....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.cloud/viewer/split-drawing-into-...
  9. Translating files with GroupDocs.Translation SD...

    How to use GroupDocs.Translation Cloud SDK for translating files....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/translation/file/sdk/
  10. Render document | Documentation

    GroupDocs.Viewer Cloud API enables you to to render various types of documents into HTML, Image, or Pdf. Following example demonstrates on how to render document with default options. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Optional: Delete rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.cloud/viewer/render-document/