Phenix0203 / vudroid

Automatically exported from code.google.com/p/vudroid
0 stars 0 forks source link

Libray fails to render few PDF files of large size #127

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open the given PDF files (usually large in size)
Here is the link to the files -
https://drive.google.com/folderview?id=0ByOGTe_MnFxcMW8wdEJrTnEtaTA

What is the expected output? What do you see instead?
Rendering of the PDF file. The pages should be shown (which is not happening)

What version of the product are you using? On what operating system?
android:versionCode="5" android:versionName="1.4"

Please provide any additional information below.
For some reason, I am unable to render some particular files. 
Here is the link to the files -
https://drive.google.com/folderview?id=0ByOGTe_MnFxcMW8wdEJrTnEtaTA

I was earlier thinking that the library was having issues in rendering all 
files of large sizes. 
This issue is not there for every file or above a specified file limit. I have 
tried many other files of 30MB - 46 MB (one file of 58MB also got rendered) and 
they got rendered pretty well. But, I am not sure why is it not rendering these 
specific files.
It just tries to load this file and the the Activity goes black and nothing is 
displayed at all.
I tried running the files from VuDroid apk too and the it gave me inconsistent 
results. Sometimes the screen goes blank, sometimes it renders it very slowly 
(around 10-15 minutes) and sometimes the app crashes completely.
Can you look into this and see what is the issue with rendering of this file?

Original issue reported on code.google.com by animesh...@gmail.com on 20 Jun 2014 at 10:20