Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 1,131 for

jwt

(0.04 sec)
  1. Rename email fields | Documentation

    When rendering email messages, by default the API uses the English language to render field labels such as From, To, Subject etc. There might be the case when you want to change the label of the fields in email message’s header. GroupDocs.Viewer Cloud is flexible enough to allow you to use the custom field labels for email header. The API provides a new property FieldLabels in EmailOptions class to change the field labels....\ -H "Authorization: Bearer <jwt token>" -d "{ 'FileInfo': { 'FilePath':...

    docs.groupdocs.cloud/viewer/rename-email-fields/
  2. Product Overview | Documentation

    A brief overview of the most important features, functionalities and use aspects of GroupDocs Assembly Cloud....transmission is carried out under the JWT authentication that excludes...

    docs.groupdocs.cloud/assembly/getting-started/p...
  3. GroupDocs.Assembly 云

    Java Rest API和Cloud SDK生成了包含动态填充元素的文档和报告,例如,基于模板和数据源,列表,表格,图表。...REST REST API Cloud API MIT JWT oauth GroupDocs.Total Cloud GroupDocs...

    releases.groupdocs.cloud/zh/assembly/java/
  4. Create or Update Template | Documentation

    This REST API provides the functionality to save or update files that can be used in Parse endpoint. It’s easy to define and save the template to extract data from invoices, prices or other kinds of your typical documents. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage....\ -H "Authorization: Bearer <jwt token>" \ -d "{ " Template ":...

    docs.groupdocs.cloud/parser/create-or-update-te...
  5. GroupDocs.Conversion Cloud 22.10 | Java SDK to ...

    Java REST API & Cloud SDK to convert the files from one format to another. Convert cloud documents to Word, Excel, PowerPoint, Image, HTML, PDF & other formats....defined for the API is as follows: JWT Type : OAuth 2.0 Flow : application...REST REST API Cloud API MIT JWT oauth GroupDocs.Total Cloud GroupDocs...

    releases.groupdocs.cloud/conversion/java/22-10/
  6. GroupDocs.Conversion Cloud 20.3 | Java SDK to C...

    Java REST API & Cloud SDK to convert the files from one format to another. Convert cloud documents to Word, Excel, PowerPoint, Image, HTML, PDF & other formats....defined for the API is as follows: JWT Type : OAuth 2.0 Flow : application...REST REST API Cloud API MIT JWT oauth GroupDocs.Total Cloud GroupDocs...

    releases.groupdocs.cloud/conversion/java/20-3/
  7. GroupDocs.Conversion Cloud 21.12 | Java SDK to ...

    Java REST API & Cloud SDK to convert the files from one format to another. Convert cloud documents to Word, Excel, PowerPoint, Image, HTML, PDF & other formats....defined for the API is as follows: JWT Type : OAuth 2.0 Flow : application...REST REST API Cloud API MIT JWT oauth GroupDocs.Total Cloud GroupDocs...

    releases.groupdocs.cloud/conversion/java/21-12/
  8. GroupDocs.Conversion Cloud 19.4 | Java SDK to C...

    Java REST API & Cloud SDK to convert the files from one format to another. Convert cloud documents to Word, Excel, PowerPoint, Image, HTML, PDF & other formats....defined for the API is as follows: JWT Type : OAuth 2.0 Flow : application...REST REST API Cloud API MIT JWT oauth GroupDocs.Total Cloud GroupDocs...

    releases.groupdocs.cloud/conversion/java/19-4/
  9. GroupDocs.Conversion Cloud 23.6 | Java SDK to C...

    Java REST API & Cloud SDK to convert the files from one format to another. Convert cloud documents to Word, Excel, PowerPoint, Image, HTML, PDF & other formats....defined for the API is as follows: JWT Type : OAuth 2.0 Flow : application...REST REST API Cloud API MIT JWT oauth GroupDocs.Total Cloud GroupDocs...

    releases.groupdocs.cloud/conversion/java/23-6/
  10. Convert document | Documentation

    This example demonstrates how to convert word processing document into pdf document with default 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 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': 'W...

    docs.groupdocs.cloud/conversion/convert-document/