Re: pdfbox gives ArrayIndexOutOfBounds in PDFTextStripper

2015-04-27 Thread Andrew Munn
cool. I will pull down a new snapshot soon. Thanks On Mon, 27 Apr 2015, Tilman Hausherr wrote: > Am 27.04.2015 um 00:33 schrieb Andrew Munn: > > On Mon, 27 Apr 2015, Tilman Hausherr wrote: > > > try > > > stripper.setShouldSeparateByBeads(false) > > > do you get what you need? > > Thanks. I wil

Re: pdfbox gives ArrayIndexOutOfBounds in PDFTextStripper

2015-04-27 Thread Tilman Hausherr
Am 27.04.2015 um 00:33 schrieb Andrew Munn: On Mon, 27 Apr 2015, Tilman Hausherr wrote: try stripper.setShouldSeparateByBeads(false) do you get what you need? Thanks. I will check it out. That was just one of several PDFs I was doing some testing with and that one happened to generate that ou

Re: pdfbox gives ArrayIndexOutOfBounds in PDFTextStripper

2015-04-26 Thread Andrew Munn
On Mon, 27 Apr 2015, Tilman Hausherr wrote: > try > stripper.setShouldSeparateByBeads(false) > do you get what you need? Thanks. I will check it out. That was just one of several PDFs I was doing some testing with and that one happened to generate that out of bounds exception. -Andrew -

Re: pdfbox gives ArrayIndexOutOfBounds in PDFTextStripper

2015-04-26 Thread Tilman Hausherr
try stripper.setShouldSeparateByBeads(false) do you get what you need? Tilman - To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org For additional commands, e-mail: users-h...@pdfbox.apache.org

Re: pdfbox gives ArrayIndexOutOfBounds in PDFTextStripper

2015-04-26 Thread Tilman Hausherr
I have opened a new issue: https://issues.apache.org/jira/browse/PDFBOX-2775 This will be tricky... there are almost never problems with text extractions (except fonts). Tilman Am 25.04.2015 um 07:24 schrieb Andrew Munn: Procssing this doc: http://www.oracle.com/technetwork/java/jaf-1-15021

pdfbox gives ArrayIndexOutOfBounds in PDFTextStripper

2015-04-24 Thread Andrew Munn
Procssing this doc: http://www.oracle.com/technetwork/java/jaf-1-150219.pdf I am getting this: x=33 y=159 w=216 h=43 page=1 getting text from page #1 of 21 in doc. Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 3 at java.util.Vector.get(Ve