Hi all,
We are developing a .net core 7 application including spire.pdf.
So far all worked well. With spire.pdf generated .pdf files are created ok (no license watermark).
License file (site small business) is added and called in program.cs properly as:
…
//Sprie license
LicenseProvider.SetLicenseFileName(webApplicationBuilder.Configuration["SpirePdf:LicenseFileName"]);
LicenseProvider.LoadLicense();
…
After switching the nugetpack from spire.office (used by mistake) to spire.pdffor.NETStandard (V10.8.1), the evaluation text starts popping up in all generated .pdf files while debugging??
Please advice how to make all developer machines work again without evaluation copy text showing up?
Kind regards
D. Ackermann