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

import

(1.47 sec)
  1. 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/
  2. Working with File Api | Documentation

    Download File API This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Annotation 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.annotation.api.* ; import com.groupdocs.cloud.annotation...

    docs.groupdocs.cloud/annotation/working-with-fi...
  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 Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/info?FilePath#words/four-pages.docx" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....Supported_File_Formats ; import com.groupdocs.cloud.conversion...* ; import com.groupdocs.cloud.conversion.model.* ; import com...

    docs.groupdocs.cloud/conversion/get-document-me...
  4. 用 Java 在线旋转 PDF 页面

    了解如何使用 GroupDocs.Merger Cloud SDK 在 Java 中以编程方式旋转 PDF 页面。探索功能、设置过程和高级轮换选项。...classes; import java.io.File; import com.groupdocs.cloud...client.*; import com.groupdocs.cloud.merger.model.*; import com.groupdocs...

    blog.groupdocs.cloud/zh/merger/how-to-rotate-pd...
  5. Backroung Brush and Stamp Brush Styles Signatur...

    This SDK is available with all major test cases to understand and implement GroupDocs.Signature Cloud API features in your Java application. Most significant features are, Add Text Signature, Add Stamp Signature, Background Text Brush, Search Signature in Digital Document,Verify Signature in Digital Document and...Started # import com.groupdocs.cloud.signature.client.*; import com...groupdocs.cloud.signature.model.*; import com.groupdocs.cloud.signature...

    blog.groupdocs.cloud/signature/introduction-of-...
  6. 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...
  7. 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 Linux/MacOS/Bash curl -X GET 'https://api.groupdocs.cloud/v2.0/conversion/formats' \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....Supported_File_Formats ; import com.groupdocs.cloud.conversion...* ; import com.groupdocs.cloud.conversion.model.* ; import com...

    docs.groupdocs.cloud/conversion/get-supported-f...
  8. Summarizing text with GroupDocs.Rewriter SDK | ...

    How to use GroupDocs.Rewriter Cloud SDK for texts summarization....sample files: Python import time import groupdocs_rewriter_cloud...groupdocs_rewriter_cloud.api.summarize_api import SummarizeApi from groupdocs_rewriter_cloud...

    docs.groupdocs.cloud/rewriter/text/sdk/summarize/
  9. Simplifying text with GroupDocs.Rewriter SDK | ...

    How to use GroupDocs.Rewriter Cloud SDK for texts simplification....sample files: Python import time import groupdocs_rewriter_cloud...groupdocs_rewriter_cloud.api.simplify_api import SimplifyApi from groupdocs_rewriter_cloud...

    docs.groupdocs.cloud/rewriter/text/sdk/simmplify/
  10. Findging synonyms with GroupDocs.Rewriter SDK |...

    How to use GroupDocs.Rewriter Cloud SDK to find synonyms for word or phrase....sample files: Python import time import groupdocs_rewriter_cloud...groupdocs_rewriter_cloud.api.synonymize_api import SynonymizeApi from groupdocs_rewriter_cloud...

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