Skip to main content

GroupDocs.Conversion Cloud Python SDK

Project description

GroupDocs.Conversion Cloud Python SDK

Python package for communicating with the GroupDocs.Conversion Cloud API

Requirements

Python 2.7 or 3.4+

Installation

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

pip install groupdocs-conversion-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_conversion_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_conversion_cloud.InfoApi.from_keys(app_sid, app_key)

try:
    # Retrieve supported conversion types
    request = groupdocs_conversion_cloud.GetSupportedConversionTypesRequest()
    response = api.get_supported_conversion_types(request)

    # Print out supported conversion types
    print("Supported conversion types:")
    for format in response:
        print('{0} to [{1}]'.format(format.source_format, ', '.join(format.target_formats))) 
except groupdocs_conversion_cloud.ApiException as e:
    print("Exception when calling get_supported_conversion_types: {0}".format(e.message))

Licensing

GroupDocs.Conversion 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_conversion_cloud-25.6.tar.gz (85.3 kB view details)

Uploaded Source

Built Distribution

groupdocs_conversion_cloud-25.6-py3-none-any.whl (385.1 kB view details)

Uploaded Python 3

File details

Details for the file groupdocs_conversion_cloud-25.6.tar.gz.

File metadata

File hashes

Hashes for groupdocs_conversion_cloud-25.6.tar.gz
Algorithm Hash digest
SHA256 5bccbde226d2058423a2a3c4e60ff5ffb29e0eb0abd2892121417410fdc2f8bd
MD5 f8805019f8e7e4c3902a70c2836f1e39
BLAKE2b-256 9c0162e39d79bb249541410066b83df5435a09051a3e7b13bec0e7cd84ff6492

See more details on using hashes here.

File details

Details for the file groupdocs_conversion_cloud-25.6-py3-none-any.whl.

File metadata

File hashes

Hashes for groupdocs_conversion_cloud-25.6-py3-none-any.whl
Algorithm Hash digest
SHA256 51f895e41a13080389bfc72fa8b4636d5525d703b181aa0d0aaf1776428675ff
MD5 ea5e1a59ca4b1ee007027701c4290dce
BLAKE2b-256 c1ce5bf48a5ac675cdf49df2fba5ebcc3895cbaf5ccedfec822efe81e9febe9e

See more details on using hashes here.

Supported by

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