Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 1,890 for

jwt

(1.01 sec)
  1. 在 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...
  2. متن را از XML در C# استخراج کنید | متن XML را ب...

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

    blog.groupdocs.cloud/fa/parser/extract-text-fro...
  3. 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-...
  4. 在线 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...
  5. Java: 在线将 PDF 转换为 Excel | 在线 PDF 转 XLS

    如何使用 Java REST API 将 PDF 转换为 Excel 工作簿。使用 Java API 开发 PDF 到 Excel 的在线转换器。简单易用的 PDF 转 XLS 转换。... 首先,我们需要根据客户端凭据生成一个 JWT 访问令牌,然后执行以下命令以执行 MPP 转换为 HTML。...文件的名称,并将 accessToken 替换为个性化的 JWT 访问令牌。 如果我们需要将生成的 XLSX 保存到本地驱动器,请尝试执行以下...

    blog.groupdocs.cloud/zh/conversion/pdf-to-xls-o...
  6. Join Documents of different formats | Documenta...

    This REST API allows merging the document of different formats into one pdf or word processing document. The table below contains the full list of properties that can be specified for each joined document. Name Description Comment FilePath The file path in the storage Required property StorageName Storage name 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 Pages Collection of page numbers to use in a Join operation The first page should have number 1 StartPageNumber Start page number Ignored if Pages collection is not empty EndPageNumber End page number Ignored if Pages collection is not empty RangeMode Page range mode: Even, Odd, All....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "JoinItems":..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'JoinItems': [...

    docs.groupdocs.cloud/merger/join-document-cross...
  7. Compare documents | Documentation

    Changes detection algorithms used by GroupDocs.Comparison Cloud allows to detect changes in different document parts and blocks: Text blocks - paragraphs, words and characters; Tables; Images; Shapes etc. For better visual separation of detected changes added, modified or deleted document parts are highlighted with different colors: Added – blue Modified – green Style – green Deleted – red Changes styling coloring scheme can be customized if needed, changed text blocks can be marked with different formatting - italic, bold, underlined, strikethrough etc....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "SourceFile":..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'SourceFile':...

    docs.groupdocs.cloud/comparison/compare-documents/
  8. Render grid lines | Documentation

    GroupDocs.Viewer Cloud does not render gird lines of Spreadsheets by default. To enable rendering of gird lines you just need to SpreadsheetOptions.RenderGridLines property to true in order to render the grid lines. The following code sample shows how to enable rendering of grid lines. 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-grid-lines/
  9. Render Visio Document Figures | Documentation

    When you are converting Visio files, you can choose what you want to render: Visio scheme pages or figures of Visio scheme. If Visio scheme does not contain pages - only figures will be rendered. To force render Visio figures please set RenderFiguresOnly property to true in VisioRenderingOptions. You can set width of each figure, height will be calculated by proportions automatically. API Usage There are steps that usage of GroupDocs....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/render-visio-docume...
  10. Render Archive Folder | Documentation

    GroupDocs.Viewer Cloud renders items from the root of the archive by default. When rendering of a specified folder is required, it can be achieved as shown in the examples 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....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/render-archive-folder/