GroupDocs.Merger Cloud Python SDK
Project description
GroupDocs.Merger Cloud Python SDK
Python package for communicating with the GroupDocs.Merger Cloud API
Requirements
Python 2.7 or 3.4+
Installation
Install groupdocs-merger-cloud
with PIP from PyPI by:
pip install groupdocs-merger-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_merger_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_merger_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_merger_cloud.ApiException as e:
print("Exception when calling get_supported_file_formats: {0}".format(e.message))
Licensing
GroupDocs.Merger 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
Built Distribution
Close
Hashes for groupdocs-merger-cloud-22.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38670d34bfaa19a72671f08d1f016ceb29792076bc4614590a51e87806091ecd |
|
MD5 | 8f0e53ac10787547572dc11ebda64d10 |
|
BLAKE2b-256 | d1b58bc7a05472603c549f1496645332a73cdab178157a472e95da1417ae87aa |
Close
Hashes for groupdocs_merger_cloud-22.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e06c8e2edb47d381c30461adf44687efb3be99d44b9b505bc33d0386ba5646ab |
|
MD5 | 2957dc2157f0034baa765f5882b99a7f |
|
BLAKE2b-256 | e1f8cae4ee8a9919964d9f662765da2d734b9b98660f6bfdf1fd97616c893053 |