What font and encoding are you using?

Paulo

On Tue, Oct 30, 2012 at 7:09 PM, vicchugu <vchugu...@pearsonkt.com> wrote:
> I'm generating  pdf's files in English and Korean languages. English version
> looks fine. In Korean version words not wrap to new line (they are splitted
> before wrapping occurs). Korean language using the space char to separate
> words. The text should be display in table's cell.
> The code looks like:
>   PdfPTable table = ...
>   PdfPCell cell = new PdfPCell(new Paragraph(new Phrase(text, font)));
>   table.addCell(cell);
>
> Any suggestions?
> Victor
>
>
>
> --
> View this message in context: 
> http://itext-general.2136553.n4.nabble.com/Words-wrapping-problems-in-Korean-tp4656795.html
> Sent from the iText - General mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_sfd2d_oct
> _______________________________________________
> 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

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
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