Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 436 for

merger android

(0.08 sec)
  1. Translating files with GroupDocs.Translation SD...

    How to use GroupDocs.Translation Cloud SDK for translating files....Merger Product Solution GroupDocs...code and sample files: Java & Android package com.groupdocs ; //...

    docs.groupdocs.cloud/translation/file/sdk/
  2. Delete Document Pages | Documentation

    Delete Pages method allows to delete pages in the cloud storage, created by get pages method. 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 Call Preview method Download result pages from cloud storage Delete pages in cloud storage HTTP POST ~/annotation/preview/remove Swagger UI lets you call this REST API directly from the browser....Merger Product Solution GroupDocs...pages deleted." ); Java & Android // For complete examples and...

    docs.groupdocs.cloud/annotation/delete-pages/
  3. Get Document Pages | Documentation

    GetPages method allows to create an image representation of each page of the 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 Call Preview method Download result pages from cloud storage HTTP POST ~/annotation/preview/create Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your App Key and App SID from https://dashboard....Merger Product Solution GroupDocs...response . TotalCount ); Java & Android // For complete examples and...

    docs.groupdocs.cloud/annotation/get-pages/
  4. Extract Annotations | Documentation

    Get method allows to retrieve all added annotations for given document as list of json objects 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 Download document with annotations Extract or Delete annotations HTTP POST ~/annotation/extract 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....Merger Product Solution GroupDocs...response . Count ); Java & Android // For complete examples and...

    docs.groupdocs.cloud/annotation/extract-annotat...
  5. Delete Annotations | Documentation

    Delete method allows to remove all added annotations. 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 Download document with annotations Delete annotations HTTP POST ~/annotation/remove 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....Merger Product Solution GroupDocs..." + link . Title ); Java & Android // For complete examples and...

    docs.groupdocs.cloud/annotation/delete-annotati...
  6. Get Supported File Formats | Documentation

    GroupDocs.Viewer Cloud REST APIs support to render over 50 file formats to HTML5 or Image formats for the whole document, page by page or custom range of pages. To get list of supported formats, You can use the below API. The following GroupDocs.Viewer Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/viewer/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Resonse { "formats": [ { "extension": "....Merger Product Solution GroupDocs.... format ( e . message )) Android package examples.Supported_File_Formats...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  7. 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....Merger Product Solution GroupDocs...stream . Length ); Java & Android // For complete examples and...

    docs.groupdocs.cloud/annotation/add-direct/
  8. How to self-host GroupDocs.Comparison Cloud wit...

    Docker is an open platform that effectively solves three main tasks development, deployment, and running the applications. With Docker, you can isolate your applications from the infrastructure that simplifies software development and delivery. The main building blocs are images and containers. The image includes everything you need to run the application: code or binaries, runtime dependencies, file system. The container is an isolated process with additional features that you can interact with....Merger Product Solution GroupDocs...GetSupportedFileForm (); Java & Android // For complete examples and...

    docs.groupdocs.cloud/comparison/self-host-with-...
  9. How to self-host GroupDocs.Signature Cloud with...

    Docker is an open platform that effectively solves three main tasks development, deployment, and running the applications. With Docker, you can isolate your applications from the infrastructure that simplifies software development and delivery. The main building blocs are images and containers. The image includes everything you need to run the application: code or binaries, runtimes dependencies, file system. The container is an isolated process with additional features that you can interact with....Merger Product Solution GroupDocs...GetSupportedFileForm (); Java & Android // For complete examples and...

    docs.groupdocs.cloud/signature/how-to-self-host...
  10. Image Annotation | Documentation

    Image annotation allows to add image within document page 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 (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/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....Merger Product Solution GroupDocs..." + link . Title ); Java & Android // For complete examples and...

    docs.groupdocs.cloud/annotation/image-annotation/