Monday, April 16, 2012

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)?


Source: Tips4all

2 comments:

  1. 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

    ReplyDelete
  2. This has already been covered at PDF parsing library for Android?

    ReplyDelete