Hi,
I have java program, function is to have data merge into document template and create a output file with doc, docx and pdf file format.
However, I found chinese characters cannot display correct when the file is save as pdf format, while no such problem when document is save as doc or docx format
Temporary solution, I need to change the fields with chinese input with “Chinese fonts” before running the function.
So, is there other solutions so that it is no need to change chinese fonts on fields before running?
FYI, above problem occur when java program running in Linux environment, and it got no Chinese display problem when programs are running in MS windows environment.
Thanks
Thanks