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

Uploaded Source

Built Distribution

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

groupdocs_viewer_cloud-25.7-py3-none-any.whl (183.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for groupdocs_viewer_cloud-25.7.tar.gz
Algorithm Hash digest
SHA256 5c7b871b6725605df938b60b5b7f5155703a0d8f4dee4f0dd8f7fc67f95bd494
MD5 c985701cb6be6d6bd0037415b6a5f310
BLAKE2b-256 66d9b8818337769cf3e017db4ce6a6cdf82c599f6c446bd5791c18cbe53d30a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for groupdocs_viewer_cloud-25.7-py3-none-any.whl
Algorithm Hash digest
SHA256 279d3d96224e088867e7dc396be55d956160e4f5bcd0bad093160467c9420371
MD5 5f0a1c0741e8d59661a72527b0fb45da
BLAKE2b-256 98169ff6e57d24337d83fb8a3ef3d8b55e1bae6cdd41dc539be23b0cec8ffe9d

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