Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PDF Viewer Widget in Android

I have to provide the functionality of showing PDF docs in my app without using any external PDF viewer. I know Android doesn't have such kind of widget and WebView can't load a PDF doc.

So I want to know, is there any widget available which can be used to show the PDF docs in Activity (like WebView is used to show web pages)?

like image 516
Mudassir Avatar asked Feb 17 '11 08:02

Mudassir


1 Answers

As I know, there is no such 'off-the-shelf' solution available for Android yet. You can of course download any third party PDF viewer's code and modify it as per your needs. Some of the Open source PDF viewers:

  • IcePDF
  • DroidReader
like image 121
Chromium Avatar answered Oct 03 '22 08:10

Chromium