Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 5,656 for

secret client

(0.18 sec)
  1. Convert PDF to HTML using REST API in Ruby

    GroupDocs.Conversion is an advanced document conversion API solutuion. This article is about how to convert PDF to HTML using REST API in Ruby....Now, please get your Client ID and Secret from the GroupDocs Dashboard...Once you have your Client ID and Client Secret, add these in the...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  2. Annotate DOCX Files using a REST API in Python

    Programmatically Annotate DOCX Files using REST API on the cloud in Python with Document Annotation Cloud SDK for Python....Please get your Client ID and Client Secret from the dashboard...code examples. Add your ID and secret in the code as demonstrated...

    blog.groupdocs.cloud/annotation/annotate-docx-f...
  3. Extract Specific Pages from PDF using Python | ...

    Programmatically Extract Pages from PDF using a REST API on the cloud in Python. Use document merger REST API to split files using Python SDK....Please get your Client ID and Client Secret from the dashboard... Once you have your ID and secret, add in the code as demonstrated...

    blog.groupdocs.cloud/merger/extract-specific-pa...
  4. Convert TXT Files to PDF using REST API in Ruby

    Online document converter allows you to convert TXT to PDF in high quality. This article is about how to convert TXT files to PDF using REST API in Ruby....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-txt-fil...
  5. Edit PowerPoint Presentations using Python | Ed...

    Programmatically edit PowerPoint presentations using a REST API on the cloud in Python with Document Editor Cloud SDK for Python....Please get your Client ID and Client Secret from the dashboard... Once you have your ID and secret, add in the code as demonstrated...

    blog.groupdocs.cloud/editor/edit-powerpoint-pre...
  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....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. Extract Text by a Page Number Range | Documenta...

    This REST API allows extracting text from specific pages only by setting pages range. You need to specify StartPageNumber and CountPagesToExtract parameters besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract text by a page number example. cURL example The following example demonstrates how to extract text by a page number range. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....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/extract-text-by-a-p...
  8. Convert PowerPoint to PDF using File Conversion...

    GroupDocs.Conversion API helps in converting various file formats. This tutorial is about how to convert PowerPoint to PDF using File Conversion API in Ruby...oud Please get your Client ID and Secret from the GroupDocs Dashboard...Once you have your Client ID and Client Secret, add these in the...

    blog.groupdocs.cloud/conversion/convert-powerpo...
  9. Convert JSON to HTML in Node.js | JSON to Web F...

    Easily convert JSON to HTML using GroupDocs.Conversion Cloud SDK for Node.js. Learn how to generate clean HTML from structured JSON files with RESTful API....API credentials ( Client ID and Client Secret ) from the GroupDocs...Configuration("YOUR_CLIENT_ID", "YOUR_CLIENT_SECRET"); const convertApi...

    blog.groupdocs.cloud/conversion/convert-json-to...
  10. Squiggly Annotation | Documentation

    Squiggly annotation marks text with a squiggly styling. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Please get your Client Id and Client Secret from https://dashboard..."grant_type=client_credentials&client_id= $CLIENT_ID &client_secret=...

    docs.groupdocs.cloud/annotation/squiggly-annota...