简体   繁体   中英

How to open/display pdf without external app?

I want to display pdf file in my android app without using external intent like pdf viewer or anything else.I fount this link but it uses external internet i dont want to open on internet i want to make my user view pdf in my app without using any external app.. If possible please provide me pseudo code...

Thanks

There are several PDF libraries, with help of them you can show PDF file in your application.

These 2 are common and often used.

  1. Native Android PDF Viewer
  2. DroidReader

Android PDF Reader Open Source code application free Download

In this link you'll found OpenSource and free download PDF libraries.

and

pdf-libraries

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