Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 26,389 for

order

(0.23 sec)
  1. 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...Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...many development languages in order to make it easier to integrate...

    docs.groupdocs.cloud/annotation/metered-consump...
  2. Remove Metadata By Possible Tag Name | Document...

    This REST API allows to remove metadata properties from the document choosing the properties to remove by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to remove metadata properties that have “creator” phrase in theirs tag names. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  3. 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....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...many development languages in order to make it even easier to integrate...

    docs.groupdocs.cloud/conversion/get-document-me...
  4. Extract Metadata By Property Name Match Regex |...

    This REST API allows to extract metadata properties from the document choosing the properties which names are matching the specified regular expression. cURL example The following example demonstrates how to extract metadata information from all properties with the “dc” string in the beginning of the name. 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....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  5. Get Supported File Formats | Documentation

    GroupDocs.Viewer Cloud REST APIs support to render over 50 file formats to HTML5 or Image formats for the whole document, page by page or custom range of pages. To get list of supported formats, You can use the below API. The following GroupDocs.Viewer Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/viewer/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Resonse { "formats": [ { "extension": "....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...many development languages in order to make it even easier to integrate...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  6. Documentation

    GroupDocs Cloud Documentation Homepage...Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...

    docs.groupdocs.cloud/
  7. Add Metadata | Documentation

    This REST API allows to add metadata to the documents. With this API you can add metadata with following features: Metadata properties could contain different types of values: string; datetime; integer; double; boolean; There are many ways to specify what property should be added. You could search for properties to add by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name)....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...

    docs.groupdocs.cloud/metadata/add-metadata/
  8. Remove Metadata | Documentation

    This REST API allows to remove metadata from the documents. With this API you can search metadata to remove with following features: There are many ways to specify what property should be removed. You could search for properties to add by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name). values of different types: string; datetime; integer; double; boolean; The table below contains the full list of properties that can be specified when removing metadata to the document....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...

    docs.groupdocs.cloud/metadata/remove-metadata/
  9. Fetching translations | Documentation

    How to fetch the translated text from the GroupDocs.Translation Cloud queue....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...

    docs.groupdocs.cloud/translation/text/fetch/
  10. Available SDKs | Documentation

    GroupDocs.Metadata Cloud SDKs GroupDocs.Metadata 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....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...

    docs.groupdocs.cloud/metadata/available-sdks/