Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 1,870 for

jwt

(0.04 sec)
  1. Convertir HTML a Excel | Web a Excel en C# | Ex...

    Cómo convertir tablas HTML en hojas de cálculo de Excel sin problemas usando C# .NET....que hayamos generado el token JWT basado en credenciales personalizadas...accessToken con el token de acceso JWT personalizado. Si desea guardar...

    blog.groupdocs.cloud/es/conversion/convert-html...
  2. C# 將 HTML 轉換為 PDF | 使用 .NET REST API 將網頁轉換為 PDF

    如何在 C# .NET 中將 HTML 轉換為 PDF。我們的逐步指導,以編程方式將 HTML 和網頁轉換為高質量的 PDF 文檔,並使用 REST API。...HTML 轉換為 PDF 的命令之前,根據客戶端憑證生成您的 JWT 訪問令牌。當令牌生成後,請執行以下命令。 curl -v...\"{converted}\"}" 將 {ACCESSTOKEN} 替換為您生成的 JWT 令牌,並將 index.html 替換為您的 HTML 文件名稱。...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  3. C#:將網頁嵌入 PowerPoint |將網頁插入 PPT

    了解如何使用 C# 和 GroupDocs.Conversion Cloud SDK 將 HTML 轉換為 PowerPoint 簡報。在 PowerPoint 中插入 HTML 或在 C# 中將 HTML 轉換為 PPT。... 此方法的第一步是產生 JWT 存取令牌,然後執行以下 cURL 命令將網頁插入 PowerPoint...PowerPoint 簡報的名稱,將「accessToken」替換為個人化 JWT 存取權令牌。 如果您想將產生的 PowerPoint 儲存在本機磁碟機上,請嘗試使用下列...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  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. 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...
  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. 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...
  8. 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...
  9. HTML Viewer - Minify HTML | Documentation

    When you are looking for the ways to optimize the rendering of documents into HTML, one of the solutions you might want to use is the compression of the output content (HTML, CSS, and SVG). This solution is suitable in case you are providing your content from the web server over the internet. The lower the content user has to download, the faster he will see the rendered document. GroupDocs.Viewer provides a new Minify property of the HtmlOptions class, that lets you get output content minified....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/html-viewer-minify-...
  10. Image Viewer - Adjust image size | Documentation

    Image Viewer allows you to set custom output image size in pixels through Width and Height properties in ImageOptions. Keep in mind that aspect ratio is automatically applied when you set Width or Height only. This example demonstrates how to set output image size 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/image-viewer-adjust...