I’m encountering an issue with Spire.PDF Pro Edition (version 11.6) in my .NET Core 8 solution.
Scenario:
I have purchased the Pro Edition license and am using the NuGet package (version 11.6).
I’m setting the license key in my code as follows:
Spire.Pdf.License.LicenseProvider.SetLicenseKey(LicenseKey);
My application opens existing PDF files, modifies them, and saves the changes.
Problem:
Despite setting the license key, the output PDF documents display the following evaluation warning at the top of each page:
"Evaluation Warning : The document was created with Spire.PDF for .NET."
What I’ve Tried:
Verified that the license key is correct and matches my purchased version.
Ensured that SetLicenseKey() is called before any Spire.PDF functionality.
Checked that the license key is not null or empty.
Questions:
Is there something I’m missing in the licensing setup?
Are there any additional steps required to remove the evaluation warning?
Has anyone else experienced this issue with the same setup?
Any insights or suggestions would be greatly appreciated!