Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 1,843 for

jwt

(0.05 sec)
  1. تبدیل MPP به اکسل | صادرات MPP به XLS | MPP به ...

    آموزش تبدیل فایل های MS Project (MPP) به فرمت اکسل (XLS/XLSX) با استفاده از C#.NET. تبدیل MPP پویا به XLS یا MPP به XLSX. تبدیل MPP به XLS...رویکرد، تولید یک نشانه دسترسی JWT و سپس اجرای دستور cURL زیر برای...با یک نشانه دسترسی شخصی شده JWT جایگزین کنید. برای صادرات پروژه...

    blog.groupdocs.cloud/fa/conversion/convert-mpp-...
  2. แปลง MPP เป็น Excel | ส่งออก MPP เป็น XLS | MPP...

    เรียนรู้วิธีการแปลงไฟล์ MS Project (MPP) เป็นรูปแบบ Excel (XLS/XLSX) โดยใช้ C# .NET การแปลง MPP เป็น XLS แบบไดนามิกหรือการแปลง MPP เป็น XLSX ตัวแปลง MPP เป็น XLS...คือการสร้างโทเค็นการเข้าถึง JWT จากนั้นดำเนินการคำสั่ง cURL ต่อไปนี้เพื่อพัฒนา...accessToken ด้วยโทเค็นการเข้าถึง JWT ส่วนบุคคล เพื่อส่งออกโครงการ...

    blog.groupdocs.cloud/th/conversion/convert-mpp-...
  3. C#: แปลง HTML เป็น XPS | การแปลงเว็บเป็น XPS ใน C#

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

    blog.groupdocs.cloud/th/conversion/convert-html...
  4. 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...
  5. Converti HTML in Excel | Dal Web a Excel in C# ...

    Come convertire facilmente tabelle HTML in fogli di calcolo Excel utilizzando C# .NET....Una volta generato il token JWT in base alle credenziali personalizzate...“accessToken” con il token di accesso JWT personalizzato. Se desideri salvare...

    blog.groupdocs.cloud/it/conversion/convert-html...
  6. C#:将网页嵌入到 PowerPoint | 将网页插入 PPT

    了解如何使用 GroupDocs.Conversion Cloud SDK 和 C# 将 HTML 转换为 PowerPoint 演示文稿。在 PowerPoint 中插入 HTML 或在 C# 中将 HTML 转换为 PPT。... 此方法的第一步是生成 JWT 访问令牌,然后执行以下 cURL 命令将网页插入 PowerPoint...演示文稿的名称,并将“accessToken”替换为个性化 JWT 访问令牌。 如果您想将生成的 PowerPoint 保存在本地驱动器上,请尝试使用以下...

    blog.groupdocs.cloud/zh/conversion/convert-html...
  7. Adjust page size | Documentation

    GroupDocs.Viewer Cloud allows setting output page size for rendering Email messages into HTML, PDF, and images. To enable this feature, the PageSize property of the EmailOptions class is used. The following are the pages sizes that are supported and provided in PageSize enumeration: Unspecified - The default, unspecified page size Letter - The size of the Letter page in points is 792 × 612 Ledger - The size of the Ledger page in points is 1224 × 792 A0 - The size of the A0 page in points is 3371 × 2384 A1 - The size of the A1 page in points is 2384 × 1685 A2 - The size of the A2 page in points is 1684 × 1190 A3 - The size of the A3 page in points is 1190 × 842 A4 - The size of the A4 page in points is 842 × 595 This example demonstrates how to adjust output page size....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/adjust-page-size/
  8. Adjust text overflow in cells | Documentation

    When Spreadsheet is rendered overflowed text inside the cell overlays subsequent cells until it meets non-empty cell. GroupDocs.Viewer Cloud provides a setting to configure the mode which will be used for rendering overflowed text: To set the overflowed text to be hidden, set SpreadsheetOptions.TextOverflowMode to HideText as shown in the example below. To set the overflowed text to overlay subsequent cells until it meets non empty cell, set SpreadsheetOptions.TextOverflowMode to OverlayIfNextIsEmpty....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d '{ "FileInfo": {...

    docs.groupdocs.cloud/viewer/adjust-text-overflo...
  9. Reorder pages | Documentation

    GroupDocs.Viewer Cloud allows you to reorder the document pages. The order of the pages in the source document is never changed, instead, the API applies reordering to the resultant PDF document. The following code snippet shows how to reorder pages. 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/reorder-pages/
  10. PDF Viewer - Optimization options | Documentation

    GroupDocs.Viewer Cloud allows you to optimize the output PDF file for a web browser or to reduce the file size by optimizing resources. Optimization for a web allows a browser to display the first pages of a PDF file when you open the document, instead of waiting for the entire file to download. Resource optimization allows you to reduce the size of the output PDF file. While optimizing, GroupDocs.Viewer may reduce the image size or quality, remove notes or form fields, remove objects, fonts, or personal information from a document, and so on....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/pdf-viewer-optimiza...