Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 1,868 for

jwt

(4.84 sec)
  1. แปลง PDF เป็น PowerPoint | PDF เป็น PPT | PDF เ...

    แปลงงานนำเสนอ PDF เป็น PowerPoint ได้อย่างราบรื่นโดยใช้ C# .NET บันทึก PDF เป็น PPT ออนไลน์ แปลง PDF เป็น PPTX ฟรี...และสร้างโทเค็นการเข้าถึง JWT เมื่อเรามีโทเค็น JWT แล้ว โปรดดำเนินการคำสั่ง...เอาท์พุตที่จะสร้าง และ accessToken ด้วยโทเค็น JWT ที่สร้างขึ้นด้านบน โปรแกรมแปลง...

    blog.groupdocs.cloud/th/conversion/convert-pdf-...
  2. C# Excel เป็น PDF | XLS เป็น PDF | XLSX เป็น PD...

    แปลงสมุดงาน Excel เป็น PDF ได้อย่างราบรื่นโดยใช้ C# .NET เทคนิคจากผู้เชี่ยวชาญสำหรับไฟล์ XLS และ XLSX ให้เป็นการแปลงเอกสาร PDF คุณภาพสูง...รเข้าถึง JWT ส่วนบุคคล ดังนั้น เมื่อคุณมีโทเค็น JWT แล้ว โปรดดำเนินการคำสั่ง...accessToken ด้วยโทเค็นการเข้าถึง JWT ส่วนบุคคล ในกรณีที่เราต้องการบันทึกผลลัพธ์...

    blog.groupdocs.cloud/th/conversion/convert-exce...
  3. PDF เป็น Excel | แปลง PDF เป็น XLS | แปลง PDF เ...

    แปลงไฟล์ PDF เป็นสมุดงาน Excel โดยใช้ C# .NET ทำการแปลง PDF เป็น XLS ได้อย่างราบรื่นทางออนไลน์...เราต้องสร้างโทเค็นการเข้าถึง JWT ตามข้อมูลประจำตัวไคลเอ็นต์ แ...และเมื่อเราสร้างโทเค็น JWT แล้ว โปรดดำเนินการคำสั่ง cURL ต่อไปนี้เพื่อแปลง...

    blog.groupdocs.cloud/th/conversion/convert-pdf-...
  4. Security Operations | Documentation

    Add Document Password Protection This REST API allows adding document password protection. API endpoint accepts document storage path as input payload and returns path to the created a password-protected document. The description of the important API parameters is given below: Name Description Comment FilePath The file path in the storage Required property StorageName Storage name It could be omitted for default storage. VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents OutputPath Path to resultant document Required Resource URI HTTP PUT ~/password Swagger UI lets you call this REST API directly from the browser....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/merger/security-operations/
  5. Image Viewer - Adjust quality for JPG | Documen...

    When rendering documents and files to JPG with GroupDocs.Viewer Cloud you can adjust quality of the output images by setting Quality property of ImageOptions class. The supported values range of Quality is from 1 to 100. Default value is 90. This example demonstrates how to adjust quality of the output JPG image. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {...CLIENT_ID, CLIENT_SECRET and JWT_TOKEN are set in your session...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...
  6. Render all layouts | Documentation

    When GroupDocs.Viewer Cloud renders CAD drawings we get only Model representation. In order to render Model and all non-empty Layouts within CAD drawing, the property CadOptions.RenderLayouts is used. The following code sample shows how to render layouts along with the Model of a CAD drawing. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {...CLIENT_ID, CLIENT_SECRET, and JWT_TOKEN are set. curl . exe -v...

    docs.groupdocs.cloud/viewer/render-all-layouts/
  7. まったく新しい GroupDocs.Signature Cloud V2!

    さまざまなファイル形式の電子署名を適用、検証、検索するための署名 REST API。多彩な電子署名に対応...- API バージョン V2 を導入しました 認証 - JWT(JSON Web Token)認証 署名 API - ド...ソース文書にバーコード署名を追加する 次の cURL の例から、V2 の例で JWT 認証を使用していることがわかります。 V1 API バージョンの...

    blog.groupdocs.cloud/ja/signature/all-new-group...
  8. Removedor de senha de extrato bancário | Remove...

    Explore como removemos senhas de extratos bancários em PDF em nosso estudo de caso. Aprenda as etapas para remover com sucesso a senha do PDF e acessar dados financeiros facilmente.... Use o JWT obtido para autenticação. Envie...DELETE -H "Authorization: Bearer <jwt token>" -d "{ 'FileInfo': { 'FilePath':...

    blog.groupdocs.cloud/pt/merger/online-bank-stat...
  9. Банківська виписка Password Remover | Видалити ...

    Дізнайтеся, як ми видаляємо паролі з PDF-файлів банківських виписок, у нашому прикладі. Дізнайтеся про кроки для успішного видалення пароля PDF і легко отримайте доступ до фінансових даних.... Використовуйте отриманий JWT для автентифікації. Надішліть...DELETE -H "Authorization: Bearer <jwt token>" -d "{ 'FileInfo': { 'FilePath':...

    blog.groupdocs.cloud/uk/merger/online-bank-stat...
  10. Document Processing REST APIs | GroupDocs Cloud

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....生成访问令牌 ### Retrieve access token JWT(JSON Web Token) ### TODO: Get...0/comparison/ 验证 为了提高安全性,我们在此版本中引入了 JWT(JSON Web Token)身份验证。 V2 API 版本不再支持...

    blog.groupdocs.cloud/zh/page/43/