Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 4,011 for

import

(0.04 sec)
  1. 4. Convert to Image Formats | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to Image Formats and returns the output document storage URL and also support to get result as a array of stream. Convert to Images Formats You can convert the supported document formats to Images Formats and get the output as storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to Images format example....s ; import com.groupdocs.cloud.conversion.api.* ; import com...ApiException ; import com.groupdocs.cloud.conversion.model.* ; import com...

    docs.groupdocs.cloud/conversion/convert-to-imag...
  2. Get Supported File Formats | Documentation

    GroupDocs.conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.conversion 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/conversion/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response [ { "sourceFormat": "doc", "targetFormats": [ "ods", "xls", "xlsx", "xlsm", "xlsb", "csv", "xls2003", "xltx", "xltm", "tsv", "tiff", "tif", "jpeg", "jpg", "png", "gif", "bmp", "ico", "psd", "svg", "webp", "jp2", "pdf", "epub", "xps", "ppt", "pps", "pptx", "ppsx", "odp", "otp", "potx", "potm", "pptm", "ppsm", "doc", "docm", "docx", "dot", "dotm", "dotx", "rtf", "txt", "odt", "ott", "html" ] }, ....Supported_File_Formats ; import com.groupdocs.cloud.conversion...* ; import com.groupdocs.cloud.conversion.model.* ; import com...

    docs.groupdocs.cloud/conversion/get-supported-f...
  3. Get Document Metadata | Documentation

    GroupDocs.Conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a Metadata of supported formats, You can use the below API. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the Document Metadata example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/info?FilePath#words/four-pages.docx" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response Content-type: application/json { "fileType": "docx", "pageCount": 4, "size": 8651, "width": 0, "height": 0, "horizontalResolution": 0, "verticalResolution": 0, "bitsPerPixel": 0, "title": "", "author": "", "createdDate": "2016-05-18T00:00:00Z", "modifiedDate": "0001-01-01T00:00:00", "layers": null, "isPasswordProtected": false } SDK examples The API is completely independent of your operating system, database system or development language....Supported_File_Formats ; import com.groupdocs.cloud.conversion...* ; import com.groupdocs.cloud.conversion.model.* ; import com...

    docs.groupdocs.cloud/conversion/get-document-me...
  4. 1. Convert to Any Format | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert supported document formats to any Supported Document Formats and returns the output document storage URL and also support to get result as a stream. Convert to Any Format You can convert the supported document formats to Any Format Format and get Output as Storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to Any Format format example....s ; import com.groupdocs.cloud.conversion.api.* ; import com...ApiException ; import com.groupdocs.cloud.conversion.model.* ; import com...

    docs.groupdocs.cloud/conversion/convert-to-any-...
  5. Working with Folder API | Documentation

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find folder in GroupDocs Cloud Storage. API Explorer GroupDocs.conversion Cloud API Reference lets you to try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs exposes....Working_With_Folder ; import com.groupdocs.cloud.conversion.api.* ; import com...conversion.client.ApiException ; import com.groupdocs.cloud.conversion...

    docs.groupdocs.cloud/conversion/working-with-fo...
  6. 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....Supported_File_Formats ; import com.groupdocs.cloud.conversion...* ; import com.groupdocs.cloud.conversion.model.* ; import com...

    docs.groupdocs.cloud/conversion/quick-start/
  7. Paraphrase file with GroupDocs.Rewriter SDK | D...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrasing files....sample files: Python import time import groupdocs_rewriter_cloud...groupdocs_rewriter_cloud.api.paraphrase_api import ParaphraseApi from groupdocs_rewriter_cloud...

    docs.groupdocs.cloud/rewriter/file/sdk/paraphrase/
  8. 用 Java 提取 DOCX 页面 |词提取器

    了解如何使用 GroupDocs.Merger Cloud SDK 从 Java 中的 Word 文件中提取页面。按照我们的指南来简化和优化您的工作流程。现在就试试!...classes; import java.io.File; import com.groupdocs.cloud...client.*; import com.groupdocs.cloud.merger.model.*; import com.groupdocs...

    blog.groupdocs.cloud/zh/merger/extract-document...
  9. Translating CSV files with GroupDocs.Translatio...

    How to use GroupDocs.Translation Cloud SDK for translating CSV files....sample files: Python import time import groupdocs_translation_cloud...groupdocs_translation_cloud import CsvFileRequest , Format api...

    docs.groupdocs.cloud/translation/file/sdk/csv/
  10. Detecting paraphrases in text with GroupDocs.Re...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrase detection in texts....sample files: Python import time import groupdocs_rewriter_cloud...groupdocs_rewriter_cloud.api.detect_api import DetectApi from groupdocs_rewriter_cloud...

    docs.groupdocs.cloud/rewriter/text/sdk/detect/