Display documents in Android with our Android PDF viewer library. Quick & easy integration, fully customizable with out-of-the-box zoom, bookmarks, thumbnails.
一个Android读取和显示pdf文件的库。 运行效果:
This is a packaging of the project "Android PDF Viewer" (http://andpdf.sourceforge.net/) into a reusable library to make PDF viewing easier from within your Android application. Consistent with the Android PDF Viewer project, the licensing for the PdfViewer project is LGPL Quickstart incorporat...
private PDFViewCtrl pdfViewCtrl = null; private UIExtensionsManager uiextensionsManager = null; private PDFReader mPDFReader = null; // Load "librdk.so" library. static { System.loadLibrary("rdk"); } @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState...
Library is available in jcenter repository, probably it'll be in Maven Central soon.Include PDFView in your layout<com.github.barteksc.pdfviewer.PDFView android:id="@+id/pdfView" android:layout_width="match_parent" android:layout_height="match_parent"/>...
PdfViewPager: 项目地址:https://github.com/voghDev/PdfViewPager 可加载assets/SD卡/URL(在线预览) ,(ps: 我目前就是使用的此框架) 优点: 使用比较方便, 也不大 使用: 依赖: compile 'es.voghdev.pdfviewpager:library:1.0.3' xml布局 (可根据自己项目, 增减) ...
【开源】Android-Pdf-Viewer-Library 介绍: 一个Android读取和显示pdf文件的库。 运行效果:
我一直在使用this PDF library,试图获得PDF文件所在位置的路径,但我一直收到错误。这里我漏掉了什么? 查看我的Android设备监视器,我可以在数据库文件夹中看到我的数据库,它也位于assets文件夹中,但我找不到所有的pdf文件?请问他们在哪里?检查下面的图像 感谢朋友们,这是我的错误,我刚刚发现我...
这是github的地址:https://github.com/barteksc/AndroidPdfViewer 用法很简单: 1.在build.gradle里面添加依赖 implementation 'com.github.barteksc:android-pdf-viewer:2.8.2' 1. 2.然后就可以直接在layout里面使用了 <com.github.barteksc.pdfviewer.PDFView ...
PdfViewPager: 项目地址:https://github.com/voghDev/PdfViewPager 可加载assets/SD卡/URL(在线预览) ,(ps: 我目前就是使用的此框架) 优点: 使用比较方便, 也不大 使用: 依赖: compile 'es.voghdev.pdfviewpager:library:1.0.3' xml布局 (可根据自己项目, 增减) ...