It's a pity.
It doesn't work :-(
It continues to give question marks.

--- [EMAIL PROTECTED] wrote:
> Jonny De writes:
> 
> > As an admiring user of your pdf-library, I got the
> > following problem when upgrading my pdf-document
> from
> > iText 0.41 to iText 0.80.
> > Characters with accents, umlauts, trema's (f.i. �,
> �,
> > �, � ... ) showed good in 0.41 but in 0.80 they
> become
> > question marks.
> 
> Sounds like an encoding problem.
> What if you construct your font like this: 
> 
> >       document.open();
> 
> BaseFont bf = BaseFont.create("Times-Roman",
> "winansi", false);
> Font font = new Font(bf, 10); 
> 
> >       paragraph =  new Paragraph("��n test",
> font); 
> > 
> >       document.add(paragraph);


__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/

_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to