Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 5,656 for

client secret

(0.05 sec)
  1. Extract PowerPoint Images in Node.js | PPTX Ima...

    Learn how to extract images from PowerPoint presentations (.ppt, .pptx) with Node.js API. Automate image extraction with REST API or cURL.... Get your Client ID and Client Secret . Install the SDK:...ud For more information on client credentials, please visit this...

    blog.groupdocs.cloud/parser/extract-images-from...
  2. Convert PDF to PPTX using a REST API in Python ...

    Programmatically Convert PDF to PowerPoint presentation (PPTX) using a REST API on the cloud in Python with Document Conversion Cloud SDK for Python....Please get your Client ID and Client Secret from the dashboard... Once you have your ID and secret, please add in the code as...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  3. 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
  4. Sign PDF with Stamp using REST API in Node.js |...

    Programmatically Sign PDF documents with Stamp signatures using REST API on the cloud in Node.js with GroupDocs.Signature Cloud SDK for Node.js....oud Please get your Client ID and Secret from the dashboard before... Once you have your ID and secret, add in the code as shown below:...

    blog.groupdocs.cloud/signature/sign-pdf-with-st...
  5. 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....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/metadata/set-metadata-by-p...
  6. Digital Signing of PDF Documents in Node.js wit...

    Hello, first post here. I followed the Node.js SDK example and so far I got this: certificate = Assets.getBinary('keyStore.pfx') imagePath = Assets.getBinary('base_icon_transparent_background.png') axios.get(url, { re…...async () => { // Get Client Id and Client Secret from https://dashboard...share your credentials (client ID and secret) via a private message...

    forum.groupdocs.cloud/t/digital-signing-of-pdf-...
  7. 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...
  8. 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...
  9. C#: Embed Webpage into PowerPoint | Insert a We...

    Learn how to convert HTML to PowerPoint presentations using C# with GroupDocs.Conversion Cloud SDK. Insert HTML in PowerPoint or Convert HTML to PPT in C#.... Client ID and Client Secret). You may visit this...Configuration class where we pass client credentials as arguments. var...

    blog.groupdocs.cloud/conversion/convert-html-to...
  10. Comma Delimited files to Excel | CSV to Excel i...

    Convert comma delimited files to Excel using C# .NET. Save csv comma separated values to Excel workbook with C#.... 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-...