Our issue:
We would like to update Spire.PDF Pack(Hot Fix) Version:9.6.0 from Spire.PDF Pack(Hot Fix) Version:7.1.0, but we could not update it.
(It turns out that the existing license code cannot be authenticated.)
we used it's code, the generated image contained a watermark indicating that it is a trial version.
We have implemented it in the following way, but do we need additional support or a new license key?
How to use license code:
7.7.10(C#) Spire.License.LicenseProvider.SetLicenseKey("license key");
↓
9.6.0(C#):Spire.Pdf.License.LicenseProvider.SetLicenseKey(""license key"");
# We changed the method Pdf.License from License, Is this correct?