Fill PDF template acrofield with HTML formatted text using iTextSharp
问题 I am using iTextSharp to fill in a PDF template. The data I am using is kept in a database and is HTML formatted. My problem is that when I load the AcroField with this text I get it to do the line breaks, but no bold nor italicizing . I have already attempted to use HtmlWorker , but all the examples online show it being used to convert HTML to a PDF but I am trying to set an AcroField in a PDF template. Any help would be appreciated. 回答1: After spending days looking through forums and