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

secret client

(0.09 sec)
  1. Latest topics - Free Support Forum - groupdocs....

    Get FREE technical support for GroupDocs Cloud APIs from our developers using free support forum....Token using the client id and client secret GroupDocs.Conversion...com.groupdocs.cloud.merger.client.ApiException: No space left...

    forum.groupdocs.cloud/latest
  2. Extract Metadata of Images using C# | Metadata ...

    Automate the Extraction and Modification of Image Metadata in C# by Utilizing a REST API hosted in the Cloud, Employing the Metadata Manipulation Cloud SDK for .NET....Please get your Client ID and Client Secret from the dashboard... Once you have your client ID and Secret, add in the code as...

    blog.groupdocs.cloud/metadata/extract-and-manip...
  3. 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...
  4. Add Image Watermarks | Documentation

    This REST API allows adding image watermarks to the document. With this API you can add image watermarks with the following features: Image watermark supports various image formats: PNG, GIF, TIFF, JPG. You may upload the desired image to the Storage and then pass the path as a parameter of Watermark operation; There are many watermark positioning and transforming properties; There are format-specific options. These options allow to leverage specific format features and often allow to make watermarks stronger; For protected documents, it is required to provide the password....Token # Place your Client Id and Client Secret in the environment...environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api...

    docs.groupdocs.cloud/watermark/add-image-waterm...
  5. Convert HTML to PDF in C# using REST API

    Convert HTML web page to PDF document online in C# to retain the format or print it. This article is about how to convert HTML to PDF in C# using REST API....need to get your Client ID and Client Secret from the dashboard...samples. Add your Client ID and Client Secret in the code as shown...

    blog.groupdocs.cloud/conversion/convert-html-to...
  6. Verify text signatures | Documentation

    GroupDocs.Signature Cloud provides a method to verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Verify signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....Please get your Client Id and Client Secret from https://dashboard...Place Client Id in $CLIENT_ID and Client Secret in $CLIENT_SECRET...

    docs.groupdocs.cloud/signature/verify-text-sign...
  7. Extract Images from HTML | HTML Image Extractor...

    How to extract images from HTML file using .NET REST API. Extract Base64, inline, embedded, and linked images from HTML using the best HTML image extractor...GroupDocs Cloud account (Client ID & Client Secret). .NET 6.0+ installed...Configuration( "YOUR_CLIENT_ID" , "YOUR_CLIENT_SECRET" ); var parserApi...

    blog.groupdocs.cloud/parser/extract-images-from...
  8. 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...
  9. 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...
  10. 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...