How to run examples

The complete project GroupDocs.Watermark Examples with code examples and sample files is hosted at GitHub.

Run examples using PyPI

To get started make sure that Python is installed.

  1. Clone repository with examples git clone https://github.com/groupdocs-watermark/GroupDocs.Watermark-for-Python-via-.NET.git
  2. Navigate to the examples folder cd ./GroupDocs.Watermark-for-Python-via-.NET/
  3. Install the necessary packages with the pip install groupdocs-watermark-net command.
  4. Navigate to the examples folder cd ./Examples
  5. Run the examples with the python runExamples.py command.

To check what examples are available open Examples/runExamples.py file using your favorite text editor. Uncomment examples that you want to run and type python runExamples.py to start them.

Contribute

If you like to add or improve an example, we encourage you to contribute to the project. All examples in this repository are open source and can be freely used in your own applications.

To contribute, you can fork the repository, edit the source code and create a pull request. We will review the changes and include them in the repository if found helpful.