Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 1,871 for

jwt

(0.65 sec)
  1. CSV 轉 PDF | C# 中的 CSV 到 PDF 轉換。將 CSV 轉換為 PDF

    如何使用我們的逐步指南輕鬆將 CSV 檔案轉換為 PDF 格式。使用 C# 和 GroupDocs.Conversion Cloud API 輕鬆簡單地將 CSV 轉換為 PDF。... 首先,我們需要根據客戶端憑證產生 JWT 存取令牌。產生 JWT 令牌後,我們需要執行以下 cURL 命令將 CSV...PDF 檔案的名稱,將「accessToken」替換為個人化 JWT 存取權令牌。 如果我們需要將產生的 PDF 保存在本機磁碟機上,請嘗試使用以下...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  2. 可將向量圖形縮放為 JPEG |在 C# 中將 SVG 轉換為 JPG

    使用 GroupDocs.Conversion Cloud SDK 在 C# .NET 中將 SVG 轉換為 JPG。在 C# 中執行可縮放向量圖形到 JPG 的無縫轉換。 SVG 到 JPG 轉換器...在這種方法中,首先我們需要根據客戶端憑證產生 JWT 存取權杖。取得 JWT 令牌後,請執行下列 cURL 指令將可縮放向量圖形轉換為...JPG 圖像的名稱,將“accessToken”替換為個性化 JWT 訪問令牌。 現在,我們還可以使用以下 cURL 命令將生...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  3. JSON 到 HTML |將 JSON 轉換為 HTML | JSON 到 HTML 轉換器

    如何使用 C# .NET 將 JSON 轉換為 HTML。我們的逐步指南解釋了使用 .NET REST API 將 JSON 轉換為 HTML 的方法。... 首先,我們需要根據客戶端憑證產生 JWT 存取令牌。取得 JWT 令牌後,請執行下列 cURL 指令將 JSON...HTML 檔案的名稱,將「accessToken」替換為個人化 JWT 存取權令牌。 如果我們需要將生成的 HTML 儲存到本機驅動器,請嘗試使用以下...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  4. GroupDocs.Comparison Cloud 19.5 のご紹介!

    Groupdocs.Comparison Cloud 19.5 の新バージョンが登場しました。当社の Document Comparison Cloud API への関心により、私たちは新しい機能を実装するモチベーションを維持することができます。...認証 セキュリティを向上させるために、このリリースでは JWT (JSON Web Token) 認証を導入しました。 OAuth2...署名認証方法は、V2 API バージョンではサポートされなくなりました。 JWT アクセス トークンを取得する方法を説明します。 ### Retrieve...

    blog.groupdocs.cloud/ja/comparison/introducing-...
  5. JSON을 HTML로 | JSON을 HTML로 변환 | JSON을 HTML로 변환하는...

    C# .NET을 사용하여 JSON을 HTML로 변환하는 방법. .NET REST API를 사용하여 JSON을 HTML로 변환하는 방법을 설명하는 단계별 가이드입니다....클라이언트 자격 증명을 기반으로 JWT 액세스 토큰을 생성해야 합니다. JWT 토큰을 획득한 후 다음 cURL...파일의 이름으로, ‘accessToken’을 개인화된 JWT 액세스 토큰으로 바꾸세요. 결과 HTML을 로컬 드라이브에...

    blog.groupdocs.cloud/ko/conversion/convert-json...
  6. Remove Watermarks | Documentation

    This REST API allows removing watermarks from the document. The operation performs a search for possible watermarks and then removes them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. There are two popular scenarios to use the Remove operation: Remove particular watermarks found by search criteria. With this scenario Two operations are used: Search and Remove: You define the search criteria set; You first use Search operation with the designed criteria and get the response with search results; You can analyze the response and choose those watermarks that should be deleted; You then call Remove operation with the same set of search criteria; You also provide RemoveIds array with IDs of found watermarks; Then watermarks with passed IDs will be removed Remove all found watermarks....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/watermark/remove-watermarks/
  7. Replace Watermarks | Documentation

    This REST API allows replacing watermarks in the document. The operation performs a search for possible watermarks and then performs replacement operations over them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. With this operation, you may replace found watermark properties: watermark image, text or/and text appearance options like font, size, color, etc. The table below contains the full list of properties....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  8. Get Supported File Formats | Documentation

    This REST API allows getting list of all file formats supported by GroupDocs.Editor Cloud product. Resources The following GroupDocs.Editor Cloud REST API resource has been used in the get supported file types example. HTTP POST ~/formats cURL example The following example demonstrates how to get supported file types. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Place the values in the CLIENT_ID and CLIENT_SECRET environment variables....\ -H "Authorization: Bearer $JWT_TOKEN " Windows PowerShell #..."Authorization: Bearer $env:JWT_TOKEN" Windows CMD rem First...

    docs.groupdocs.cloud/editor/get-supported-file-...
  9. 将 CSV 转换为 JSON | 在 C# .NET 中将 CSV 导出为 JSON

    通过我们的分步指南了解如何轻松地将 CSV 文件转换为 JSON 格式。轻松将 CSV 导出为 JSON。... 第一步是根据客户端凭据生成 JWT 访问令牌,生成 JWT 令牌后,请执行以下 cURL 命令将 CSV...文件的名称,并将“accessToken”替换为个性化的 JWT 访问令牌。 现在,如果我们需要将生成的 JPG 保存在本地驱动器上,请尝试使用以下...

    blog.groupdocs.cloud/zh/conversion/convert-csv-...
  10. CSV를 PDF로 | C#에서 CSV를 PDF로 변환합니다. CSV를 PDF로 변환

    단계별 가이드를 사용하여 CSV 파일을 PDF 형식으로 쉽게 변환하는 방법. C# 및 GroupDocs.Conversion Cloud API를 사용하여 쉽고 간단하게 CSV를 PDF로 변환합니다....클라이언트 자격 증명을 기반으로 JWT 액세스 토큰을 생성해야 합니다. JWT 토큰을 생성한 후에는 다음 cURL...파일의 이름으로, ‘accessToken’을 개인화된 JWT 액세스 토큰으로 바꾸세요. 결과 PDF를 로컬 드라이브에...

    blog.groupdocs.cloud/ko/conversion/convert-csv-...