Is it possible to assign html formatted text to PDF form text field?

0 Answers 5 Views
PdfProcessing
Satish
Top achievements
Rank 1
Iron
Iron
Satish asked on 16 Sep 2025, 01:20 PM

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

No answers yet. Maybe you can help?

Tags
PdfProcessing
Asked by
Satish
Top achievements
Rank 1
Iron
Iron
Share this question
or