Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 1,909 for

jwt

(0.07 sec)
  1. 在线 HTML 转 Word 文档 | 在线将 HTML 转换为 DOC

    使用 Java REST API 轻松简单地将 HTML 转换为 Word 文档。使用 Java REST API 在线将 HTML 文件转换为 MS Word 文档 DOC 或 DOCX... 首先,我们需要生成一个 JWT 访问令牌,然后执行以下 cURL 命令将网页转换为 Word...文档的名称,并将 accessToken 替换为个性化的 JWT 访问令牌。 为了将生成的Word文档保存在本地驱动器上,请尝试使用以下cURL命令。...

    blog.groupdocs.cloud/zh/conversion/convert-html...
  2. متن را از XML در C# استخراج کنید | متن XML را ب...

    یاد بگیرید که چگونه متن را از فایل‌های XML در C# با استفاده از .NET Cloud SDK استخراج کنید. متن را به‌طور برنامه‌نویسی از اسناد XML بگیرید یا متن XML را به‌طور آنلاین دانلود کنید....دریافت توکن JWT: اولین قدم این است که یک توکن دسترسی JWT بر اساس...

    blog.groupdocs.cloud/fa/parser/extract-text-fro...
  3. 將 HTML 轉換為 Excel | C# 中的 Web 到 Excel |網路為基礎的 Excel

    如何使用 C# .NET 將 HTML 表格無縫轉換為 Excel 電子表格。... 當我們根據個人化憑證產生 JWT 令牌後,請執行以下 cURL 指令將網頁下載為 Excel...工作簿的名稱,將「accessToken」替換為個人化 JWT 存取權令牌。 如果您想將產生的檔案保存在本機磁碟機上,請嘗試使用下列...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  4. Java: 將 MPP 轉換為 HTML | 開發 MPP 轉換為 HTML 的轉換器

    學習如何使用 REST API 在線將 Microsoft Project (MPP) 文件轉換為 HTML。輕鬆地在任何網頁瀏覽器中共享和查看項目計劃。... 首先,我們需要基於客戶端憑證生成一個 JWT 訪問令牌,然後執行以下命令以進行 MPP 轉換為 HTML。...文件的名稱,並將 accessToken 替換為個人化的 JWT 訪問令牌。 您可以考慮執行以下 cURL 命令將結果文件保存為本地...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  5. 在 C# .NET 中將 JPG 轉換為 Word 文件 (DOCX) | JPG 轉 DOC

    使用 C# .NET 將 JPG 映像轉換為可編輯的 Word 文件 (DOCX)。如何透過在 C# .NET 中開發圖片到文件轉換器來將照片轉換為 DOC。... 要開始使用這種方法,首先我們需要產生 JWT 存取令牌,然後執行以下 cURL 命令來執行 JPG 到...Word 文件的名稱,將「accessToken」替換為個人化 JWT 存取權杖。 為了將產生的Word文件保存在本機磁碟機上,請執行下列cURL指令。...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  6. PDF マージャー | PDF ドキュメントをマージ | C# で PDF を結合する

    C# .NET で PDF 文書をマージする方法を学びましょう。PDF ファイルを結合し、PDF 文書を連結し、PDF マージャーでワークフローを合理化するためのステップバイステップガイドです。... JWTトークンを生成する: curl -v "https://api...ファイル。 accessToken - 上記で生成されたJWTアクセストークン。 無料 PDF 連結アプリを試す # 私たちの無料の...

    blog.groupdocs.cloud/ja/merger/merge-pdf-files-...
  7. Disable characters grouping | Documentation

    To improve content positioning when rendering PDF documents GroupDocs.Viewer Cloud provides PdfOptions.DisableCharsGrouping as shown below: 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. 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/viewer/disable-characters-...
  8. Search for Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides an easy and straightforward way to find all Barcode signatures that are present in a document API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Search signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Place your Client Id and Client Secret in the CLIENT_ID and CLIENT_SECRET environment variables....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/signature/search-for-barco...
  9. Skip rendering of empty rows | Documentation

    Sometimes Excel document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) rows. In case, if the number of empty rows is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty rows GroupDocs.Viewer Cloud provides RenderEmptyRows property of SpreadsheetOptions class, which allow omitting to render empty rows as shown in the sample below....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  10. HTML Viewer - Responsive layout | Documentation

    GroupDocs.Viewer Cloud also enables you to make your rendering into HTML look well across all types of devices. To achieve this, the API provides RenderResponsive property of HtmlOptions class as shown in below sample code. 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/html-viewer-respons...