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-23.11.tar.gz (43.0 kB view details)

Uploaded Source

Built Distribution

groupdocs_editor_cloud-23.11-py3-none-any.whl (119.5 kB view details)

Uploaded Python 3

File details

Details for the file groupdocs-editor-cloud-23.11.tar.gz.

File metadata

File hashes

Hashes for groupdocs-editor-cloud-23.11.tar.gz
Algorithm Hash digest
SHA256 b70e8fdd63a957798d7fb74c717abfc74ac681686d228812b4799f50907f4a49
MD5 8597fbf57b554d76de4a8f582956d95e
BLAKE2b-256 ea090f62fbd5faac5e588e7f43d8222271f0c9e9c5e73dd0cf9d73dd709108e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for groupdocs_editor_cloud-23.11-py3-none-any.whl
Algorithm Hash digest
SHA256 21e744ac65d89e736c52b2cbdf48d74fca53b78cb529a424c1ecd58c10e793e7
MD5 470d039c579b6bb77f0585572070de41
BLAKE2b-256 a092ffeed75776a119aef1a13f3f6bf0773cea78a004572f8a34d17c071072c7

See more details on using hashes here.

Supported by

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