We had purchased a license for spire.doc last year that was working fine, and suddenly it's stopped. No errors, just suddenly getting the red watermark on the output documents. (and errors when trying to generate documents with more than 500 paragraphs)
Our relevant code was:
- Code: Select all
from spire.doc import *
from spire.doc.common import *
from spire.doc import LicenseProvider as docLicense
docLicense.SetLicenseKey([KEY])
(I've removed the key string for obvious reasons)
Has anything changed recently that would be causing this?
Cheers