
pdfview
粗糙的汉子
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android 打开pdf文件
Demo链接地址:https://download.youkuaiyun.com/download/sinat_28238111/10778782原创 2018-11-12 09:24:38 · 488 阅读 · 0 评论 -
Android 打开本地pdf文件
Intent intent = new Intent(); intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); intent.setAction(android.content.Intent.ACTION_VIEW); intent.setClassName("cn.wps.moffice...原创 2019-06-19 18:47:10 · 1105 阅读 · 0 评论