简体   繁体   中英

Android open pdf in my app no externals APIs

I Want to be able to read PDF in my App (eg in some LinearLayout) but I don't want to use anu external helpers, APIs. I have foud 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

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

如果没关系,并且不需要任何外部库或API,则最好自己编程。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM