Hi, On Thu, Jan 5, 2012 at 2:43 PM, Edson Alves Pereira <lottal...@gmail.com> wrote: > I known i must start with PDFTextStripper.writePage(), but i not sure what > variable i must consider to calculate.
Check the handleLineSeparation() method in PDFTextStripper. You should be able to calculate the distance between consecutive lines a bit like is already being done in the isParagraphSeparation() method called by handleLineSeparation(). BR, Jukka Zitting