Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Aspose.Imaging Cloud SDK Examples

This project provides examples of using Aspose.Imaging Cloud SDK for Python.

Prerequisites

Python 2.7 or higher is required.

Running the examples

pip install -r requirements.txt
python -m asposeimagingcloudexamples.imaging_examples --clientSecret=... --clientId=... --baseUrl=...

--clientSecret and --clientId are required parameters to connect to Aspose.Imaging Cloud. They can be looked up at Aspose Cloud Dashboard (free registration in Aspose Cloud is required for this).

--baseUrl is an optional parameter that allows running examples with custom hosted Aspose.Imaging Cloud instance.