0

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

Andret2344
  • 653
  • 1
  • 12
  • 33

2 Answers2

1

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

yemonkyaw
  • 52
  • 2
  • 6
-1

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

eduyayo
  • 2,020
  • 2
  • 15
  • 35
  • but it is not a problem for you... and don´t want to use external libs... I think you should upvote my answer – eduyayo Aug 12 '15 at 08:41
  • your anser didn't give me anything, I perfectly know I am to write it myself. I was asking how to. I stil don't know. – Andret2344 Aug 12 '15 at 08:42