aektapatel / apv

Automatically exported from code.google.com/p/apv
GNU General Public License v3.0
0 stars 0 forks source link

Opening password protected pdfs. #143

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Pass a password to 

synchronized private native int parseFile(String fileName, int box,String 
password);

from the PDF class constructor.

2. If the password is incorrect a failed to authenticate error appears.
But when the password is correct it renders blank pages. 
3. After a while the activity is destroyed.

What is the expected output? What do you see instead?
If the password is correct the pdf should render fine.
If the pdf is not password protected it is rendered fine.

What version of the product are you using? On what operating system?
The .so files are from the 0.4 all version, Android 4, the activities and code 
are from your sample project.

Please provide any additional information below.

Original issue reported on code.google.com by napieral...@gmail.com on 21 Jul 2013 at 11:37