Quoting Sameer Karkhanis <[EMAIL PROTECTED]>: > My question (which the printer folks have asked us ) is whether the fonts > that we use in this way are embedded or not.
True Type Fonts can be embedded using iText. It's a parameter you have to set yourself when creating a BaseFont. (It works for TTF, it doesn't work for CJK. I'm almost sure that's documented.) br, Bruno ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
