Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 1,970 for

jwt

(0.1 sec)
  1. Update Worksheet Properties – Aspose.Cells Clou...

    Learn how to update base properties (e.g., display zeros, ruler visibility) of an Excel worksheet using Aspose.Cells Cloud REST API v3.0. Includes cURL request, SDK samples, parameters, and error handling....0 JWT bearer token. Obtain a token...Authorization header ( Bearer <jwt token> ). The request parameters...

    docs.aspose.cloud/cells/worksheets/update-prope...
  2. Clear Worksheet Comments|Document

    Delete all comments from a specific worksheet in an Excel file using Aspose.Cells Cloud API. Learn the DELETE endpoint, required parameters, sample cURL request, and SDK examples (C#, Java, Python, …)....Authorization: Bearer <jwt token> header. A JWT token can be obtained...Unauthorized – missing or invalid JWT token. { "Code": 401, "Message":...

    docs.aspose.cloud/cells/comments/clear/
  3. Excel to TIFF|Document

    Learn how to convert Excel workbooks to high‑quality TIFF images with Aspose.Cells Cloud API. Detailed cURL commands, SDK examples (C#, Java, Python, …), authentication steps, and error handling.... JWT token – request a token with...Unauthorized Invalid or missing JWT token. 404 Not Found The specified...

    docs.aspose.cloud/cells/convert-excel-file-to-t...
  4. Aspose.Cells Cloud API – Set Chart Title in an ...

    Learn how to add or update a chart title in an Excel worksheet using the Aspose.Cells Cloud REST API. Includes cURL, SDK samples, required parameters, authentication steps, and error handling.... Obtain a JWT token via the /connect/token...token: Authorization: Bearer <jwt token> REST API PUT http://api...

    docs.aspose.cloud/cells/chart/title/add/
  5. Export a Worksheet Page – Aspose.Cells Cloud AP...

    Learn how to export a specific worksheet page to PDF, PNG, CSV, and more using Aspose.Cells Cloud REST API. Includes cURL request, parameter guide, and SDK samples for multiple languages.... Use them to generate a JWT token (see the Authentication...header: Authorization: Bearer <jwt token> The token is typically...

    docs.aspose.cloud/cells/worksheets/page-to-diff...
  6. Perform OCR on Images. OCR on images using Java...

    Perform OCR on Images. Java Cloud SDK for Optical Character Recognition on raster images. Parse whole image or selected area for text recognition in Java...APIs, we need to generate a JWT access token based on our personalized...execute the following command for JWT access token generation. curl...

    blog.aspose.cloud/ocr/cloud-based-optical-chara...
  7. Convert PDF to Word in Java | PDF to DOC | PDF ...

    Convert PDF to Word in Java. Online PDF to DOC conversion. Save PDF to DOCX. convert PDF to DOC Online. Develop PDF to Word converter online in Java...first we need to generate a JWT access token based on client...following command to generate the JWT token. curl -v "https://api.aspose...

    blog.aspose.cloud/words/convert-pdf-to-docx-in-...
  8. Delete an OLE object in an Excel worksheet|Docu...

    Learn how to delete an OLE object from an Excel worksheet using the Aspose.Cells Cloud REST API (v4.0). Includes HTTPS endpoint, authentication steps, cURL example, SDK snippets, error‑handling guidance, and next‑step links.... A valid JWT access token (see the Authentication...the DELETE request, obtain a JWT token: POST https://api.aspose...

    docs.aspose.cloud/cells/oleobjects/delete/
  9. Change Column Widths Inside a Range|Document

    Learn how to change column widths inside a range using Aspose.Cells Cloud REST API or SDKs (C#, Java, Python, etc.). Includes cURL, request/response details, and authentication steps.... Request a JWT token by calling the OAuth endpoint...Authorization: Bearer <jwt token> header. Obtain the JWT token via the...

    docs.aspose.cloud/cells/ranges/update/column-wi...
  10. Autofit Column in Excel with Aspose.Cells Cloud...

    Learn how to automatically resize a column (or column range) in an Excel worksheet using Aspose.Cells Cloud REST API. Includes cURL, SDK examples (C#, Java, Python, etc.) and full request/response details....Cells Cloud service require a JWT access token. Obtain a token...header Authorization: Bearer <jwt token> to every API call. Required...

    docs.aspose.cloud/cells/worksheets/autofit/column/