Hi, i am building a PDF document. i need to add text Dim s1 As String = "STAFF STATUS: "to a table cell. since it has html in it, i believe i have to do something different. here is part the code.
Dim doc As Do…...Paragraphs.Add(s1) ‘’ it does not like...Margin.Bottom = 10; cell1.Paragraphs.Add(htmlFragment); // Add...