Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 1,129 for

jwt

(0.08 sec)
  1. Add watermark | Documentation

    GroupDocs.Viewer Cloud enables you to apply a watermark on the output pages (HTML / Image / PDF). The following code sample shows how to apply the watermark to the output pages. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered 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 "{ 'FileInfo': { 'FilePath':...

    docs.groupdocs.cloud/viewer/add-watermark/
  2. Convert and download document | Documentation

    GroupDocs.Viewer Cloud API enables you to to render documents using single API call, passing input file in the request body, and getting result file stream in the response. This example demonstrates how to render document without using cloud storage. Method parameters: Name Type Description Comment format string Requested conversion format: HTML, JPG, PNG or PDF Required. File binary Input file to convert Form data, Required pages string Pages range to render, like “1,2” or “3-5,10” Default value : all pages password string Input document password Required for password-protected documents....\ -H "Authorization: Bearer <jwt token>" --data-binary "@path/to/file"...

    docs.groupdocs.cloud/viewer/convert-and-download/
  3. Image Viewer - Get text coordinates | Documenta...

    GroupDocs.Viewer Cloud provides the feature of getting text coordinates. This feature is useful if you want to add selectable text over the image or implement a text search in image-based rendering. The ExtractText property of ImageOptions class enables you to get the text contained in a source document with coordinates. Following code sample shows how to retrieve and print out text (lines / words / characters) of each document page with coordinates....\ -H "Authorization: Bearer <jwt token>" -d "{ 'FileInfo': { 'FilePath':...

    docs.groupdocs.cloud/viewer/image-viewer-get-te...
  4. Remove Watermarks | Documentation

    This REST API allows removing watermarks from the document. The operation performs a search for possible watermarks and then removes them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. There are two popular scenarios to use the Remove operation: Remove particular watermarks found by search criteria. With this scenario Two operations are used: Search and Remove: You define the search criteria set; You first use Search operation with the designed criteria and get the response with search results; You can analyze the response and choose those watermarks that should be deleted; You then call Remove operation with the same set of search criteria; You also provide RemoveIds array with IDs of found watermarks; Then watermarks with passed IDs will be removed Remove all found watermarks....\ -H "Authorization: Bearer <jwt token>" -d "{ " FileInfo ": {...

    docs.groupdocs.cloud/watermark/remove-watermarks/
  5. Replace Watermarks | Documentation

    This REST API allows replacing watermarks in the document. The operation performs a search for possible watermarks and then performs replacement operations over them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. With this operation, you may replace found watermark properties: watermark image, text or/and text appearance options like font, size, color, etc. The table below contains the full list of properties....\ -H "Authorization: Bearer <jwt token>" -d "{ " FileInfo ": {...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  6. Render N consecutive pages | Documentation

    GroupDocs.Viewer Cloud provides the feature to render N consecutive pages. You will have to provide the starting page number and the number of the pages to be rendered. The following code sample shows how to render N consecutive pages of a document. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered 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 "{ 'FileInfo': { 'FilePath':...

    docs.groupdocs.cloud/viewer/render-n-consecutiv...
  7. GroupDocs.元数据云|元数据处理 Java SDK

    Java Rest API和Cloud SDK将在云中设置,获取和更新元数据。搜索并提取所需的元数据,而不是穿越整个文件元数据树。...REST REST API Cloud API MIT JWT oauth GroupDocs.Total Cloud GroupDocs...

    releases.groupdocs.cloud/zh/metadata/java/
  8. GroupDocs.Editor 云 |云文档编辑Java SDK

    能够在云中编辑Word文档,Excel电子表格,PowerPoint演示文稿的Java Rest API和Cloud SDK。构建云文件编辑器应用程序。...REST REST API Cloud API MIT JWT oauth GroupDocs.Total Cloud GroupDocs...

    releases.groupdocs.cloud/zh/editor/java/
  9. GroupDocs.注释云|文档注释器 Java SDK

    Java Rest API和SDK可处理各种类型的云文档注释,例如,区域,距离,椭圆形,图像,链接,点,点,水印和修复。...REST REST API Cloud API MIT JWT oauth GroupDocs.Total Cloud GroupDocs...

    releases.groupdocs.cloud/zh/annotation/java/
  10. Get attachments | Documentation

    GroupDocs.Viewer Cloud API enables you to to retrieve a list of document attachments from your emails, Outlook data files, archives and PDF documents. Following example demonstrates on how to get all attachments from MSG file. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered 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 "{ 'FileInfo': { 'FilePath':...

    docs.groupdocs.cloud/viewer/get-attachments/