Re: [iText-questions] Can not open by Acrobat reader 8.1

2007-09-13 Thread Paulo Soares
The problem has nothing to do with fonts, right before placing the template you call PdfContentByte.setCharacterSpacing() with a very big value. The error is in this value, not the font. Paulo --- yuanjk <[EMAIL PROTECTED]> wrote: > hi > > I create a pdf file by using iText > PdfContentByte,Pdf

Re: [iText-questions] Can not open by Acrobat reader 8.1

2007-09-12 Thread Paulo Soares
It would help to see the PDF. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of yuanjk > Sent: Wednesday, September 12, 2007 11:39 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Can not o

[iText-questions] Can not open by Acrobat reader 8.1

2007-09-12 Thread yuanjk
hi I create a pdf file by using iText PdfContentByte,PdfTemplate and embede japanese font(MS-UIGothic) which contain only one word. When I use Acobat Reader5.1 to open the pdf file which was created by iText, It's seems OK, But when I open it by Acobat Reader 8.1 , a white page was showned. At th