Hey, you should load your fonts (whit or without umlauts) from font
files like this:
com.lowagie.text.pdf.BaseFont gfont =
com.lowagie.text.pdf.BaseFont.createFont(file.getPath(),
com.lowagie.text.pdf.BaseFont.CP1250,
com.lowagie.text.pdf.BaseFont.EMBEDDED);
Where file is a pointer to the fon
Michael Blumöhr wrote:
Hello,
my application transforms text generated by a host application in pdf.
The text file contains special characters for the euro sign and german
umlauts for the printer. After reading a line I convert the special
characters, this works well in Windows.
But my appli
ts.sourceforge.net
> Subject: [iText-questions] Umlauts and Linux
>
> Hello,
>
> my application transforms text generated by a host
> application in pdf. The text file contains special characters
> for the euro sign and german umlauts for the printer. After
> reading a
Hello,
my application transforms text generated by a host application in pdf. The text file contains special characters for the euro sign and german umlauts for the printer. After reading a line I convert the special characters,
this works well in Windows.
But my application should run under Lin
Hello,
I try to create a pdf file in a java application. How can I write umlauts
like ä,ö,ü ... do my document?
Thanks Cristine
---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a f