How to Activate the Product
Our sample projects and report templates can help you learn the basics of working with our products.By default Reports.Python runs in trial mode with a watermark; applying your license key removes it.
Register the license key.
How it works. The license is registered once at startup, so every report and component in the app renders without the trial banner.
Register the license key.
from stimulsoft_reports import StiLicense
# From a key file...
StiLicense.setFile(url_for('static', filename='private/stimulsoft.key'))
# ...or from a key string
StiLicense.setKey('6vJhGtLLLz2GNviWmUTrhSqnO...')StiLicense.setFile(path)— load the license from a.keyfile kept out of the web root.StiLicense.setKey(string)— set the key directly; either removes the trial watermark.
How it works. The license is registered once at startup, so every report and component in the app renders without the trial banner.