Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 1,909 for

jwt

(0.12 sec)
  1. CSV 轉 JSON 在 Node.js | 用 REST API 轉換 CSV 為 JSON

    在 Node.js 中使用 GroupDocs.Conversion SDK 將 CSV 轉換為 JSON。這是一個可擴展和安全的 REST API,用於將表格數據轉換為結構化的 JSON 格式。... 步驟 1:生成 JWT 訪問令牌: curl -v "https://api.groupdocs...\ -H "authorization: Bearer {JWT_TOKEN}" \ -H "Content-Type: application/json"...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  2. 在 C# 中將 DOCX 轉換為 PDF | 免費的在線 DOC 轉 PDF 轉換器

    輕鬆使用 REST API 將 DOC 和 DOCX 文件轉換為高質量的 PDF 格式。瞭解如何在線將 DOC、DOCX 文件轉換為 pdf。...先決條件是使用您的客戶端憑證生成 JWT 令牌。之後,執行以下命令以執行 DOCX 到 PDF 的轉換:...文件的名稱,並將 accessToken 替換為個人化的 JWT 存取令牌。 DOC 轉 PDF 並將結果文件下載到本地硬碟:...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  3. Word zu HTML | DOC zu HTML Online | DOCX zu HTM...

    Konvertieren Sie Word Dokumente in HTML mit dem GroupDocs.Conversion Cloud SDK für Node.js. Erfahren Sie, wie Sie DOC, DOCX Dateien in webfreundliches HTML mit Node.js umwandeln.... Zuerst generieren Sie ein JWT-Token mit Ihren Client-Anmeldedaten...accessToken durch das persönliche JWT-Zugangs TOKEN. Um die Ausgabe-HTML...

    blog.groupdocs.cloud/de/conversion/convert-doc-...
  4. Extract Pages | Documentation

    Extract Pages by Exact Page Numbers This REST API allows extracting pages from source documents by providing exact page numbers via Pages collection. The result is a new document that contains only specified pages from a source document. For protected documents, it is also required to provide a password. The following example demonstrates how to extract pages 2,4,7 from a source document into a new document. Resource URI HTTP POST ~/Pages/Extract 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/extract-pages/
  5. Get list of changes without cloud storage | Doc...

    GroupDocs.Comparison Cloud allows you to get a list of changes between source and target documents by sending the files directly in the request body as multipart/form-data. No prior upload to cloud storage is required. This is especially useful when you already have the document bytes in memory or on disk and prefer a single round-trip call instead of a separate upload step. API usage The PUT /comparison/changes endpoint accepts files as multipart/form-data form fields:...\ -H "Authorization: Bearer $JWT_TOKEN " \ -F "sourceFile=@source..."Authorization: Bearer $env:JWT_TOKEN" ` -F "sourceFile=@source...

    docs.groupdocs.cloud/comparison/get-changes-wit...
  6. Create Document Preview | Documentation

    GroupDocs.Signature Cloud allows to create document preview images, one per page. Image size and format can be set as options. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Create preview images Download images 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....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/signature/create-document-...
  7. Extract Annotations | Documentation

    Get method allows to retrieve all added annotations for given document as list of json objects API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation Add annotation Download document with annotations Extract or Delete annotations HTTP POST ~/annotation/extract Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{"FilePath":"annotationdocs/input..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': '...

    docs.groupdocs.cloud/annotation/extract-annotat...
  8. Move Pages | Documentation

    This REST API provides a move page feature that allows you to manipulate page ordering by moving any page(s) to a new position within a document. For moving page to a new position, it’s needed to specify current and new page numbers along with the path to document in storage. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified while moving document pages....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/merger/move-pages/
  9. Render document with comments | Documentation

    Some document types like Microsoft Word, Excel, OpenOffice Text and Spreadsheet may contain comments. Your requirement to include or exclude the comments in output representation of the document may vary in different situations. GroupDocs.Viewer Cloud enables you to control the rendering of document comments. By default, comments are not rendered into the output document. The API provides RenderComments property of HtmlOptions (or JpgViewOptions, or PdfOptions) class that enables rendering of comments....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/render-document-wit...
  10. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document and it’s properties. It returns InfoResult data structure, which contains the list of properties: Document file format Pages count, size and visibility Text coordinates Attachments count and names other properties, by document type The following GroupDocs.Viewer Cloud REST API resource has been used to get document information. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/get-document-inform...