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.2.tar.gz (61.6 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-24.2-py3-none-any.whl (176.9 kB view details)

Uploaded Python 3

File details

Details for the file groupdocs-viewer-cloud-24.2.tar.gz.

File metadata

  • Download URL: groupdocs-viewer-cloud-24.2.tar.gz
  • Upload date:
  • Size: 61.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for groupdocs-viewer-cloud-24.2.tar.gz
Algorithm Hash digest
SHA256 362f7c58abc97c837ae1af8111b44d914cb41e326f9073f17802af1186a6d7ff
MD5 c9116969dfa1d8e394bd7e18dc5ef206
BLAKE2b-256 43657ca5df534668c1453bfc664dd64e2e3bd533e22786f3969e1396cb5613c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for groupdocs_viewer_cloud-24.2-py3-none-any.whl
Algorithm Hash digest
SHA256 757ea4fc1bcf5290698c2099cdc7287fa39b83542ab84224b1529993edd27e74
MD5 64e94938ab98bb932fb57841737e9077
BLAKE2b-256 b1732e165d4b14b6beba06cef2ec65cc2423723a4b03fd4e877411531df66ab0

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