How can I determine the number of Lines in a Page in Apache PDFBox in Java?
I need to split each page to three different pages to do some statistics on each part. Then, I need to determine how many lines the page has. After that I would need to go through each line and write as many lines as I need to a new page.
I am wondering if it is possible using PDFBox
. (I am completely new with this library and need to figure it out quickly)