Custom pdf viewer in android

Deadly 提交于 2019-11-30 18:49:40

问题



I need to have a custom pdf viewer inside my application where i have my own menu and all.
It is not working with webview and i tried by converting each page into image but i feel its not a good way and it make my application big and complex.
Is there any way to create custom pdf view in suggest me some link and tutorial
Thanks


回答1:


You obviously need a pdf renderer/viewer. Since core Android OS does not provide one you will need a 3rd party one.

Take a look at http://andpdf.sourceforge.net/



来源:https://stackoverflow.com/questions/4592384/custom-pdf-viewer-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!