I’m developing a Application for Android that read PDF files.
I want my Program to Copy a Block of text from a PDF file and transfer it to my program and store it in a variable. How do you do that?
Do i need to use a application to do that? or there is a code for doing it? I have seen filereader library in android development site(correct me if im wrong). I havent tried it yet because im busy with other projects that i have.
You can download PDFbox API to read PDF in android.