Waarom al die mensen in Cc: als je iets naar een publieke mailinglist stuurt? Mag ik je het gebruik van Bcc: aanraden?
[EMAIL PROTECTED] wrote: > We are using your pdf classes to generate pdf documents with Java from > a Lotus Notes database. OK. > We have now an issue with the special eastern european characters like: You do know that the standard Type1 fonts (aka Base14 fonts) only have a limited characterset, not including special characters such as some Eastern European characters? > In the generated PDF documents, we don't see those characters when used. What font are you using, and did you embed the font? > In our code, we use the paragraph object to hold the content coming > from the Lotus Notes database to write to the pdf document. Nice! > Do you know what we can do or what we are doing wrong to be able to > handle such characters? While I was writing the book on iText, I discovered the tutorial wasn't entirely correct, but you could have a look at the examples to see how to use another font: http://itextdocs.lowagie.com/tutorial/fonts/getting/index.html#files Make sure the font has the Eastern European characters... br, Bruno ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
