标签: itextsharp
是否可以致电SetField并将文字的某些部分设为BOLD?
SetField
我想设置一些文字Bolded。
例如,使用HTML粗体标记进行说明:
我想做点什么:
AcroFields testForm = pdfStamper.AcroFields; testForm.SetField("PDFFieldSubjectText", "This is <b>bold</b> text");