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

jwt

(0.09 sec)
  1. 使用 C# .NET 合併 PDF 檔案 |高效率合併 PDF

    了解如何使用 C# .NET 合併 PDF 檔案。使用 PDF 合併器合併 PDF 檔案的簡單步驟。將多個 PDF 文件連接成單一 PDF... 在這種方法中,首先我們需要根據客戶端憑證產生 JWT 存取權杖(如下面的命令所示)。 curl -v "https://api..."Accept: application/json" 產生 JWT 令牌後,請執行下列指令將第一個檔案的第 2 和第 3 頁與第二個...

    blog.groupdocs.cloud/zh-hant/merger/combine-pdf...
  2. 在 Node.js 中將 Word 轉換為 PDF | DOCX 轉 PDF 在線 REST API

    學習如何使用 Node.js API 將 Microsoft Word 文件 (DOC, DOCX) 轉換為 PDF。這是一個可靠且可擴展的 REST API,用於將 Word 轉換為 PDF。...\ -H "Authorization: Bearer <JWT_TOKEN>" \ -H "accept: application/json"...PDF 文件名稱,並將 JWTTOKEN 替換為個性化的 JWT 訪問令牌。 DOC 轉 PDF 轉換 - 將輸出保存到本地驅動器:...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  3. 在 Node.js 中將 PDF 轉換為 Word | 在線將 PDF 轉換為 DOCX 或 DOC

    學習如何使用 Node.js API 將 PDF 轉換為可編輯的 Word 格式 (DOC/DOCX)。輕鬆地將 PDF 內容在線匯出至 Microsoft Word 文件。...\ -H "Authorization: Bearer <JWT_TOKEN>" \ -H "accept: application/json"...Word 文檔的名稱,並將 JWTTOKEN 替換為個人化的 JWT 訪問令牌。 PDF to DOC 轉換 - 將結果文件保存到本地磁碟:...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  4. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Merger-Cloud only The metered license can be used in Docker version of GroupDocs.Merger-Cloud. Here is an example how to retrieve metered license consumption. You can find more information about Docker version at How to self-host GroupDocs.Merger Cloud with Docker Note about credits consumption when using metered license in docker version Storage calls are not charged Merger API calls charge is based on document size: 1 credit per call per 20MB Not about /join method: if page options, like page number, are set for first of joined documents, there may be extra credit consumed, because of internal implementation....\ -H "Authorization: Bearer $JWT_TOKEN " Windows PowerShell #..."Authorization: Bearer $env:JWT_TOKEN" Windows CMD REM cURL example...

    docs.groupdocs.cloud/merger/metered-consumption/
  5. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Signature-Cloud only The metered license can be used in Docker version of GroupDocs.Signature-Cloud. Here is an example how to retrieve metered license consumption. You can find more information about Docker version at How to self-host GroupDocs.Signature Cloud with Docker Note about credits consumption when using metered license in docker version Storage calls are not charged Signature API calls charge is based on document size: 1 credit per call per 20MB Not about /join method: if page options, like page number, are set for first of joined documents, there may be extra credit consumed, because of internal implementation....\ -H "Authorization: Bearer $JWT_TOKEN " Windows PowerShell #..."Authorization: Bearer $env:JWT_TOKEN" Windows CMD rem cURL example...

    docs.groupdocs.cloud/signature/metered-consumpt...
  6. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Viewer-Cloud only The metered license can be used in Docker version of GroupDocs.Viewer-Cloud. Here is an example how to retrieve metered license consumption. You can find more information about Docker version at How to self-host GroupDocs.Viewer Cloud with Docker Resource URI HTTP GET ~/viewer/consumption cURL example Linux/MacOS/Bash # cURL example to get metered license consumption curl -v "https://api.groupdocs.cloud/v2.0/viewer/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer $Jwt_TOKEN" Windows PowerShell # cURL example to get metered license consumption curl....\ -H "Authorization: Bearer $JWT_TOKEN " Windows PowerShell #..."Authorization: Bearer $env:JWT_TOKEN" Windows CMD : : cURL example...

    docs.groupdocs.cloud/viewer/metered-consumption/
  7. گرافیک برداری مقیاس پذیر به JPEG | تبدیل SVG به...

    SVG را به JPG در C#.NET با استفاده از GroupDocs.Conversion Cloud SDK تبدیل کنید. تبدیل یکپارچه گرافیک های برداری مقیاس پذیر به JPG در C# را انجام دهید. تبدیل SVG به JPG...رویکرد، ابتدا باید توکن دسترسی JWT را بر اساس اعتبار مشتری تولید...تولید کنیم. هنگامی که رمز JWT به دست آمد، لطفاً دستور cURL زیر را...

    blog.groupdocs.cloud/fa/conversion/convert-svg-...
  8. กราฟิกแบบเวกเตอร์ที่ปรับขนาดได้เป็น JPEG | แปลง...

    แปลง SVG เป็น JPG ใน C# .NET โดยใช้ GroupDocs.Conversion Cloud SDK ทำการแปลงกราฟิกเวกเตอร์ที่ปรับขนาดได้เป็น JPG ใน C# ได้อย่างราบรื่น เครื่องมือแปลงไฟล์ SVG เป็น JPG...ถึง JWT ตามข้อมูลประจำตัวไคลเอ็นต์ เมื่อได้รับโทเค็น JWT แล้ว...accessToken ด้วยโทเค็นการเข้าถึง JWT ส่วนบุคคล ตอนนี้แทนที่จะบันทึก...

    blog.groupdocs.cloud/th/conversion/convert-svg-...
  9. Get Document Metadata | Documentation

    GroupDocs.Conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a Metadata of supported formats, You can use the below API. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the Document Metadata example. cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/info?FilePath#words/four-pages.docx" \ -H "accept: application/json" \ -H "authorization: Bearer $Jwt_TOKEN" Windows PowerShell curl....\ -H "authorization: Bearer $JWT_TOKEN " Windows PowerShell curl..."authorization: Bearer $env:JWT_TOKEN" Windows CMD curl -X GET...

    docs.groupdocs.cloud/conversion/get-document-me...
  10. CSV를 JSON으로 변환 | C# .NET에서 CSV를 JSON으로 내보내기

    단계별 가이드를 통해 CSV 파일을 JSON 형식으로 쉽게 변환하는 방법을 알아보세요. CSV를 JSON으로 쉽게 내보낼 수 있습니다....클라이언트 자격 증명을 기반으로 JWT 액세스 토큰을 생성하는 것입니다. JWT 토큰이 생성되면 다음 cURL...파일의 이름으로, ‘accessToken’을 개인화된 JWT 액세스 토큰으로 바꾸세요. 이제 결과 JPG를 로컬...

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