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
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
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