Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 1,868 for

jwt

(1.34 sec)
  1. C#: تبدیل HTML به Word | HTML به DOC | HTML به ...

    با استفاده از راهنمای گام به گام ما، محتوای HTML را به فرمت DOCX تبدیل کنید. آموزش آسان و ساده تبدیل HTML به Word به شما امکان می دهد وب را به Word صادر کنید...رویکرد، تولید یک نشانه دسترسی JWT و سپس اجرای دستور cURL زیر برای...با رمز دسترسی شخصی سازی شده JWT جایگزین کنید. برای ذخیره سند...

    blog.groupdocs.cloud/fa/conversion/convert-html...
  2. Penghapus Kata Sandi Laporan Bank | Hapus Kata ...

    Jelajahi cara kami menghapus kata sandi dari PDF laporan bank dalam studi kasus kami. Pelajari langkah-langkah agar penghapusan kata sandi PDF berhasil dan akses data keuangan dengan mudah.... Gunakan JWT yang diperoleh untuk otentikasi...DELETE -H "Authorization: Bearer <jwt token>" -d "{ 'FileInfo': { 'FilePath':...

    blog.groupdocs.cloud/id/merger/online-bank-stat...
  3. 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-...
  4. 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/
  5. 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/
  6. 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...
  7. 將 CSV 轉換為 JSON |在 C# .NET 中將 CSV 匯出為 JSON

    透過我們的逐步指南,了解如何輕鬆將 CSV 檔案轉換為 JSON 格式。輕鬆將 CSV 匯出為 JSON。... 第一步是根據客戶端憑證產生 JWT 存取令牌,產生 JWT 令牌後,請執行下列 cURL 指令將 CSV...JSON 檔案的名稱,將「accessToken」替換為個人化 JWT 存取權令牌。 現在,如果我們需要將生成的 JPG 保存在本機磁碟機上,請嘗試使用以下...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  8. 可將向量圖形縮放為 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...
  9. 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...
  10. 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...