Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 418 for

conversion android

(0.07 sec)
  1. Translating Srt files with GroupDocs.Translatio...

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

    docs.groupdocs.cloud/translation/file/sdk/subti...
  2. Translating PDF files with GroupDocs.Translatio...

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

    docs.groupdocs.cloud/translation/file/sdk/pdf/
  3. 使用 Ruby 将 Excel 电子表格转换为 PDF

    您可以使用 GroupDocs.Conversion Cloud API 轻松将 Excel XLSX 文件转换为 PDF。本教程介绍如何使用 Ruby 将 Excel 电子表格转换为 PDF...Conversion Cloud API 的 Ruby SDK 。 API...API 提供 .NET、Java、PHP、Node.js、Android 和 Python SDK 作为其 文档转换家族成员 。...

    blog.groupdocs.cloud/zh/conversion/convert-exce...
  4. Translating Markdown files with GroupDocs.Trans...

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

    docs.groupdocs.cloud/translation/file/sdk/markd...
  5. Translating Excel files with GroupDocs.Translat...

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

    docs.groupdocs.cloud/translation/file/sdk/excel/
  6. Translating HTML files with GroupDocs.Translati...

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

    docs.groupdocs.cloud/translation/file/sdk/html/
  7. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to Dashboard to create a free account. We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret....Conversion Product Solution GroupDocs...GetSupportedFileForm (); Java & Android // For complete examples and...

    docs.groupdocs.cloud/annotation/quick-start/
  8. 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 " \ -d "{ 'FilePath': 'annotationdocs/one-page.docx'} Response { "name": "one-page.docx", "path": "annotationdocs/one-page....Conversion Product Solution GroupDocs...GetSupportedFileForm (); Java & Android // For complete examples and...

    docs.groupdocs.cloud/annotation/get-document-in...
  9. 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....Conversion Product Solution GroupDocs...pages deleted." ); Java & Android // For complete examples and...

    docs.groupdocs.cloud/annotation/delete-pages/
  10. 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....Conversion Product Solution GroupDocs...response . Count ); Java & Android // For complete examples and...

    docs.groupdocs.cloud/annotation/extract-annotat...