Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 2,069 for

authorization

(0.08 sec)
  1. Extract Images of Word Document in Node.js | Ge...

    Learn how to extract images from Word documents (.doc, .docx) using GroupDocs.Parser Cloud SDK for Node.js. Automate image extraction with REST API or cURL...application/json" \ -H "authorization: Bearer {ACCESS_TOKEN}"...

    blog.groupdocs.cloud/parser/extract-images-from...
  2. How to esign a document with customer's signatu...

    Hello, I’m struggling to figure out how to do the following via API based on the documentation provided: Uploading a file: I created an internal storage in my GroupDocs dashboard to temporarily store my files but I c…..."accept: application/json" -H "authorization: Bearer [Access_Token]"...

    forum.groupdocs.cloud/t/how-to-esign-a-document...
  3. API calls failing with (The request signature w...

    Hello, I’m running groupdocs in our custom infrastructure as well as with docker in the local environment. On the cloud infra I’m using AWS AppRunner to execute the docker container I stored on ECR. On the local envir…...application/json' \ -H 'authorization: Bearer <TOKEN>' \ -H 'Content-Type:...

    forum.groupdocs.cloud/t/api-calls-failing-with-...
  4. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains the document description with metadata and coordinates of text on pages. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to get document information. cURL example Request curl -v "https://api.groupdocs.cloud/v2.0/annotation/info" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer " \ -d "{ 'FilePath': 'annotationdocs/one-page.docx'} Response { "name": "one-page.docx", "path": "annotationdocs/one-page....application/json" \ -H "Authorization: Bearer <jwt token>" \ -d...

    docs.groupdocs.cloud/annotation/get-document-in...
  5. Getting metered license consumption | 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 consumption. You can find more information about Self-hosted version at How to self-host GroupDocs.Conversion Cloud with Docker Resource URI HTTP GET ~/conversion/consumption cURL example Request # cURL example to get metered license consumption curl -v "http:///v2.0/conversion/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer " Response { "credit": 487848, "quantity": 6061570985....application/json" \ -H "Authorization: Bearer <jwt token>" Response...

    docs.groupdocs.cloud/conversion/metered-consump...
  6. Convert PDF to JPG | PDF Document to JPG | PDF ...

    Convert PDF documents into JPG images using .NET REST API. Simple and easy PDF to JPG conversion in C# .NET....application/json" \ -H "authorization: Bearer {accessToken}" \...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  7. Convert Excel to CSV | XLS to Comma Delimited F...

    How to effortlessly transform Excel files into CSV format using .NET REST API. Perform Excel to comma delimited files conversion. XLS to CSV or XLSX to CSV...application/json" \ -H "authorization: Bearer {accessToken}" \...

    blog.groupdocs.cloud/conversion/convert-excel-t...
  8. 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:...application/json" \ -H "Authorization: Bearer <jwt token>" Response...

    docs.groupdocs.cloud/conversion/license-informa...
  9. 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....application/json" \ -H "Authorization: Bearer <jwt token>" Response...

    docs.groupdocs.cloud/merger/get-supported-file-...
  10. 7. Convert to Text Formats | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to Text Formats and returns the output document storage URL and also support to get result as a stream or Array of stream. Convert to Text Formats You can convert the supported document formats to Text Formats and get output as Storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to Text format example...."accept: application/json" -H "authorization: Bearer [Access Token]"..."accept: application/json" -H "authorization: Bearer [Access Token]"...

    docs.groupdocs.cloud/conversion/convert-to-text...