Re: PDFTextStripper's writeLine() must be protected!

2013-11-16 Thread Edson Alves Pereira
man, you have enlighten my mind, all i need is to use setLineSeparator(), thank you very much! On Sat, Nov 16, 2013 at 1:43 AM, Alin Mazilu wrote: > Hello, > > I would venture to guess that if you need to override that method you > probably need to do something more complicated than just findin

Re: PDFTextStripper's writeLine() must be protected!

2013-11-15 Thread Alin Mazilu
Hello, I would venture to guess that if you need to override that method you probably need to do something more complicated than just finding out where a line starts and where it ends. Because if you just need to get the beginning and end of each line, you can override setLineSeparator() and all t

PDFTextStripper's writeLine() must be protected!

2013-11-15 Thread Edson Alves Pereira
Hello guys, i was just trying to extend PDFTextStripper to capture the whole line of a page from a simple PDF and it made me face a problem, the method writeLine() is private making impossible to me distinguish when the line finish without to go down textPosition and PDF objects. It could be prote