On Sat, 11 May 2013 10:56:27 +0200, caniutfit <a.sade...@gmail.com> wrote:

> All of these work, but in does not write polish chars - "ą", "ń"etc.

1. You're using TIMES_ROMAN, which may not know how to draw these glyphs.  
Use another font instead. See the documentation. For instance this example:
http://itextpdf.com/examples/iia.php?id=198
http://examples.itextpdf.com/results/part3/chapter11/encoding_example.pdf

2. You have non-ASCII characters in your Java code. This isn't wise. It  
means you'll have to make sure you compile the code using the correct  
encoding. It's better to use Unicode notation to avoid problems.

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to