Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 1,870 for

jwt

(0.09 sec)
  1. Get Document Information | Documentation

    This REST API allows us to obtain basic information about the document and it’s pages properties. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format. Pages count Password protection Resources HTTP POST ~/info 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\":..."Authorization: Bearer $env:JWT_TOKEN" ` -d '{ "FilePath": "words/four-pages...

    docs.groupdocs.cloud/editor/get-document-inform...
  2. Java JSON を HTML に | JSON を HTML に変換 | JSON から ...

    Javaを使用してJSONをHTMLに変換する方法を学びましょう。このガイドでは、GroupDocs.Conversion Cloud SDKを使用したJSONからHTMLへの変換の手順を説明します。...このアプローチを始めるには、最初にクライアント資格情報に基づいてJWTアクセストークンを生成する必要があります。JWTトークンが取得されたら、次のcUR...JSON ファイルの名前に、 JWTtoken を個別の JWT アクセストークンに置き換えてください。 ローカルドライブ...

    blog.groupdocs.cloud/ja/conversion/convert-json...
  3. Chuyển đổi PDF sang HTML | Chuyển đổi PDF sang ...

    Chuyển đổi PDF sang HTML liền mạch trong C# .NET. Quy trình dễ dàng và đơn giản để chuyển đổi PDF sang HTML bằng .NET REST API....báo truy cập JWT. Khi chúng ta có mã thông báo JWT, vui lòng thực...accessToken bằng mã thông báo JWT được tạo ở trên. Sau khi chuyển...

    blog.groupdocs.cloud/vi/conversion/convert-pdf-...
  4. CSV เป็น JPG | แปลง CSV เป็น JPEG | รูปภาพเป็น ...

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

    blog.groupdocs.cloud/th/conversion/convert-csv-...
  5. 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 File extension File size Pages count Resource 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.groupdocs.cloud/applications. # Place Client Id in $CLIENT_ID and Client Secret in $CLIENT_SECRET environment variables....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FilePath": ..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': '...

    docs.groupdocs.cloud/comparison/get-document-in...
  6. 將 PDF 轉換為 HTML | C# .NET 中的 PDF 到 Web 轉換

    C# .NET 中 PDF 到 HTML 的無縫轉換。使用 .NET REST API 將 PDF 轉換為 HTML 的流程簡單易行。...此方法的第一步是取得您的個人化憑證(應用程式金鑰和應用程式 SID)並產生 JWT 存取權杖。一旦我們有了 JWT 令牌,請執行以下 cURL 命令將 PDF...格式的名稱,將「accessToken」替換為上面產生的 JWT 令牌。成功轉換後,產生的檔案儲存在雲端儲存中。 如果您想將產生的...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  7. Excel から JPG | XLS から JPG | C# .NET で Excel シート...

    .NET REST API を使用して Excel ファイルを高品質の JPG 画像に変換する方法。C# .NET で XLS / XLSX を JPG に変換します。...このアプローチの最初のステップは、パーソナライズされた JWT アクセス トークンを取得することです。JWT トークンを取得したら、次の cURL...画像の名前に、 accessToken をパーソナライズされた JWT アクセス トークンに置き換えてください。 無料の Excel...

    blog.groupdocs.cloud/ja/conversion/convert-exce...
  8. Specify Max Chars And Rows | Documentation

    When processing text files you can adjust page parameters like max characters per line and max lines per page with MaxCharsPerRow and MaxRowsPerPage options that have been added in v21.8 The following screenshot shows the difference when setting MaxRowsPerPage=30 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/specify-max-chars-a...
  9. Join word documents without starting from a new...

    There is an additional option for Word document joining that allows to merge those documents without page breaking between them, i.e. the last page of the initial document will be merged with the first page of the next document as one page. Name Description Comment JoinItem.WordJoinMode Allows to join word documents without empty space between documents Values: Default, Continous Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "JoinItems":..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'JoinItems': [...

    docs.groupdocs.cloud/merger/join-word-continous/
  10. 1. Convert to Any Format | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert supported document formats to any Supported Document Formats and returns the output document storage URL and also support to get result as a stream. Convert to Any Format You can convert the supported document formats to Any Format Format and get Output as Storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to Any Format format example....\ -H "authorization: Bearer $JWT_TOKEN " \ -H "Content-Type: application/json"..."authorization: Bearer $env:JWT_TOKEN" ` -H "Content-Type: application/json"...

    docs.groupdocs.cloud/conversion/convert-to-any-...