开发者

How To Display information in PDF format in Android

I want to display some copy right agreement in pdf format in EditT开发者_运维技巧ext or TextView. How to do that in Android ? Are there any APIs or any sample codes ? I will be waiting for valuable reply. Thanks,


Android does not natively support pdfs (and EditText/TextViews certainly don't!) You could check to see if Adobe Reader for Android is installed, or you can (and this is what I recommend) convert whatever agreement you're trying to show to plaintext and display it in a TextView. If you need more formatting control, you could try converting your agreement to HTML and showing it in a WebView.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜