I\'m trying to read PDF and show the content on Android using PDFbox. I can only read PDF and show it in Android webview. Can anybody tell me how to show the PDF in another
PDFBox (lastest release, 1.5) is not compatible with Android.
-- update --
Correct, like @Gili said, because of AWT dependencies. Android has no AWT nor Swing related classes in its Runtime.