[iText-questions] Thai characters iText support

2013-07-15 Thread Yu Chen
Hi, When I am using iText to generate pdf file containing the following Thai characters ชืชื่, the second character cannot be properly displayed. The font I am using is True Type font Tahoma. Is there anything special to handle the Thai characters? ---

[iText-questions] The line color does not stay same when embeding a PNG image

2010-10-20 Thread Yu Chen
Hi, When I embed a PNG image into PDF, and then draw a line. The line color changes when creating a new page. The following is the code reproducing the issue. The blue lines in page 1 and page 2 are different. There is no issue if I replace the PNG image with a JPG or BMP image. Is this a bug or

Re: [iText-questions] iText bug on PdfString encoding

2009-03-12 Thread Yu Chen
, February 19, 2009 7:57 PM To: Post all your questions about iText here Subject: Re: [iText-questions] iText bug on PdfString encoding Yu Chen wrote: > The code that can reproduce the bug is attached. I couldn't reproduce the problem. See attached screenshot. Note that I'm using the iText

Re: [iText-questions] iText bug on PdfString encoding

2009-02-17 Thread Yu Chen
The code that can reproduce the bug is attached. -Original Message- From: 1T3XT info [mailto:i...@1t3xt.info] Sent: 2009年2月4日 16:58 To: Post all your questions about iText here Subject: Re: [iText-questions] iText bug on PdfString encoding Yu Chen wrote: >

[iText-questions] iText bug on PdfString encoding

2009-02-03 Thread Yu Chen
In com.lowagie.text.pdf.PdfString.getBytes( ) method, iText first checks if the characters in a string are contained in PdfDocEncoding character set, if so, iText will not use the specified encoding but TEXT_PDFDOCENCODING. This will cause applying wrong encoding to some Unicode characters. e.