PDFBox on Android

前端 未结 3 1920
情深已故
情深已故 2021-01-19 21:29

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

相关标签:
3条回答
  • 2021-01-19 22:00

    PDFs cannot be created using PDFbox in Android

    0 讨论(0)
  • 2021-01-19 22:01

    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.

    0 讨论(0)
  • 2021-01-19 22:06

    I recently did a port of PDFBox to Android. This is only for text extraction from PDF documents. You can find it here - https://github.com/RatheeshRavindran/PDFBoxLight Please note it is still a 'Beta' release.

    0 讨论(0)
提交回复
热议问题