Re: [iText-questions] Missing fonts?

2005-01-11 Thread David Bogus
e debian java has a Cp1252 encoding broken. > > - Original Message - > From: "David Bogus" <[EMAIL PROTECTED]> > To: > Sent: Friday, January 07, 2005 10:00 PM > Subject: [iText-questions] Missing fonts? > > > Hello, > > > > We&#x

[iText-questions] Missing fonts?

2005-01-07 Thread David Bogus
Hello, We've got what we think is a font accessibility or configuration issue when using iText. We can reproduce it simply by using iText to produce a document using the following string in a simple Java class: "En dash-->\u2013<--Right single quote -->\u2019<--" When we produce the PDF on

[iText-questions] UTF-8 Text

2004-10-26 Thread David Bogus
I have a large amount of content that is in utf-8 encoding. I would like to set the encoding the pdf stream to BaseFont.UTF8 but that is not an option. Has anyone else faced this problem, and is there a reason why UTF-8 is not supported. I see that you can put chars in in the \u format, but I