Formatting Field values using itextsharp -


how can have string format "i fine here" using itextsharp fields.setfield("tgpara2", message2); message "i fine here" want fine word bold.

itext has partial support "rich text values" text fields. can , set rich values, itext won't draw values properly. need turn off setgenerateappearances, , open pdf in acrobat/reader see rich text.

this means flattening isn't going work (unless open pdf in acrobat, save again... clunky).

you might want check out pdf specification (section 12..7.3.4 rich text strings) further information on , isn't legal. <b> legal, font-weight css style


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -