I am trying to import a pdf in my application using PdfRenderer - Android's in-built solution.
With this i am facing problem mentioned on this link.
My requirement is to check if any password is password protected or not without using any 3rd party libs or jar.
How can this be done ?
Note : Similar reported issues discuss solution using 3rd party libs only but this is not i want.
I am already able to accomplish most of my job using PdfRenderer class. And just to check if any pdf is password protected, i do not want to use any library.