Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 5,676 for

secret client

(0.14 sec)
  1. 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)?... The signature’s secret key is held by the server so...Tokens Work A browser or mobile client makes a request to the authentication...

    docs.groupdocs.cloud/total/authenticating-api-r...
  2. C# QR Code Generator | How to Create QR Code in...

    Discover *how to generate QR codes with logos using C# QR Code Generator REST API*. Enhance brand recognition, aesthetics, and trust while personalizing your QR codes....Step 2: Initialize the API Client Step 3: Upload the Document...Initialize the API Client # To initialize the API client, please get...

    blog.groupdocs.cloud/signature/generate-qr-code...
  3. PDF to Excel | Convert PDF to XLS | Transform P...

    Convert PDF files to Excel workbooks using C# .NET. Perform seamless PDF to XLS conversion online.... Client ID and Client Secret). Please follow the...Configuration class where we pass client credentials as arguments. var...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  4. Convert HTML to Markdown via Java | Comprehensi...

    GroupDocs.Conversion offers conversion of a wide range of document formats. This article is about how to convert HTML to Markdown with Java using REST API.... Collect Client ID and Client Secret from the dashboard...below once you have your Client ID and Secret: How to Convert HTML...

    blog.groupdocs.cloud/conversion/convert-html-to...
  5. Convert PDF to HTML in .NET | PDF to Web Page C...

    How to convert PDF to HTML using .NET API. Step-by-step guide with code samples, cURL commands, and SEO-friendly tips for accurate PDF to web conversion....your personalized Client ID and Client Secret from the Aspose Cloud...= "YOUR_CLIENT_ID", ClientSecret = "YOUR_CLIENT_SECRET" }; var...

    blog.groupdocs.cloud/conversion/pdf-to-html-onl...
  6. CSV to PDF | CSV to PDF Conversion in C#. Conve...

    How to convert CSV files to PDF format with ease using our step-by-step guide. Easy and simple CSV to PDF conversion using C# and GroupDocs.Conversion Cloud API.... Client ID and Client Secret). Please follow the...Configuration class where we pass client credentials as arguments. var...

    blog.groupdocs.cloud/conversion/convert-csv-to-...
  7. Use Python to Change Content of a TXT File - Ed...

    Use a REST API to easily alter text files using Python. Use this robust solution to easily edit, update, and customize web pages....Next, access your Client ID and Client Secret from the dashboard...

    blog.groupdocs.cloud/editor/edit-text-file-with...
  8. Help! - Free Support Forum - groupdocs.cloud

    Hi , it’s possible to have support to translation PDF ( en to other language) ? How I must do it? I want test with postman and after compile java class. Now I receive error 401 , Bearer error=“invalid_token”, error_de…...{ "grant_type": "client_credentials", "client_id": "a2780c6e-..."a2780c6e-89c8-4b33-9da2-7d603a898cc9", "client_secret": "d0c07818c712b1b5096d"...

    forum.groupdocs.cloud/t/help/5457
  9. Extract Formatted Text | Documentation

    This REST API allows extracting formatted text by setting the pages extraction mode option. You need to specify the FormattedTextOptions Mode parameter besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract formatted text example. cURL example The following example demonstrates how to extract formatted text. Linux/MacOS/Bash # Get JSON Web Token # Provide your Client Id and Client Secret via environment variables $Client_ID and $Client_Secret....Token # Provide your Client Id and Client Secret via environment variables...variables $CLIENT_ID and $CLIENT_SECRET. curl -v "https://api...

    docs.groupdocs.cloud/parser/extract-formatted-t...
  10. Get Container Items Information | Documentation

    This REST API endpoint allows retrieving container items (relative paths) from ZIP archives, documents that contain other attached documents like emails, PDF portfolios, MS Outlook storages. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. FileInfo.Password The password to open file It should be specified only for password-protected documents....Please get your Client Id and Client Secret from https://dashboard...environment variables: $CLIENT_ID and $CLIENT_SECRET. curl -v "https://api...

    docs.groupdocs.cloud/parser/get-container-items...