Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 1,870 for

jwt

(0.29 sec)
  1. Java: Converter MPP para PDF | Conversor MPP pa...

    Aprenda como converter MPP para PDF usando a API REST Java. Simplifique o compartilhamento de projetos, aumente a acessibilidade e garanta compatibilidade com um formato PDF universal....precisamos gerar um token de acesso JWT e, em seguida, executar o seguinte...accessToken por um token de acesso JWT personalizado. No caso de termos...

    blog.groupdocs.cloud/pt/conversion/convert-mpp-...
  2. Extract Text from XML in C# | Get XML Text usin...

    เรียนรู้วิธีการดึงข้อความจากไฟล์ XML ใน C# โดยใช้ .NET Cloud SDK ดึงข้อความจากเอกสาร XML ในลักษณะโปรแกรม หรือดาวน์โหลดข้อความ XML ออนไลน์...ขั้นตอนที่ 1: - รับโทเค็น JWT: ขั้นตอนแรกคือการขอ JWT access token โดย...

    blog.groupdocs.cloud/th/parser/extract-text-fro...
  3. تبدیل JPG به سند ورد (DOCX) در C# .NET | JPG به...

    با استفاده از C#.NET تصاویر JPG را به اسناد Word قابل ویرایش (DOCX) تبدیل کنید. نحوه تبدیل عکس به DOC با توسعه مبدل تصویر به سند در C#.NET....روش، ابتدا باید یک نشانه دسترسی JWT ایجاد کنیم و سپس دستور cURL زیر...با یک نشانه دسترسی شخصی شده JWT جایگزین کنید. برای ذخیره سند...

    blog.groupdocs.cloud/fa/conversion/convert-jpg-...
  4. GroupDocs

    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....0/comparison/ 验证 为了提高安全性,我们在此版本中引入了 JWT(JSON Web Token)身份验证。 V2 API 版本不再支持...签名身份验证方法。让我们向您展示如何获取 JWT 访问令牌。 ### Retrieve access token JWT(JSON Web Token)...

    blog.groupdocs.cloud/zh/tag/groupdocs/
  5. 10. Convert Html document with load options | D...

    This example demonstrates how to convert html document into pdf document with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to the File API documentation for usage details. Step 3 is not needed, if “OutputPath” option is not provided: the convert api method will return converted document in the response body...\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FilePath": "Html/sample..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': 'Html/sample...

    docs.groupdocs.cloud/conversion/convert-html-do...
  6. 9. Convert Wordprocessing Document with Load Op...

    This example demonstrates how to convert Wordsprocessing documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FilePath": ..."Authorization: Bearer $env:JWT_TOKEN" ` -d '{ "FilePath": "...

    docs.groupdocs.cloud/conversion/convert-wordpro...
  7. 7. Convert Spreadsheet Document with Load Optio...

    This example demonstrates how to convert Spreadsheet documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FilePath": "Spreadsheet/sample..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': 'Spreadsheet/sample...

    docs.groupdocs.cloud/conversion/convert-spreads...
  8. 8. Convert TXT Document with Load Options | Doc...

    This example demonstrates how to convert txt documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FilePath": "Text/sample..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': 'Text/sample...

    docs.groupdocs.cloud/conversion/convert-txt-doc...
  9. Get attachments | Documentation

    GroupDocs.Viewer Cloud API enables you to to retrieve a list of document attachments from your emails, Outlook data files, archives and PDF documents. Following example demonstrates on how to get all attachments from MSG file. 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": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d '{ "FileInfo": {...

    docs.groupdocs.cloud/viewer/get-attachments/
  10. Render selected pages | Documentation

    GroupDocs.Viewer Cloud also provides the features to render only the selected page numbers. You can specify a list of the document pages to be rendered. Follow the below steps to achieve this functionality. The following code sample shows how to render first and third pages of a document. 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": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/render-selected-pages/