I was having the same proble but with arabic chars and I use this
May it will help you

*  const string regex_match_arabic_hebrew =
@"[\u0600-\u06FF,\u0590-\u05FF]+";

    BaseFont nationalBase =
BaseFont.CreateFont("c:\\\\windows\\\\fonts\\\\Times.ttf",
BaseFont.IDENTITY_H, BaseFont.EMBEDDED);*

and here to declare the font that you use it
*
 Font arabicfont = new Font(nationalBase, 13f, Font.NORMAL);*


I hope will help you



On 11 May 2013 12:44, Aleksander Sadecki <a.sade...@gmail.com> wrote:

> Thank you,
>
> I did it as you mentioned but it still does not save polish chars...
>
>
> On 11 May 2013 11:28, 1T3XT BVBA <i...@1t3xt.info> wrote:
>
>> On 11/05/2013 11:21, caniutfit wrote:
>> > Thank you very much,
>> >
>> > Which fonts support polish chars ?
>> Right now you're using the standard Type 1 font Times Roman. Why not use
>> times.ttf instead? (Please read the book and try some examples to get
>> acquainted with how fonts work.)
>>
>>
>> ------------------------------------------------------------------------------
>> 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
>>
>
>
>
> --
> Pozdrawiam / Best regards
> Aleksander Sadecki
>
>
> ------------------------------------------------------------------------------
> 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
>



-- 
Best Regards
---------------------------
*Mohammed Hashem*
Web Developer @ ArabSea.
www.arabsea.com
00966 - 538 766 152
------------------------------------------------------------------------------
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