Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 1,870 for

jwt

(0.05 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. 將 HTML 轉換為 Excel | C# 中的 Web 到 Excel |網路為基礎的 Excel

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

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  3. Java: Chuyển đổi MPP sang HTML | Phát triển Bộ ...

    Học cách chuyển đổi tệp Microsoft Project (MPP) sang HTML trực tuyến bằng cách sử dụng REST API. Dễ dàng chia sẻ và xem kế hoạch dự án trên bất kỳ trình duyệt web nào....tạo một mã thông báo truy cập JWT dựa trên thông tin xác thực của...accessToken bằng mã thông báo JWT truy cập cá nhân. Bạn có thể...

    blog.groupdocs.cloud/vi/conversion/convert-mpp-...
  4. annotate PDF

    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....生成訪問令牌 ### Retrieve access token JWT(JSON Web Token) ### TODO: Get...

    blog.groupdocs.cloud/zh-hant/tag/annotate-pdf/
  5. Join Multiple Documents | Documentation

    This REST API allows merging two or more documents into a single resultant document. For the simplest scenario of combining several documents together it’s only needed to provide storage path for each file. For protected documents, it is also required to provide a password. 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 It could be omitted for default storage....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "JoinItems":..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'JoinItems': [...

    docs.groupdocs.cloud/merger/join-multiple-docum...
  6. Rotate Pages | Documentation

    This REST API allows changing page rotation angle by setting it to 90,180 or 270 degrees for specific or all document pages. The result is a new document that has rotation changed for specified pages. There are several ways to specify desired page numbers: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/merger/rotate-pages/
  7. Import attachment into pdf document | Documenta...

    This REST API allows add attachments into pdf documents. Attachments should be uploaded into cloud storage before importing. The table below contains the full list of properties that can be specified. 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 Attachments Collection of attachments files paths OutputPath Path to resultant document Required Resource URI HTTP POST ~/import 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/merger/import-attachment/
  8. Get View Info for Archive File | Documentation

    GroupDocs.Viewer Cloud provides additional information such as list of folders when calling Info method. To retrieve view information for Archive File call Info method and cast output result to ArchiveViewInfo type. Following example demonstrates how to print out archive contents. 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-view-info-for-a...
  9. 1. Convert CAD Document with Load Options | Doc...

    This example demonstrates how to convert cad 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 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": "Cad/Sample..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': 'Cad/Sample...

    docs.groupdocs.cloud/conversion/convert-cad-doc...
  10. Image Viewer - Get text coordinates | Documenta...

    GroupDocs.Viewer Cloud provides the feature of getting text coordinates. This feature is useful if you want to add selectable text over the image or implement a text search in image-based rendering. The ExtractText property of ImageOptions class enables you to get the text contained in a source document with coordinates. Following code sample shows how to retrieve and print out text (lines / words / characters) of each document page with coordinates....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/image-viewer-get-te...