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);
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions