Sort Score
Result 10 results
Languages All
Labels All
Results 2,531 - 2,540 of 3,130 for

doc to doc

(0.05 sec)
  1. Evaluate GroupDocs.Annotation | Documentation

    Note You can easily create a trial account on GroupDocs Cloud for evaluation. Please visit our Trial for GroupDocs.Cloud Document page You get access To all the features of GroupDocs.Annotation Cloud using free trial plan with monthly data processing limit. There are no limitations and no evaluation messages on Documents This plan is intended To give you a good idea of the service’s capabilities and let you do some early development....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/annotation/evaluate-groupd...
  2. Set Metadata By Tag | Documentation

    This REST API allows To set Document metadata new values choosing properties by exact tag and category name. cURL example The following example demonstrates how To set metadata information To all properties with the “CreaTor” tag 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. curl -v "https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/metadata/set-metadata-by-tag/
  3. Extract Metadata By Property Name Match Exact P...

    This REST API allows To extract metadata properties from the Document choosing the properties To extract by name. cURL example The following example demonstrates how To extract metadata information from all properties with the exact same name as specified. 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. curl -v "https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  4. 2. Convert CSV Document with Load Options | Doc...

    This example demonstrates how To convert the CSV Documents inTo pdf Documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input Document inTo cloud sTorage Convert Document Download converted Document from sTorage Steps 1 and 3 are sTorage operations, please refer To this GroupDocs.Conversion Cloud Documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted Document in the response body....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/conversion/convert-csv-doc...
  5. Quick Start | Documentation

    Create an account Creating an account is very simple. Go To Dashboard To create a free account. We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it To also acccess the Dashboard. Create an API client app Before you can make any requests To GroupDocs Cloud API you need To get a Client Id and a Client Secret....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/comparison/quick-start/
  6. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/annotation/available-sdks/
  7. Licensing | Documentation

    Create Account For details on how To create a new account please check Create a new Account. Apply Client Id and Client Secret For details on how To get Client Id and Client Secret please check Create New App and Get Client Id and Client Secret. Free Plan Our free plan allows you To use Cloud APIs as you would normally. It only applies the limitation To the data that can be processed with the APIs....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/comparison/licensing/
  8. 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 Token>" Response { "credit": 487848, "quantity": 6061570985....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/viewer/metered-consumption/
  9. Available SDKs | Documentation

    GroupDocs.Conversion 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/conversion/available-sdks/
  10. classify Request Parameters | Documentation

    Parameter In Type Comment body BaseRequest Document’s description (string) and/or Document’s info. BestClassesCount url (Optional) string (“1”, “2”, “3”,..) Count of the best classes To return. Taxonomy url (Optional) string ("", “default”, “iab2”, “Documents”, “sentiment”, “sentiment3”) Taxonomy To use for classification return. PrecisionRecallBalance url (Optional) string (“precision”, “recall”, “”) Balance between precision and recall. BaseRequest Model: BaseRequest { description (string, optional), Document (FileInfo, optional) } FileInfo { folder (string, optional), name (string, optional), password (string, optional) } Examples: JSON...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/classification/classify-re...