Khmer Unicode on iText

I am very new to iText. Now I want to display Khmer Unicode on iText, but I cannot do this. Does anyone know how to do this? Please tell me.

Regards, LeeJava

+2
source share
3 answers

In your opinion, the owner of the question in another iText post does not support Khmer Unicode .

I again summarized this on my blog: http://ask.osify.com/qa/287

Only we need to change the source code of iText , but so far no one has claimed that they will work on it, therefore iText is not suitable for us with Khmer Unicode until the source code changes.

, Openoffice JODConverter, , , .

openoffice, Khmer, http://ask.osify.com/qa/318

13/01/2016

+1

- -

Font myfont= new Font(BaseFont.createFont("Font location", "encoding, "embedded"));   

c:\windows\fonts

0
Font font = new Font("khmer", Font.PLAIN ,33);
iText.setFont(font);
0

All Articles