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
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.
ReplyDeleteSome of the Open source PDF viewers:
IcePDF
DroidReader
This has already been covered at PDF parsing library for Android?
ReplyDelete