I want to use PDFboxto read and display the contents of a PDF. I can extract text from a PDF using PDFTextStripper.
My problem is, how can I display all the contents in a PDF document as it is? I want to display a PDF document as it appears in applications such as Adobe reader. Is it possible to use PDFBox in Android?
source
share