Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 905 for

editor family

(0.11 sec)
  1. Set Metadata By Property Value | Documentation

    This REST API allows to set document metadata new values choosing properties which values are matching the specified. cURL example The following example demonstrates how to set metadata information to all properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The credentials are read from environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  2. Add Metadata By Property Name Match Exact Phras...

    This REST API allows you to add metadata information as properties with specified name. cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name as specified. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to add metadata to a document curl -v "https://api....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  3. Paraphrase text with GroupDocs.Rewriter SDK | D...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrasing texts....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/text/sdk/paraphrase/
  4. Authenticating API Requests | Documentation

    There is only one way to authenticate GroupDocs Cloud REST APIs: by using OAuth 2.0 protocol with JWT Bearer Token. The JWT token is extracted and validated by our APIs from the Authorization request header. OAuth 2.0 OAuth 2.0 is an authorization framework that enables your applications to obtain access to data to different APIs. OAuth provides authorization flows for web and desktop applications, and mobile devices. What is a JSON Web Token (JWT)?...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/total/authenticating-api-r...
  5. Quick Start | Documentation

    Obtain security credentials and proceed with three steps of the Report Generation process to demonstrate GroupDocs Assembly Cloud API within a few minutes....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/assembly/getting-started/q...
  6. 8. Convert to HTML Format | Documentation

    This example demonstrates how to convert word processing document into html document with advanced conversion 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 the File API documentation for usage details. Step 3 is not needed, if “OutputPath” option is not provided: the convert api method will return converted document in the response body...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/convert-to-html...
  7. 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....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/quick-start/
  8. Sending files for processing | Documentation

    How to send files for processing to the selected language....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/file/request/
  9. Available SDKs | Documentation

    Find the latest software development kits (SDKs) that help you easily integrate GroupDocs.Rewriter Cloud into your applications....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/sdk/
  10. 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. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The values are taken from environment variables CLIENT_ID and CLIENT_SECRET....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/extract-metadata-...