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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: groupdocs_viewer_cloud-25.4.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.4.tar.gz
Algorithm Hash digest
SHA256 34dfa29a8434dddebb44df1c5260ab7c1e892795c5e25891717dda2ae49e63fa
MD5 20f68f5fc3328956e0afccdd331ab353
BLAKE2b-256 8dc6b48078e4d3f5bbeb4e94933e1fd668347ee1c4fe103c32378d0042524d54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for groupdocs_viewer_cloud-25.4-py3-none-any.whl
Algorithm Hash digest
SHA256 775f3e5053cb68609afb629b67a76df2862f36a4867860a65e4d22c406f3f714
MD5 93e86e7cfbd83f1121b38376b6432312
BLAKE2b-256 e28be2dfb98ae65d409161fea039d775f1c313f360787173895f40aee011c071

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