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.
In the documentation for the DataManager I found the following:
DataManager uses Activator.CreateInstance method to create custom adaptor instance. Injecting services into custom adaptor class, is not supported while using this approach. To inject and use services, provide custom adaptor as a Blazor component by extending DataAdaptor class
I don't understand how to provide the custom adaptor as a Blazor component, can you give a sample of this?