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

import

(0.07 sec)
  1. excel import csv on Document Processing REST AP...

    excel Import csv on Document Processing REST APIs | GroupDocs Cloud Recent content in excel Import csv on Document Processing REST APIs | GroupDocs Cloud Konversi Excel (XLS, XLSX) ke CSV yang muda......excel import csv on Document Processing REST APIs | GroupDocs...Cloud Recent content in excel import csv on Document Processing...

    blog.groupdocs.cloud/id/tag/excel-import-csv/in...
  2. excel import csv on Document Processing REST AP...

    excel Import csv on Document Processing REST APIs | GroupDocs Cloud Recent content in excel Import csv on Document Processing REST APIs | GroupDocs Cloud Mühelose Konvertierung von Excel (XLS, XLSX......excel import csv on Document Processing REST APIs | GroupDocs...Cloud Recent content in excel import csv on Document Processing...

    blog.groupdocs.cloud/de/tag/excel-import-csv/in...
  3. 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...
  4. 使用 Java 拆分 DOCX |分词器

    了解如何在 Java 中将 Word 文档拆分为单独的文件。按照本教程在线拆分 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/split-word-docum...
  5. 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/
  6. 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...
  7. 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/
  8. 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...
  9. 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/
  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...