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.
I have a PDF Formular with ten pages with components of adobe designer and three blank pages that I use for insert with your components some fields.
And when I set a value of a field in the PDF I obtain this error :
Object reference not set to an instance of an object. Erreur de type: System.NullReferenceException Message: Object reference not set to an instance of an object. Stack Trace: at Syncfusion.Pdf.Implementation.Parsing.PDFLoadedField.set_Value(Object value) at Bouygues.Fosip.Subscription.SubscriptionManager.CompleteData(SouscriptionParametreRow rowParam) in P:\Projects\Lot 3\SIPartenaires\Subscription\SubscriptionManager.cs:line 346
But the value is a string = ''test'', so I don''t find the error and when I test the fields after I obtain the value ''test''.