Re: [iText-questions] Umlauts and Linux[Scanned]

2005-06-14 Thread Miha Plohl
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

Re: [iText-questions] Umlauts and Linux

2005-06-14 Thread bruno
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

RE: [iText-questions] Umlauts and Linux

2005-06-14 Thread Paulo Soares
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

[iText-questions] Umlauts and Linux

2005-06-14 Thread Michael Blumöhr
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