开发者

How To Display information in PDF format in Android

开发者 https://www.devze.com 2023-01-12 02:19 出处:网络
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 re

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

精彩评论

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

关注公众号