Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any free PDF parsing libraries that work in Android? [closed]

I've been looking around the interwebs for a while now for a PDF parser that actually works on android. I've tried quiet a few java libraries already but they all seem to crash when running on Android.

Can anyone that has successfully parsed PDFs in Android please recommend a library to use?

like image 832
Mark D Avatar asked Jan 23 '11 11:01

Mark D


1 Answers

One of the best Java library to work with PDF is iText, and I see there is its clone to work under Androind - iText PDF For Android, it unsupports some Classes/Methods (but I've found no list of such). If no other options will be suggested, then probably worth to try that one.

UPDATE: Qoppa Software is working on Androind PDF Solution, probably it won't be free, but they look for use cases, so you can contact them and ask about status and any other information.
I've found that information reading related discussion here, maybe information there will be interesting for you too.

like image 116
Maxym Avatar answered Sep 28 '22 10:09

Maxym