Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 1,890 for

jwt

(2.08 sec)
  1. 완전히 새로워진 GroupDocs.Signature Cloud V2!

    다양한 파일 형식의 전자 서명을 적용, 확인 및 검색하기 위한 서명 REST API입니다. 다양한 전자서명 지원...# API 버전 - API 버전 V2 도입 인증 - JWT(JSON Web Token) 인증 서명 API - 문서의...바코드 서명 추가 다음 cURL 예제에서 V2 예제에서 JWT 인증을 사용했음을 알 수 있습니다. V1 API 버전의...

    blog.groupdocs.cloud/ko/signature/all-new-group...
  2. 將 Excel 轉換為 CSV | C# .NET 中的 XLS 到逗號分隔文件

    如何使用 .NET REST API 輕鬆地將 Excel 檔案轉換為 CSV 格式。執行 Excel 到逗號分隔檔案的轉換。 XLS 轉 CSV 或 XLSX 轉 CSV... 此方法的第一步是取得個人化 JWT 存取權令牌。因此,一旦您擁有 JWT 令牌,請執行以下 cURL 命令將 XLSX...CSV 的名稱,將「accessToken」替換為個人化 JWT 存取權令牌。 嘗試免費的 Excel 到 CSV 轉換應用程序...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  3. บันทึก JSON เป็น HTML ใน Node.js | ตัวแปลง JSON...

    ง่าย ๆ ในการแปลงไฟล์ JSON เป็นรูปแบบ HTML โดยใช้ GroupDocs.Conversion Cloud SDK สำหรับ Node.js แปลงข้อมูล JSON ที่มีโครงสร้างเป็นหน้า HTML ออนไลน์...have obtained our personalized JWT access token, please use this...\ -H "authorization: Bearer {JWT_TOKEN}" \ -H "Content-Type: application/json"...

    blog.groupdocs.cloud/th/conversion/convert-json...
  4. Konversi PDF ke JPG | Dokumen PDF ke JPG | PDF ...

    Ubah dokumen PDF menjadi gambar JPG menggunakan .NET REST API. Konversi PDF ke JPG sederhana dan mudah di C# .NET....token akses JWT. Setelah kami memiliki token JWT, silakan jalankan...dan accessToken dengan token JWT yang dihasilkan di atas. Setelah...

    blog.groupdocs.cloud/id/conversion/convert-pdf-...
  5. JSON ke HTML | Konversi JSON ke HTML | Konverte...

    Cara mengonversi JSON ke HTML menggunakan C# .NET. Panduan langkah demi langkah kami menjelaskan metode konversi JSON ke HTML menggunakan .NET REST API....akses JWT berdasarkan kredensial klien. Setelah token JWT diperoleh...accessToken dengan token akses JWT yang dipersonalisasi. Jika kita...

    blog.groupdocs.cloud/id/conversion/convert-json...
  6. Grafik Vektor yang Dapat Diskalakan ke JPEG | K...

    Konversikan SVG ke JPG di C# .NET menggunakan GroupDocs.Conversion Cloud SDK. Lakukan konversi mulus grafik vektor yang dapat diskalakan ke JPG di C#. Konverter SVG ke JPG...akses JWT berdasarkan kredensial klien. Setelah token JWT diperoleh...accessToken dengan token akses JWT yang dipersonalisasi. Sekarang...

    blog.groupdocs.cloud/id/conversion/convert-svg-...
  7. ดึงข้อความจาก HTML | ตัวแปรข้อความ HTML | HTML ...

    เรียนรู้วิธีการดึงข้อความจาก HTML ด้วย .NET REST API แยกข้อความที่สะอาดลบแท็กและทำให้การดึงข้อมูลจาก HTML อัตโนมัติด้วย .NET REST API HTML เป็น TXT...้คือการสร้างโทเคนการเข้าถึง JWT โดยใช้ข้อมูลรับรองของผู้ใช้ ...กรุณาเรียกใช้คำสั่งต่อไปนี้เพื่อสร้างโทเคน JWT。 curl -v -X POST "https://api...

    blog.groupdocs.cloud/th/parser/extract-text-fro...
  8. Extract Metadata By Property Name Match Regex |...

    This REST API allows to extract metadata properties from the document choosing the properties which names are matching the specified regular expression. cURL example The following example demonstrates how to extract metadata information from all properties with the “dc” string in the beginning of the name. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The values are taken from environment variables CLIENT_ID and CLIENT_SECRET....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  9. Extract Formatted Text | Documentation

    This REST API allows extracting formatted text by setting the pages extraction mode option. You need to specify the FormattedTextOptions Mode parameter besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract formatted text example. cURL example The following example demonstrates how to extract formatted text. Linux/MacOS/Bash # Get JSON Web Token # Provide your Client Id and Client Secret via environment variables $CLIENT_ID and $CLIENT_SECRET....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FormattedTextOptions":..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FormattedTextOptions':...

    docs.groupdocs.cloud/parser/extract-formatted-t...
  10. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains the document description with metadata and coordinates of text on pages. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to get document information. cURL example Linux/MacOS/Bash curl -v "https://api.groupdocs.cloud/v2.0/annotation/info" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer $Jwt_TOKEN" \ -d '{ "FilePath": "annotationdocs/one-page.docx" }' Windows PowerShell curl.exe -v "https://api.groupdocs.cloud/v2.0/annotation/info" ` -X POST ` -H "Content-Type: application/json" ` -H "Accept: application/json" ` -H "Authorization: Bearer $env:Jwt_TOKEN" ` -d "{ 'FilePath': 'annotationdocs/one-page....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FilePath": ..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': '...

    docs.groupdocs.cloud/annotation/get-document-in...