Hello!
I want to create a PDF file with text. The language of the text is
depending on the language-settings in the application. The application
supports many languages … also Chinese, Korean etc. So I cannot work with
one font. In the application i have now the font as java.awt.Font
available. Is there a way to use this direct? For example something like
contentStream.setFont((PDFont) [java.awt.Font], 10);
or a way to create this with something similar like
PDFont font = PDTrueTypeFont.loadTTF(doc, [java.awt.Font]);
?
Yours
Florian