Skip to main content

GroupDocs.Viewer Cloud Python SDK

Project description

GroupDocs.Viewer Cloud Python SDK

Python package for communicating with the GroupDocs.Viewer Cloud API

Requirements

Python 2.7 or 3.4+

Installation

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

pip install groupdocs-viewer-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_viewer_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_viewer_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_viewer_cloud.ApiException as e:
    print("Exception when calling get_supported_file_formats: {0}".format(e.message))

Licensing

GroupDocs.Viewer 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_viewer_cloud-24.8.tar.gz (63.6 kB view details)

Uploaded Source

Built Distribution

groupdocs_viewer_cloud-24.8-py3-none-any.whl (183.0 kB view details)

Uploaded Python 3

File details

Details for the file groupdocs_viewer_cloud-24.8.tar.gz.

File metadata

  • Download URL: groupdocs_viewer_cloud-24.8.tar.gz
  • Upload date:
  • Size: 63.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.6

File hashes

Hashes for groupdocs_viewer_cloud-24.8.tar.gz
Algorithm Hash digest
SHA256 7b43657e04e5640c282b47167215f27c255eb223f017eda2f0ff29da74155628
MD5 0832df5f14f031a60e6e5e504109e7e8
BLAKE2b-256 0feb4365d2720a6b3869b7636c90cee7e3aceed32da97fd683b67abcabdec3a1

See more details on using hashes here.

File details

Details for the file groupdocs_viewer_cloud-24.8-py3-none-any.whl.

File metadata

File hashes

Hashes for groupdocs_viewer_cloud-24.8-py3-none-any.whl
Algorithm Hash digest
SHA256 f1c661185cb016ded4c6fd79bf5bbf29c193a9eb6bccde5ac7f0154912e3e030
MD5 8c13684656bdf96108a35d908688e6ef
BLAKE2b-256 d7ed024cd1cb57c88b20bce0905437a071a94dbb1cb68709fba94ea0b60a9b42

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