License constructor

License()

Initializes a new instance of this class.

def __init__(self):
    ...

Examples

Shows how initialize a license for Aspose.Words using a license file in the local file system.

# Set the license for our Aspose.Words product by passing the local file system filename of a valid license file.
license = aw.License()
license.set_license(LICENSE_PATH)

See Also