
Question:
I need to generate multilingual pdf. I am using tcpdf 5.9.20, and font helvetica . It is working fine for English character, but displaying ???????? for Japanese character .
I also try arialunicid0 font suggest by <a href="http://community.impresscms.org/modules/newbb/viewtopic.php?post_id=43480" rel="nofollow">http://community.impresscms.org/modules/newbb/viewtopic.php?post_id=43480</a> . but it is forcing users to download lang-package
Answer1:Try font "cid0jp", it can probably solve your problem.
I succeed in displaying Japanese and Chinese characters by using this font. It can be found in tfpdf's package.
Answer2:Most fonts will not work for Japanese, since it needs thousands of characters (whereas English is satisfied with a hundred or so). Developing thousands of characters is expensive, thus Japanese fonts are expensive; and storing thousands of characters takes up space, which makes Japanese fonts multimegabyte. Therefore most Japanese still usually don't use custom fonts, and rely on the preinstalled fonts that come with the OS (or in one of OS-supported packages). Being a graphics designer is kind of expensive in Japan. Those that intend their documents for digital distribution (HTML, PDF) simply do not use any custom fonts.