RE: [iText-questions] Japanese PDF conversion problems

2002-11-13 Thread Ashutosh Salgarkar
EMAIL PROTECTED] Subject: RE: [iText-questions] Japanese PDF conversion problems This may be an encoding problem, anyway you are not reading correctly the file. Read your file with a FileInputStream to a byte array 'b' and then convert with: String s = new String(b,"SJIS"); If so

RE: [iText-questions] Japanese PDF conversion problems

2002-11-13 Thread Paulo Soares
n Unicode and another strategy must be used with CID addressing. Best Regards, Paulo Soares > -Original Message- > From: Ashutosh Salgarkar [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, November 13, 2002 3:42 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Japanese

[iText-questions] Japanese PDF conversion problems

2002-11-12 Thread Ashutosh Salgarkar
Hi, I am using following code to convert the Japanese txt to Japanese PDF. But some characters are not displayed properly in the output PDF file ("?" are displayed for such characters), others are displaying properly. Could anybody help me in this regard? Ashutosh import java.io.*; import java.io