Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 3,616 for

import

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

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

    docs.groupdocs.cloud/translation/file/sdk/subti...
  2. Translating image files with GroupDocs.Translat...

    How to use GroupDocs.Translation Cloud SDK for translating image files....sample files: Python import time import groupdocs_translation_cloud...groupdocs_translation_cloud import ImageToTextRequest , Format...

    docs.groupdocs.cloud/translation/file/sdk/image...
  3. Translating PDF files with GroupDocs.Translatio...

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

    docs.groupdocs.cloud/translation/file/sdk/pdf/
  4. Working With Storage | Documentation

    GroupDocs.Viewer Cloud Working With Storage...Working_With_Storage ; import com.groupdocs.cloud.viewer.api.* ; import com.groupdocs...ApiException ; import com.groupdocs.cloud.viewer.model.* ; import com.groupdocs...

    docs.groupdocs.cloud/viewer/working-with-storage/
  5. Working with Storage API | Documentation

    Storage existence API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Annotation Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/annotation/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....Working_With_Storage ; import com.groupdocs.cloud.annotation.api.* ; import com...ApiException ; import com.groupdocs.cloud.annotation.model.* ; import com...

    docs.groupdocs.cloud/annotation/working-with-st...
  6. 如何使用 Java API 将 Excel 转换为 PDF

    在 Java 中使用我们快速安全的文件格式 REST API 转换您的文档和文件。本文介绍如何使用 Java API 将 Excel 转换为 PDF。...classes; import com.groupdocs.cloud.conversion.api.*; import com.groupdocs...groupdocs.cloud.conversion.model.*; import com.groupdocs.cloud.conversion...

    blog.groupdocs.cloud/zh/conversion/how-to-conve...
  7. Translating files with GroupDocs.Translation SD...

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

    docs.groupdocs.cloud/translation/file/sdk/
  8. Get Supported File Formats | Documentation

    GroupDocs.Comparison Cloud REST APIs support document compare tools to compare source and destination files of 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.Comparison 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/comparison/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "....Supported_File_Formats ; import com.groupdocs.cloud.comparison...* ; import com.groupdocs.cloud.comparison.model.* ; import java...

    docs.groupdocs.cloud/comparison/get-supported-f...
  9. Java 中的 SVG 到 HTML 文档转换:综合指南。

    了解如何使用 GroupDocs.Conversion Cloud SDK for Java 将 SVG 转换为 Java 中的 HTML 文件。按照我们的分步指南获得最佳结果。...classes; import com.groupdocs.cloud.conversion.api.*; import com.groupdocs...groupdocs.cloud.conversion.model.*; import com.groupdocs.cloud.conversion...

    blog.groupdocs.cloud/zh/conversion/svg-to-html-...
  10. Working With Files | Documentation

    Download File API This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Editor Cloud API Reference lets you try out Download a File API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description Path Path of the file including file name and extension e.g. /Folder1/file.ext. Required. Can be passed as a query string parameter or as part of the URL storageName Name of the storage....Working_With_Files ; import java.io.File ; import com.groupdocs.cloud...cloud.Editor.api.* ; import com.groupdocs.cloud.Editor.client...

    docs.groupdocs.cloud/editor/working-with-files/