Zoho Office Integrator Python SDK used to help you quickly integrator Zoho Office Integrator editors in side your web application. This repository will example code to integrate Zoho Office Integrator using Python SDK.
-
Clone this repository in your local machine.
git clone https://github.com/zoho/office-integrator-python-sdk-examples.git
-
Install Python SDK and other dependencies
-
Navigate to the folder office-integrator-python-sdk-examples
cd office-integrator-python-sdk-examples
-
Run the command below. This command will install python sdk and it's dependencies.
pip3 install -r requirements.txt
-
-
Now go to any of the folder document-apis
cd document-apis
-
Run any of the example files in those folders.
python3 CreateDocument.py
-
You can make the changes in any of the example code and test if your changes get reflected in the output.
-
Check the documentation page for all possible customizations.
This SDK is distributed under the Apache License, Version 2.0, see LICENSE.txt for more information.