Am 15.05.2017 um 12:41 schrieb Bharat Bhatt:
Hi,

I have to display the currency symbol in PDF. Currency symbol will in hex
value  (ie. for "LIRA SIGN" currency hex value will be "#x20A4").

How to display the currency symbol based on hex value because all currency
symbol not directly supported I have to use hex value.


Thanks,
Bharat


You can use \u20A4 . It may not work with standard 14 type1 fonts, but with truetype fonts if you use the PDType0Font.load() method.

Tilman


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to