Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 4,016 for

import

(0.07 sec)
  1. 用 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...
  2. 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/
  3. 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/
  4. 7. Convert to Text Formats | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to Text Formats and returns the output document storage URL and also support to get result as a stream or Array of stream. Convert to Text Formats You can convert the supported document formats to Text Formats and get output as Storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to Text 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-text...
  5. 用 Java 提取 PDF 页面 | PDF提取器

    了解如何使用 Java 从 PDF 中提取页面并在线分离 PDF 页面。本文提供有关如何使用 GroupDocs.Merger API 的分步指南。...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-pages-fr...
  6. 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...
  7. Translating Resx files with GroupDocs.Translati...

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

    docs.groupdocs.cloud/translation/file/sdk/resou...
  8. Translating image and scanned PDF files with Gr...

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

    docs.groupdocs.cloud/translation/file/sdk/image...
  9. How can I download file with accepted changes w...

    How can I download file with accepted changes with Python? Dear all, I have used code [here](https://blog.groupdocs.cloud/2021/04/09/accept-or-reject-tracked-changes-of-word-document-using-python/)......Utils import Common_Utilities` gives me...from cloud storage. # Import module import groupdocs_comparison_cloud...

    forum.groupdocs.cloud/t/how-can-i-download-file...
  10. Paraphrase text with GroupDocs.Rewriter SDK | D...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrasing texts....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/text/sdk/paraphrase/