Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 1,129 for

jwt

(0.06 sec)
  1. Features Overview | Documentation

    GroupDocs.Watermark Cloud is a REST API for managing watermarks in the documents of different file formats. It provides easy to use watermarking methods. It also allows you to search and remove previously added watermarks of popular types (including watermarks added by third-party tools) in a document. The API provides straightforward and easy to use set of methods to add, search, and remove watermarks in supported file formats. Adding Watermarks Groupdocs.Watermark Cloud allows to add text/image watermarks to supported document formats and images and save resultant file....authorization header with a JWT Token obtained by using the previously...

    docs.groupdocs.cloud/watermark/features-overview/
  2. Change Page Orientation | Documentation

    This REST API allows setting Portrait or Landscape page orientation for specific or all document pages. The result is a new document that has orientation changed for specified pages. There are several ways to specify desired page numbers: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password....\ -H "Authorization: Bearer <jwt token>" \ -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/merger/change-page-orienta...
  3. Join Document Pages | Documentation

    This REST API allows merging the source document with specific document pages from joined documents into one resultant document by specifying desired page numbers or page ranges. There are several ways to specify page numbers needed from each document: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property....\ -H "Authorization: Bearer <jwt token>" -d "{ 'JoinItems': [...

    docs.groupdocs.cloud/merger/join-document-pages/
  4. Rotate Pages | Documentation

    This REST API allows changing page rotation angle by setting it to 90,180 or 270 degrees for specific or all document pages. The result is a new document that has rotation changed for specified pages. There are several ways to specify desired page numbers: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property....\ -H "Authorization: Bearer <jwt token>" \ -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/merger/rotate-pages/
  5. GroupDocs.Translation Cloud 22.2 | Language Jav...

    Java REST API & Cloud SDK for intra-lingual translation of documents. Keep the file formatting & structure intact. Supports 70+ language translation pairs....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/translation/java/22-2/
  6. GroupDocs.Translation Cloud 20.12.0 | Language ...

    Java REST API & Cloud SDK for intra-lingual translation of documents. Keep the file formatting & structure intact. Supports 70+ language translation pairs....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/translation/java/20-12-0/
  7. GroupDocs.Translation Cloud 22.5 | Language Jav...

    Java REST API & Cloud SDK for intra-lingual translation of documents. Keep the file formatting & structure intact. Supports 70+ language translation pairs....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/translation/java/22-5/
  8. GroupDocs.Translation Cloud 20.8.0 | Language J...

    Java REST API & Cloud SDK for intra-lingual translation of documents. Keep the file formatting & structure intact. Supports 70+ language translation pairs....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/translation/java/20-8-0/
  9. 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...
  10. 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...