David Thielen wrote: > What’s the “best practices” in this case? I prefer the concept of > keeping everything Unicode but we do need to offer PDF files that are > smaller (ie don’t have embedded fonts).
What about running all the text through FontSelector? Add a font that isn't embedded first in row (one of the Standard Type 1 Fonts). Add a font like arialuni.ttf as last in row. If a character is encountered for which there isn't a glyph in the Standard Type 1 font, it will look for that glyph in arialuni.ttf. (See the example in chapter 9 and experiment with it.) -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
