PdfViewPager
PdfViewPager copied to clipboard
Android widget that can render PDF documents stored on SD card, linked as assets, or downloaded from a remote URL.
**Describe the bug** 我使用的是竖向滚动,但是我发现从第5页直接回到第一页的时候屏幕会闪烁,页数越靠后闪烁的的亮度和时间越明显 我直接使用pdfView.currentItem=0就会出现 有没有不让他闪烁的方法?
Is there a book animation?
Hi, JCenter will shut down on May 1st. Could you please publish this library on mavenCentral to remains usable in gradle? https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ Thanks
/com.example.novel E/PDFView: load pdf error java.io.FileNotFoundException: open failed: ENOENT (No such file or directory)
java.lang.OutOfMemoryError at android.graphics.Bitmap.nativeCreate(Native Method) at android.graphics.Bitmap.createBitmap(Bitmap.java:1122) at android.graphics.Bitmap.createBitmap(Bitmap.java:1080) at android.graphics.Bitmap.createBitmap(Bitmap.java:1030) at android.graphics.Bitmap.createBitmap(Bitmap.java:991) at es.voghdev.pdfviewpager.library.adapter.SimpleBitmapPool.createBitmapAtIndex(SimpleBitmapPool.java:83) at es.voghdev.pdfviewpager.library.adapter.SimpleBitmapPool.getBitmap(SimpleBitmapPool.java:49) at es.voghdev.pdfviewpager.library.adapter.SimpleBitmapPool.get(SimpleBitmapPool.java:59) at es.voghdev.pdfviewpager.library.adapter.PDFPagerAdapter.instantiateItem(PDFPagerAdapter.java:58) at androidx.viewpager.widget.ViewPager.addNewItem(ViewPager.java:1010) at androidx.viewpager.widget.ViewPager.populate(ViewPager.java:1158) at androidx.viewpager.widget.ViewPager.populate(ViewPager.java:1092) at androidx.viewpager.widget.ViewPager.onMeasure(ViewPager.java:1622) at android.view.View.measure(View.java:25790)...
We have PdfViewPager integrated in our Android mobile app that is already available in Google Play Store. As part of security implementation review, the app is being scanned using Veracode....
I am trying to perform a programmatically scrolling based on a ratio of document length to visible area. You can see the implementation of this method [here](https://github.com/barteksc/AndroidPdfViewer/blob/master/android-pdf-viewer/src/main/java/com/github/barteksc/pdfviewer/PDFView.java#L355). But the `ItemInfo`...
I am unable to view password protected pdf files, is there an option and if not then the library should handle that exception. Thanks
Hello, I am getting this error when I try to close the adapter: `A/Bitmap: Error, cannot access an invalid/free'd bitmap here! ` My code is: ``` import es.voghdev.pdfviewpager.library.RemotePDFViewPager import es.voghdev.pdfviewpager.library.adapter.PDFPagerAdapter...