Wich libraries exists to use to draw PDF files on Android?
I found PDFBox, that is a JSE Library, and want to know if somehow it can be used to draw the PDFs on Android.
I know Android converts Standard bytecodes into Dalvik Bytecodes, but how it will convert classes like BufferedImage that the framework can convert PDF Files into?
Any suggestion is helpfully, even for paid libraries.