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?
---
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
, 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
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:
>
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.