Apply License in Python
Contents
[
Hide
]
Aspose.Words - Apply License/Python
To set license of Aspose.Words Java in Python, simply invoke the setLicense() method of License class.
Python Code
license = jpype.Jclass('com.aspose.words.License')
license.setLicense("Aspose.Words.lic")
Download Running Code
Download Apply License (Aspose.Words) from any of the below mentioned social coding sites: