I know how to read text of an entire pdf file usinf PDFBox using PDFTextStripper.getText(PDDocument)
.
I also have a sample on how to get an object reference to a particular page using PDDocumentCatalog.getAllPages().get(i)
.
How do I get the text of just one page using PDFBox as I dont see any such method on PDPage
class?