Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 3,559 for

import

(0.06 sec)
  1. 将 PDF 文档转换为图像文件、TIFF、JPEG、BMP 或 GIF

    将 PDF 文档转换为图像格式,如 TIFF、JPEG、BMP 和 GIF 图像文件。让我们看看如何在 Java 中将 PDF 转换为图像文件 TIFF、JPEG、BMP 和 GIF。...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-pdf-...
  2. Working With Folder | Documentation

    GroupDocs.Viewer Cloud Working With Folder...Working_With_Folder ; import com.groupdocs.cloud.viewer.api.* ; import com.groupdocs...viewer.client.ApiException ; import com.groupdocs.cloud.viewer...

    docs.groupdocs.cloud/viewer/working-with-folder/
  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. 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...
  5. Working with File Api | Documentation

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

    docs.groupdocs.cloud/comparison/working-with-fi...
  6. 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/
  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. 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/
  9. 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.Conversion 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/conversion/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.conversion.api.* ; import com...ApiException ; import com.groupdocs.cloud.conversion.model.* ; import com...

    docs.groupdocs.cloud/conversion/working-with-st...
  10. 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.Comparison 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.comparison.api.* ; import com...comparison.client.ApiException ; import com.groupdocs.cloud.comparison...

    docs.groupdocs.cloud/comparison/working-with-fo...