Re: [iText-questions] Exception during parsing pdf

2014-03-29 Thread Michael Demey
I doubt that: I just ran the PdfContentReaderTool with Java 7 and it worked. What's the exact version of your Java 7 installation? Are there any error messages? How are you running it? Kind regards, Michaƫl. vishalm schreef op 29/03/2014 8:13: > Hi All, > > I just found out that the code depend

Re: [iText-questions] Exception during parsing pdf

2014-03-29 Thread vishalm
Hi All, I just found out that the code depends on the jre version. It works properly if I use jre 1.6, but does not execute (and returns exception) if I run it using jre 1.7 Can you guys please check the jre version and provide me a solution for Java 7 Thanks, Vishal Mittal -- View this mess

Re: [iText-questions] Exception during parsing pdf

2014-03-28 Thread vishalm
Hey Kevin, This is exactly what I needed. Can you please share the code too Thanks, Vishal -- View this message in context: http://itext-general.2136553.n4.nabble.com/Exception-during-parsing-pdf-tp4659887p4659895.html Sent from the iText - General mailing list archive at Nabble.com. ---

Re: [iText-questions] Exception during parsing pdf

2014-03-28 Thread Kevin Day
I have tested, and it works just fine (at least with the default text extraction strategy). Maybe the problem is that you are using the Simple strategy? That isn't really used very much (in fact, it's really in the code more as a proof of concept more than anything that should ever actually be us

Re: [iText-questions] Exception during parsing pdf

2014-03-28 Thread vishalm
I have tried with 5.5.0. I have tried with some of the earlier versions too. Can you please try once again with the PDF attached herewith test_dec.pdf -- View this message in context: http://itext-general.2136553.n4.na

Re: [iText-questions] Exception during parsing pdf

2014-03-28 Thread vishalm
I have tried with 5.5.0. I have tried with some of the earlier versions too. Can you please try once again with the PDF attached herewith On Fri, Mar 28, 2014 at 2:38 PM, mkl [via iText - General] < ml-node+s2136553n4659889...@n4.nabble.com> wrote: > Vishal Mittal, > > vishalm wrote > I am usin