Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 1,129 for

jwt

(0.12 sec)
  1. GroupDocs.Conversion Cloud 20.2 | 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-2/
  2. Update Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides a method to update some signature properties by it’s id. The signature ID is needed to perform the update, it comes from the result of sign or search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Update signatures Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....- H "Authorization: Bearer <jwt token>" - d "{ 'FileInfo': {...

    docs.groupdocs.cloud/signature/update-barcode-s...
  3. Verify multiple signatures | Documentation

    GroupDocs.Signature Cloud provides a method to verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Verify signatures 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': {...

    docs.groupdocs.cloud/signature/verify-multiple-...
  4. Convert document direct async | Documentation

    This example demonstrates how to convert word processing document into pdf document asyncronously without using cloud storage. There are steps that usage of GroupDocs.Conversion Cloud consists of: Start convert operation and get operation ID Get operation status Get operation result (converted document) Resource URI HTTP PUT ~/conversion/async Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....\ -H "Authorization: Bearer <jwt token>" --data-binary "@path/to/file"...

    docs.groupdocs.cloud/conversion/convert-documen...
  5. GroupDocs.Viewer 云 |云文档渲染Java SDK

    Java Rest API&SDK用于查看和渲染云中最受欢迎的文档文件格式。查看Word,Excel,PowerPoint,OpenOffice,HTML,电子邮件,PDF等。...REST REST API Cloud API MIT JWT oauth GroupDocs.Total Cloud GroupDocs...

    releases.groupdocs.cloud/zh/viewer/java/
  6. 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': [...

    docs.groupdocs.cloud/merger/join-word-continous/
  7. Join Documents of different formats | Documenta...

    This REST API allows merging the document of different formats into one pdf or word processing document. The table below contains the full list of properties that can be specified for each joined document. Name Description Comment FilePath The file path in the storage Required property StorageName Storage name 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 Pages Collection of page numbers to use in a Join operation The first page should have number 1 StartPageNumber Start page number Ignored if Pages collection is not empty EndPageNumber End page number Ignored if Pages collection is not empty RangeMode Page range mode: Even, Odd, All....\ -H "Authorization: Bearer <jwt token>" -d "{ 'JoinItems': [...

    docs.groupdocs.cloud/merger/join-document-cross...
  8. Add Watermark | Documentation

    This example demonstrates how to convert word processing document into pdf document with adding watermark. 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/add-watermark/
  9. Add annotation with downloading output document...

    AnnotateDirect method allows to add annotations to the document and returns output document. 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 and get the result immediately HTTP PUT ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....- H "Authorization: Bearer <jwt token>" \ - d " { 'FileInfo':...

    docs.groupdocs.cloud/annotation/add-direct/
  10. Compare multiple documents with specific compar...

    GroupDocs.Comparison Cloud allows to compare more that 2 documents and specify some specific comparison options like styling for detected changes, comparison details level etc. The following code sample shows how to compare multiple documents with specific options. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result 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 "{ 'SourceFile': {...

    docs.groupdocs.cloud/comparison/compare-multipl...