iText is pure java, yes. However, it relies on some other .jar files... from "bouncy castle", which I thought were included in the distribution.
There are also a couple different itext*.jar files you might be missing. Asian fonts take up lots of space and aren't part of the main distribution. I believe there's some hyphenation logic that is also separate. iTextAsian.jar & iTextAsianCmaps.jar. Is the hyphenation stuff still its own jar? --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; Disclaimer<Cardiff> DisCard = null; > -----Original Message----- > From: Markus Mahlberg [mailto:[email protected]] > Sent: Wednesday, June 16, 2010 11:29 AM > To: [email protected] > Subject: Spam: Spam: [iText-questions] External Dependencies > > Hello list! > > I would like to know if any of the iText versions needs native libraries > or if it's 100% pure. > As far as my limited Java knowledge allowed me to read and understand the > sources, I would assume there aren't any external dependencies, but I > need to make sure. > > Sorry for bothering the list, but I am a bit pressed for time. > > Thanks in advance, > > Markus > ------------------------------------------------------------------------ -- > ---- > 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/ > > > No virus found in this incoming message. > Checked by AVG - www.avg.com > Version: 9.0.829 / Virus Database: 271.1.1/2937 - Release Date: 06/15/10 > 23:35:00 ------------------------------------------------------------------------------ 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/
