java - Creating pdf files with iText and utf8 symbols -


i’m testing creation of pdf files itext library. i’ve tried tutorial: http://www.vogella.com/tutorials/javapdf/article.html works fine, when add non latinic symbols (such ā, ē, š), empty places instead of symbols. how can resolve problem? thanks!


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -