Mark Storer wrote: > However, it relies on some other .jar files... from "bouncy castle", > which I thought were included in the distribution.
As soon as Encryption or Digital Signatures are involved, or if you want to compile iText yourself, you need the Bouncy Castle jars (pure Java). > iTextAsian.jar & iTextAsianCmaps.jar. Is the hyphenation stuff still > its own jar? iTextAsian.jar could be necessary if you want to use CJK fonts, but iText compiles without iTextAsian.jar and I for one never had the need to include iTextAsian.jar in the CLASSPATH of one of my projects. I don't know if anyone is using iTextAsianCmaps.jar. The circumstances where you'd need that jar are very exceptional. The hyphenation jar contains XML files that are necessary as soon as you use the hyphenation functionality. iText compiles without them, and executes even if the jar isn't there, but you'll see that not one word is hyphenated if it's missing, even if you ask iText to use the hyphenation functionality. I hope this completes the answer ;-) -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.itextpdf.com/book/ Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
