Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 1,441 for

jwt

(0.1 sec)
  1. Convert JPG to PDF in Node.js | Image to PDF RE...

    Convert JPG images into secure, print-ready PDF documents using Node.js API. Learn benefits, use cases, and multiple conversion methods for JPG to PDF...ACCESS_TOKEN with a personalized JWT access token. In order to save...

    blog.groupdocs.cloud/conversion/convert-jpg-to-...
  2. API calls failing with (The request signature w...

    Hello, I’m running groupdocs in our custom infrastructure as well as with docker in the local environment. On the cloud infra I’m using AWS AppRunner to execute the docker container I stored on ECR. On the local envir…...“files-demo-development” and generated the JWT token in Docker. juliosarachaga...

    forum.groupdocs.cloud/t/api-calls-failing-with-...
  3. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains the document description with metadata and coordinates of text on pages. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to get document information. cURL example Request curl -v "https://api.groupdocs.cloud/v2.0/annotation/info" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer <Jwt token>" \ -d "{ 'FilePath': 'annotationdocs/one-page.docx'} Response { "name": "one-page.docx", "path": "annotationdocs/one-page....\ -H "Authorization: Bearer <jwt token>" \ -d "{ 'FilePath': ...

    docs.groupdocs.cloud/annotation/get-document-in...
  4. Working with Presentations | Documentation

    Presentation documents are presented by many formats: PPT, PPTX, PPTM, PPS(X/M), POT(X/M) and others, which are supported by GroupDocs.Editor Cloud as a separate format family among all others. Same as for all other family formats, the Presentation family has its own load and saves options. There several steps that usage of GroupDocs.Editor Cloud consists of: Upload input document into cloud storage Load the document into editable representation in the cloud storage (HTML file and resources) Download HTML document (and resources, if needed) from storage Edit HTML document at client side Upload HTML document back into the storage Save the edited document into Spreadsheet format in the storage Download saved document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....\ -H "Authorization: Bearer <jwt token>" -d "{ 'FileInfo': { 'FilePath':...

    docs.groupdocs.cloud/editor/working-with-presen...
  5. Working with Spreadsheets | Documentation

    Spreadsheet documents are presented by many formats: XLS, XLSX, XLSM, XLSB, ODS, SXC and others, which are supported by GroupDocs.Editor Cloud. There several steps that usage of GroupDocs.Editor Cloud consists of: Upload input document into cloud storage Load the document into editable representation in the cloud storage (HTML file and resources) Download HTML document (and resources, if needed) from storage Edit HTML document at client side Upload HTML document back into the storage Save the edited document into Spreadsheet format in the storage Download saved document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....\ -H "Authorization: Bearer <jwt token>" -d "{ 'FileInfo': { 'FilePath':...

    docs.groupdocs.cloud/editor/working-with-spread...
  6. Security Operations | Documentation

    Add Document Password Protection This REST API allows adding document password protection. API endpoint accepts document storage path as input payload and returns path to the created a password-protected document. The description of the important API parameters is given below: Name Description Comment FilePath The file path in the storage Required property StorageName Storage name It 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 OutputPath Path to resultant document Required Resource URI HTTP PUT ~/password Swagger UI lets you call this REST API directly from the browser....PUT -H "Authorization: Bearer <jwt token>" -d "{ 'FileInfo': { 'FilePath':...GET -H "Authorization: Bearer <jwt token>" Response { "isPasswordSet"...

    docs.groupdocs.cloud/merger/security-operations/
  7. Working with Text Documents | Documentation

    Textual documents are simple Plain Text flat files (TXT), that contain no images, pages, paragraphs, lists, tables and so on. However, users can create some primitive formatting like lists with leading markers, left indents with whitespaces, tables with pseudo-graphics, paragraphs with line breaks, and so on. GroupDocs.Editor Cloud can recognize some of these structures. Other non-obvious feature, that GroupDocs.Editor Cloud provides, is the ability to save edited TXT document not only back to TXT, but also to WordProcessing....\ -H "Authorization: Bearer <jwt token>" -d "{ 'FileInfo': { 'FilePath':...

    docs.groupdocs.cloud/editor/working-with-text-d...
  8. Working with WordProcessing Documents | Documen...

    WordProcessing is the most used and known document family format, that includes DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF and much more. All these formats are supported by the GroupDocs.Editor Cloud. There several steps that usage of GroupDocs.Editor Cloud consists of: Upload input document into cloud storage Load the document into editable representation in the cloud storage (HTML file and resources) Download HTML document (and resources, if needed) from storage Edit HTML document at client side Upload HTML document back into the storage Save the edited document into WordProcessing format in the storage Download saved document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....\ -H "Authorization: Bearer <jwt token>" -d "{ 'FileInfo': { 'FilePath':...

    docs.groupdocs.cloud/editor/working-with-wordpr...
  9. Overview | Documentation

    The GroupDocs.Annotation Cloud is a REST API and universal document annotator that supports almost all common business document and image file formats. It gives developers an API for creating advanced online document annotation tools. With GroupDocs.Annotation Cloud API developers can deliver advanced annotation features to their users quickly. It provides features for export/import annotations into/from files, additionally to possibility to save files in supported formats. Note GroupDocs.Annotation Cloud REST API supports following type of Annotations:...authorization header with a JWT Token obtained by using the previously...

    docs.groupdocs.cloud/annotation/overview/
  10. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Comparison-Cloud only The metered license can be used in Docker version of GroupDocs.Comparison-Cloud. Here is an example how to retrieve metered license consumption. You can find more information about Docker version at How to self-host GroupDocs.Comparison Cloud with Docker Resource URI HTTP GET ~/comparison/consumption cURL example Request * cURL example to get metered license consumption curl -v "http:///v2.0/comparison/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer <Jwt token>" Response { "credit": 487848, "quantity": 6061570985....\ -H "Authorization: Bearer <jwt token>" Response { "credit" :...

    docs.groupdocs.cloud/comparison/metered-consump...