Your question almost got lost because you didn't subscribe to the mailing list. If you don't subscribe you risk not getting any other answer than this one! Please subscribe: http://itextpdf.com/contact.php
Op 8/12/2010 9:56, kartik trivedi schreef: > hello, i used jar in android. and try to extract simply pdf data.but i > got the following exception. so any one has idea what is wrong with ? What jar did you use? Surely you're aware that some classes in iText need to be changed in order to work on an Android device. For instance: all references to java.awt.Color need to be removed. Also: are you using the complete jar? Isn't that too much for an Android device? Typically, you write an application for Android, and you then trim down the iText source so that the end-user doesn't have to download too much unused parts of the compiled iText code. These jars are custom made. If you don't want to make such a jar yourself, read: http://itextpdf.com/support.php#consultancy ------------------------------------------------------------------------------ This SF Dev2Dev email is sponsored by: WikiLeaks The End of the Free Internet http://p.sf.net/sfu/therealnews-com _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
