RE: [iText-questions] Umlaute in iText PDF Document

2004-04-29 Thread Paulo Soares
3:35 PM > To: [EMAIL PROTECTED] > Subject: Re: [iText-questions] Umlaute in iText PDF Document > > Hi. > > I found a solution, but not a rather good one: > > cb.showText((char) 196); > > will indeed write an "Ä", but that can't really be the only solutio

Re: [iText-questions] Umlaute in iText PDF Document

2004-04-27 Thread Ulf von Ceumern
Hi. I found a solution, but not a rather good one: cb.showText((char) 196); will indeed write an "Ä", but that can't really be the only solution, can it? I would have to parse my whole text and replace the characters, which would rather ... suck?! There has to be some other way. regards, ulf

[iText-questions] Umlaute in iText PDF Document

2004-04-27 Thread Ulf von Ceumern
Hi. I dont know whether my previous mail got through, so heres it again: How do i make Umlaute and other special Character show up in a PDF Document? Here is my Code: BaseFont bf = BaseFont.createFont(FontFactory.TIMES_ROMAN, BaseFont.CP1250, BaseFont.NOT_EMBEDDED); PdfContenByte cb = docWrite