PDF file is corrupted error on Android Eclipse
Opened this issue · 0 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1.Loading the file using Vudrod jar
2.Load it from SD card.
3.
What is the expected output? What do you see instead?
1.It should supposed to load the PDF
What version of the product are you using? On what operating system?
1. MAC x 10.8.4
Please provide any additional information below.
01-20 11:57:55.413: E/AndroidRuntime(388): at
dalvik.system.NativeStart.main(Native Method)
01-20 11:57:55.413: E/AndroidRuntime(388): Caused by:
java.lang.RuntimeException: PDF file is corrupted
01-20 11:57:55.413: E/AndroidRuntime(388): at
org.vudroid.pdfdroid.codec.PdfDocument.open(Native Method)
01-20 11:57:55.413: E/AndroidRuntime(388): at
org.vudroid.pdfdroid.codec.PdfDocument.openDocument(PdfDocument.java:28)
01-20 11:57:55.413: E/AndroidRuntime(388): at
org.vudroid.pdfdroid.codec.PdfContext.openDocument(PdfContext.java:17)
01-20 11:57:55.413: E/AndroidRuntime(388): at
org.vudroid.core.DecodeServiceBase.open(DecodeServiceBase.java:61)
Original issue reported on code.google.com by as...@qburst.com
on 20 Jan 2014 at 6:52