Re: [iText-questions] Problem with Japanese FONTS (Itext 2.1.4)

2008-12-16 Thread Guillermo
1T3XT info info at 1t3xt.info writes: Hi, Thanks for your answer but I found the problem, I think. I just replaced the FontFactory.getFont(c:\\windows\\fonts\\msgothic.ttc,1, 10) by new Font(BaseFont.createFont(c:\\windows\\fonts\\msgothic.ttc,1,

Re: [iText-questions] Problem with Japanese FONTS (Itext 2.1.4)

2008-12-15 Thread 1T3XT info
Guillermo wrote: Hi, I'm trying to write some PDF in Japanese and all the Japanese text disappear every time, can you please help me? Document document = new Document(PageSize.A4.rotate(), 60, 60, 40, 40); this.initItextWriter(document, out); document.open(); this.model.getEncoding();

RE: [iText-questions] Problem with Japanese Fonts

2003-01-16 Thread Paulo Soares
] Subject: Re: [iText-questions] Problem with Japanese Fonts Hi Bruno! Please bear with me as being new to iText. Already downloaded iTextAsian.jar and placed it in a folder C:\Java_iText (folder I created) and added it in the CLASSPATH but still it doesn't

Re: [iText-questions] Problem with Japanese Fonts

2003-01-16 Thread Ricky M. Codizar
, Paulo Soares -Original Message- From:Ricky M. Codizar [SMTP:[EMAIL PROTECTED]] Sent:Thursday, January 16, 2003 1:47 To: Bruno Cc: [EMAIL PROTECTED] Subject: Re: [iText-questions] Problem with Japanese Fonts Hi Bruno!

RE: [iText-questions] Problem with Japanese Fonts

2003-01-16 Thread Paulo Soares
: [EMAIL PROTECTED] Subject: Re: [iText-questions] Problem with Japanese Fonts Hi Paulo! this is my current classpath as returned by SET: CLASSPATH=.;C:\Java_iText Thanks and hoping for your big help. Paulo Soares さんは書きました: You may

Re: [iText-questions] Problem with Japanese Fonts

2003-01-15 Thread Bruno
Quoting Ricky M. Codizar [EMAIL PROTECTED]: Font 'HeiseiKakuGo-W5' with 'UniJIS-UCS2-HW-H' is not recognized. You need an extra jar iTextAsian.jar with the font properties in your classpath. You can find the jar at several URLs. http://itext.sourceforge.net/downloads/ is one of them. Bruno

Re: [iText-questions] Problem with Japanese Fonts

2003-01-15 Thread Ricky M. Codizar
Hi Bruno! Please bear with me as being new to iText. Already downloaded iTextAsian.jar and placed it in a folder C:\Java_iText (folder I created) and added it in the CLASSPATH but still it doesn't work. Is there any default or suggested directory where to put the