Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 1,593 for

jwt

(0.07 sec)
  1. Java: Convert MPP to HTML | Develop MPP to HTML...

    Learn how to convert Microsoft Project (MPP) files to HTML online using REST API. Easily share and view project plans in any web browser....Firstly, we need to generate a JWT access token based on client...accessToken with a personalized JWT access token. You may consider...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  2. Java JSON 转 HTML | 将 JSON 转换为 HTML | JSON 转网页

    学习如何使用 Java 将 JSON 转换为 HTML。 本指南逐步解释了使用 GroupDocs.Conversion Cloud SDK 进行 JSON 到 HTML 转换的方法。...要开始使用这种方法,我们需要首先根据客户端凭证生成一个 JWT 访问令牌。一旦获取到 JWT 令牌,请执行以下 cURL 命令将 JSON...JSON 文件的名称,并将 JWTtoken 替换为个性化的 JWT 访问令牌。 为了将结果 HTML 文件保存到本地驱动器,请跳过...

    blog.groupdocs.cloud/zh/conversion/convert-json...
  3. Hello, world! | Documentation

    Get familiar with GroupDocs.Rewriter Cloud by running a bare minimum example....transfer is carried out using JWT authentication, which eliminates...theft or disclosure. To obtain a JWT token, get the Client ID and...

    docs.groupdocs.cloud/rewriter/hello-world/
  4. Hello, world! | Documentation

    Get familiar with GroupDocs.Translation Cloud by running a bare minimum example....transfer is carried out using JWT authentication, which eliminates...theft or disclosure. To obtain a JWT token, get the Client ID and...

    docs.groupdocs.cloud/translation/hello-world/
  5. 在 C# 中将 DOCX 转换为 PDF | 免费的在线 DOC 转 PDF 转换器

    轻松使用 REST API 将 DOC 和 DOCX 文件转换为高质量的 PDF 格式。了解如何在线将 DOC、DOCX 文件转换为 pdf。...前提是在使用您的客户端凭据生成 JWT 令牌之后。之后,执行以下命令以进行 DOCX 到 PDF...文件的名称,将 accessToken 替换为个性化的 JWT 访问令牌。 DOC 转换为 PDF 并下载结果文件到本地驱动器:...

    blog.groupdocs.cloud/zh/conversion/convert-doc-...
  6. Java: Convert MPP to PDF | MPP to PDF Converter...

    Learn how to convert MPP to PDF using Java REST API. Simplify project sharing, enhance accessibility, and ensure compatibility with a universal PDF format....Firstly, we need to generate a JWT access token and then, execute...accessToken with a personalized JWT access token. In case we have...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  7. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Watermark Cloud product. Resource URI HTTP POST ~~/formats Swagger UI lets you call this REST API directly from the browser. cURL example Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to get document information curl -v "https://api....\ -H "Authorization: Bearer <jwt token>" Response { "formats"...

    docs.groupdocs.cloud/watermark/get-supported-fi...
  8. Remove Metadata By Property Name | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties with specified name. cURL example The following example demonstrates how to remove metadata properties that may have names containing “Application” string. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....\ -H "Authorization: Bearer <jwt token>" \ -d "{ " FileInfo ":...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  9. Bank Statement Password Remover | Remove PDF Pa...

    Explore how we remove passwords from bank statement PDFs in our case study. Learn the steps for successful PDF password removal and access financial data easily.... Use obtained JWT for authentication. Send a DELETE...DELETE -H "Authorization: Bearer <jwt token>" -d "{ 'FileInfo': { 'FilePath':...

    blog.groupdocs.cloud/merger/online-bank-stateme...
  10. Convert ODS to Excel | ODS to Excel using REST API

    Learn how to convert ODS to Excel (XLSX) using a REST API effortlessly. Explore the benefits of ODS to Excel conversion for seamless data compatibility....this approach is to generate a JWT access token. Then, execute the...accessToken with a personalized JWT access token. If you want to...

    blog.groupdocs.cloud/conversion/convert-ods-to-...