[EMAIL PROTECTED] wrote: > Hi, > > I am trying to create PDF which will have table format and text in > Japanese and many other languages.
Do you have a font that has all the necessary glyphs? (The answer is no, because there is no font that contains every character defined in UNICODE.) Are there fonts that can help you? Yes, you could for instance try arial.ttf. It covers a lot of languages (but not all). How do you use this font with HTMLWorker? Define it when you create the Styles for HTMLWorker. br, Bruno ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Do you like iText? Buy the iText book: http://www.1t3xt.com/docs/book.php Or leave a tip: https://tipit.to/itexttipjar
