I want to get the pdf text content by use pdfbox.jar in android app, but
failed to get the message:
*java.lang.verifyerror : org.pdfbox.pdfparser.pdfparser*
but this works fine on my common java app(non-android platform), is there
any different on VMs of android or some permission setting? I am a new
developers , can someone give some suggestion and help
This is part of my code in android app:
*InputStream is = mContext.openFileInput("pdf2.pdf");
PDFParser parser = new PDFParser(is);
parser.parse(); *
pdf2.pdf is in the dir: /data/data/myandroidPackage/files/pdf2.pdf
Jabco
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---