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

import

(0.11 sec)
  1. Quick Start | Documentation

    GroupDocs.Viewer Cloud Quick Start...message ); }); Python # Import module import groupdocs_viewer_cloud...s ; import com.groupdocs.cloud.viewer.client.* ; import com.groupdocs...

    docs.groupdocs.cloud/viewer/quick-start/
  2. 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/
  3. 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/
  4. Incorrect Python Sdk Example - Free Support For...

    The python example shown on the document conversion webpage has a minor mistake. The example shows “ConversionApi”, which I believe should be “ConvertApi”, as is confirmed by the output when attempting to evaluate the co…... # Import module import groupdocs_conversion_cloud...groupdocs_conversion_cloud from shutil import copyfile # Get your client_id and...

    forum.groupdocs.cloud/t/incorrect-python-sdk-ex...
  5. 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...
  6. 使用 Java 中的 REST API 将文档呈现为 HTML5 |适用于 Java 的 Gr...

    GroupDocs.Viewer Cloud 是一个文档渲染和查看 REST API 解决方案,提供了完全的平台和编程语言自由。... import com.groupdocs.cloud.viewer.api.*; import com.groupdocs...ApiException; import com.groupdocs.cloud.viewer.model.*; import com.groupdocs...

    blog.groupdocs.cloud/zh/viewer/render-documents...
  7. Get Supported File Formats | Documentation

    GroupDocs.Viewer Cloud REST APIs support to render over 50 file formats to HTML5 or Image formats for the whole document, page by page or custom range of pages. To get list of supported formats, You can use the below API. The following GroupDocs.Viewer Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/viewer/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Resonse { "formats": [ { "extension": "....Formats ; Python # Import modules import groupdocs_viewer_cloud...from Common_Utilities.Utils import Common_Utilities class Vie...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  8. 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...
  9. 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...
  10. 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 Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response [ { "sourceFormat": "doc", "targetFormats": [ "ods", "xls", "xlsx", "xlsm", "xlsb", "csv", "xls2003", "xltx", "xltm", "tsv", "tiff", "tif", "jpeg", "jpg", "png", "gif", "bmp", "ico", "psd", "svg", "webp", "jp2", "pdf", "epub", "xps", "ppt", "pps", "pptx", "ppsx", "odp", "otp", "potx", "potm", "pptm", "ppsm", "doc", "docm", "docx", "dot", "dotm", "dotx", "rtf", "txt", "odt", "ott", "html" ] }, ....Supported_File_Formats ; import com.groupdocs.cloud.conversion...* ; import com.groupdocs.cloud.conversion.model.* ; import com...

    docs.groupdocs.cloud/conversion/get-supported-f...