Android open pdf in my app no externals APIs

256 views Asked by At

I want to be able to read PDF in my App (e.g. in some LinearLayout) but I don't want to use anu external helpers, APIs. I have found PdfDocument and PdfRenderer objects, but they require such high API (21). Is any possibility to open a PDF file in my APP on low API level (10+) without external files?

And yes. I know it isn't so simple or short code, but for me it does no matter

2

There are 2 answers

0
yemonkyaw On BEST ANSWER

I think this library link will help to solve your problem.you can also search pdf library in androidarsenal.com

2
eduyayo On

If it does not matter and donĀ“t want any external lib or API, you better program it yourself.