Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 6,609 for

id client

(0.09 sec)
  1. Features Overview | Documentation

    Features Overview of GroupDocs.Viewer Cloud... One set of keys Client Id and Client Secret are required...

    docs.groupdocs.cloud/viewer/features-overview/
  2. 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...ud For more information on client credentials, please visit this...

    blog.groupdocs.cloud/parser/extract-images-from...
  3. GroupDocs.Parser MCP Server | Document Parsing ...

    Learn how to set up the open-source GroupDocs.Parser Cloud MCP Server, a lightweight MCP wrapper that enables AI agents to extract text, images, and barcodes from documents in GroupDocs Cloud storage....access – Any MCP‑compatible client (VS Code, Cursor, KiloCode...environments Any MCP-compatible client (AI IDEs, chat applications, autonomous...

    blog.groupdocs.cloud/parser/groupdocs-parser-mc...
  4. 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...Configuration class where we pass client credentials as arguments. var...

    blog.groupdocs.cloud/conversion/convert-csv-to-...
  5. Convert PDF to Editable Word Document using Ruby

    You can convert PDF to Word DOCX in Ruby on the cloud. In this article, we will learn how to convert PDF to Editable Word document using Ruby Cloud API....Please also get your Client ID and Client Secret from the dashboard...examples. Once you have your Client ID and secret, please add it...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  6. 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....Token # 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...
  7. C# .NET Convert MPP to PDF | Export MS Project ...

    How to convert Microsoft Project (MPP) files to PDF using .NET REST API. Step-by-step guIde to export MS Project into PDF for easy sharing and reporting...Conversion-Cloud Then obtain your Client ID and Client Secret from the GroupDocs...of Configuration class using client credentials. Configuration...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  8. Compare sensitivity | Documentation

    GroupDocs.Comparison Cloud allows to adjust comparison sensitivity to achieve the necessary balance between file comparison speed and accuracy. Possible comparison sensitivity values range is from 0 to 100. Minimal value - the minimal value is 0. Setting sensitivity to a minimal value provIdes the fastest comparison speed, but it may produce worst comparison quality. If there is at least one common letter in two compared words then these words will not be treated as fully inserted and deleted Value by default - the default value is 75....your Client Id and Client Secret in $CLIENT_ID and $CLIENT_SECRET..."grant_type=client_credentials&client_id= $CLIENT_ID &client_secret=...

    docs.groupdocs.cloud/comparison/compare-sensiti...
  9. 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...
  10. Working With Files | Documentation

    Download File API This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Parser Cloud API Reference lets you try out Download a File API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description Path Path of the file including file name and extension e.g. /Folder1/file.extRequired. Can be passed as a query string parameter or as part of the URL storageName Name of the storage....storage used versionId File version id cURL example Linux/MacOS/Bash... However, manually writing client code can be difficult, error-prone...

    docs.groupdocs.cloud/parser/working-with-files/