I CANNOT CREATE NEW TOPICS. MY I ASK A QUESTION? THANK YOU
PROBLEM:
i trying to convert text ( in different languages) into pdf. Though it is working fine for other languages, it is not able to generate the pdf for chinese language,is something i can set and change?
i set FontFamily and can’t success,my code is
Formatting format = new Formatting() { FontFamily = new Font(“SimSun”) }; //宋体
t.Rows[0].Cells[0].Paragraphs[0].Append(“排名”, format);
but pdf is error and can’t display。 can you help me?