The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
When i convert from excel to html it shows a message “made by syncfusion you should get a key” in the beginning of the html
I registered a key then i added the following code in the global.ascx in appstart function
SyncfusionLicenseProvider.RegisterLicense("the key“); string message; Syncfusion.Licensing-SyncfusionLicenseProvider.ValidateLicense(Syncfusion.Licensing.Platform.ASPNET, out message); I get message invalid key How to fix this issue thanks in advance