Spire.Doc for Python 13.6.4 现已正式发布。该版本主要新增了一个功能,即开发或测试授权支持解除绑定。详情请查阅以下内容。
新功能:
- 开发或测试授权支持解除绑定 (仅对1.6版本的授权生效)。
from spire.doc.common import *
from spire.doc import *
from spire.doc import LicenseProvider as docLicense
docLicense.SetLicenseKey("key",True)
#testing code
docLicense.UnbindDevelopmentOrTestingLicenses()
获取 Spire.Doc for Python 13.6.4 请点击: