androidpdfpdf-readerpdf-rendering

Android open pdf in my app no externals APIs


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


Solution

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