Yep that code is for File I/o but it was works when I have iText2.* jar as external jar and and as soon I use iText5.* jar it does not work. And yes I am using the file.close();
Just trying to see if it conflicts with any i/o functions and /or changes the file attributes. -----Original Message----- From: Kevin Day [mailto:[email protected]] Sent: Thursday, May 16, 2013 3:59 PM To: [email protected] Subject: Re: [iText-questions] [SPAM] Re: getTextFromPage(n) gives java.lang.ArithmeticException: / by zero none of the code you posted has anything to do with iText. My guess is that you aren't properly closing the PdfReader or PdfStamper or whatever. PdfReader r = new PdfReader(....); try{ // do stuff } finally { r.close(); } -- View this message in context: http://itext-general.2136553.n4.nabble.com/getTextFromPage-n-gives-java-lang-ArithmeticException-by-zero-tp4658260p4658277.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security capabilities. Easily and efficiently configure, manage, and operate all of your security controls from a single console and one unified framework. Download a free trial. http://p.sf.net/sfu/alienvault_d2d _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. 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 ------------------------------------------------------------------------------ AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security capabilities. Easily and efficiently configure, manage, and operate all of your security controls from a single console and one unified framework. Download a free trial. http://p.sf.net/sfu/alienvault_d2d _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. 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
