Skip to content

zoho/office-integrator-python-sdk-examples

Repository files navigation

Zoho Office Integrator - Python SDK Example Codes

Getting Started

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.

How to run the example codes

  • 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.

License

This SDK is distributed under the Apache License, Version 2.0, see LICENSE.txt for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages