I am looking at this example. Is it possible to format the text using HTML tags?
For ex: can the textboxvalue = <b>text</b>?void ProcessTextBox(TextBoxField textBoxField, string textboxValue)
{
textBoxField.Value = textboxValue;
}https://demos.telerik.com/blazor-ui/pdfprocessing/read-and-write-form-fields
