How can I render hindi correctly when exporting to pdf?

this worked for me

IndicLigaturizer  hindi = new DevanagariLigaturizer();
String result = hindi.process(string);

Leave a Comment