Skip to main content

GroupDocs.Editor Cloud Python SDK

Project description

GroupDocs.Editor Cloud Python SDK

Python package for communicating with the GroupDocs.Editor Cloud API

GroupDocs.Editor Cloud allows you to edit documents across wide range of supported document types:

  • Microsoft Word documents - DOC, DOCX, DOCM, DOT, DOTM, DOTX, RTF, FlatOpc, WordML, TXT;
  • Microsoft Excel spreadsheets - XLS, XLSX, XLSM, XLT, XLTX, XLTM, XLSB, SpreadsheetML, CSV, TSV;
  • Microsoft PowerPoint presentations - PPT, PPTX, PPTM, POT, PPS etc.;
  • Open Document formats - ODT, OTT, ODS, ODP, OTP;
  • Markup - HTML, MHTML, XML.

Requirements

Python 2.7 or 3.4+

Installation

Install groupdocs-editor-cloud with PIP from PyPI by:

pip install groupdocs-editor-cloud

Or clone repository and install it via Setuptools:

python setup.py install

Getting Started

Please follow the installation procedure and then run following:

# Import module
import groupdocs_editor_cloud

# Get your app_sid and app_key at https://dashboard.groupdocs.cloud (free registration is required).
app_sid = "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"
app_key = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"

# Create instance of the API
api = groupdocs_editor_cloud.InfoApi.from_keys(app_sid, app_key)

try:
    # Retrieve supported file-formats
    response = api.get_supported_file_formats()

    # Print out supported file-formats
    print("Supported file-formats:")
    for format in response.formats:
        print('{0} ({1})'.format(format.file_format, format.extension)) 
except groupdocs_editor_cloud.ApiException as e:
    print("Exception when calling get_supported_file_formats: {0}".format(e.message))

Licensing

GroupDocs.Editor Cloud Python SDK licensed under MIT License.

Resources

Contact Us

Your feedback is very important to us. Please feel free to contact us using our Support Forums.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

groupdocs_editor_cloud-25.7.tar.gz (44.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

groupdocs_editor_cloud-25.7-py3-none-any.whl (123.0 kB view details)

Uploaded Python 3

File details

Details for the file groupdocs_editor_cloud-25.7.tar.gz.

File metadata

  • Download URL: groupdocs_editor_cloud-25.7.tar.gz
  • Upload date:
  • Size: 44.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.6

File hashes

Hashes for groupdocs_editor_cloud-25.7.tar.gz
Algorithm Hash digest
SHA256 bdf5713416aca4e6508f8674b4b26badb2324806a82c728d1c53d0adc834a609
MD5 42d974d43e4d8b7f7c3d5b85fad48125
BLAKE2b-256 6ca6cb05f912ba2ac27a90281d8905f098dcf2e884a23985345df6ad24d33a6a

See more details on using hashes here.

File details

Details for the file groupdocs_editor_cloud-25.7-py3-none-any.whl.

File metadata

File hashes

Hashes for groupdocs_editor_cloud-25.7-py3-none-any.whl
Algorithm Hash digest
SHA256 8436e7e1ee3c9bdd19631b6b67e6c1cc393e757cc1f71abc48abb3a99a20baf0
MD5 7926883696003ff2aec6d2985b4c97b5
BLAKE2b-256 fd26324db3ec69a4ebbd31da76576c3479506abeccdd4234bb7673e7c84f5b9e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page