My Java application creates PDFs using iText. Sometimes the content is Asian, which does not work. The Asian characters are not visible.
I found iTextAsian.jar
on the iText download page, but don't know how to use it.
The goal is to use my favorite font as default. But when a character is not available an other font is used for this character. I have read, iText can select fonts that way automaticaly, but how to configure this?
I also want all required fonts to be included in the PDF, so users don't have to install Asian fonts on their computers.