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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -