Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 3,559 for

import

(0.03 sec)
  1. Introduction of Java SDK for GroupDocs.Viewer C...

    Java SDK release for public use of GroupDocs.Viewer cloud features in Java based applications....Started # import com.groupdocs.cloud.viewer.client.*; import com.groupdocs...groupdocs.cloud.viewer.model.*; import com.groupdocs.cloud.viewer...

    blog.groupdocs.cloud/viewer/introduction-of-jav...
  2. Available SDKs | Documentation

    Find the latest software development kits (SDKs) that help you easily integrate GroupDocs.Rewriter Cloud into your applications....ToString ()); } } } } Python import time import groupdocs_rewriter_cloud...groupdocs_rewriter_cloud.api.paraphrase_api import ParaphraseApi from groupdocs_rewriter_cloud...

    docs.groupdocs.cloud/rewriter/sdk/
  3. 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-...
  4. Translating Word files with GroupDocs.Translati...

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

    docs.groupdocs.cloud/translation/file/sdk/word/
  5. Translating PowerPoint files with GroupDocs.Tra...

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

    docs.groupdocs.cloud/translation/file/sdk/power...
  6. Working with Storage API | Documentation

    Storage existance API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Comparison 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/comparison/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK example Our API is completely independent of your operating system, database system or development language....Working_With_Storage ; import com.groupdocs.cloud.comparison.api.* ; import com...ApiException ; import com.groupdocs.cloud.comparison.model.* ; import com...

    docs.groupdocs.cloud/comparison/working-with-st...
  7. Working with File Api | Documentation

    Download File API This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Conversion Cloud API Reference lets you to 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 exposes. Request parameters Parameter Description Path Path of the file including file name and extension e.g. /Folder1/file.ext. Required. Can be passed as 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.conversion.api.* ; import com.groupdocs.cloud.conversion...

    docs.groupdocs.cloud/conversion/working-with-fi...
  8. 在 Java 中将 Word 转换为 PNG 并将 PNG 转换为 Word 文档

    使用我们免费且安全的 API,在几秒钟内将 Word DOC 转换为优化的 PNG 图像。让我们看看如何在 Java 中将 Word 转换为 PNG 以及将 PNG 转换为 Word 文档。...classes; import com.groupdocs.cloud.conversion.api.*; import com.groupdocs...groupdocs.cloud.conversion.model.*; import com.groupdocs.cloud.conversion...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  9. GroupDocs.Signature Cloud 18.8 中引入的背景画笔和图章画笔样式签名

    该 SDK 可用于所有主要测试用例,以了解和在 Java 应用程序中实现 GroupDocs.Signature Cloud API 功能。最重要的功能是添加文本签名、添加印章签名、背景文本画笔、在数字文档中搜索签名、验证数字文档中的签名以及...入门 # import com.groupdocs.cloud.signature.client.*; import com...groupdocs.cloud.signature.model.*; import com.groupdocs.cloud.signature...

    blog.groupdocs.cloud/zh/signature/introduction-...
  10. Detecting paraphrases in files with GroupDocs.R...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrase detection in files....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/file/sdk/detect/