AndroidPdfViewer icon indicating copy to clipboard operation
AndroidPdfViewer copied to clipboard

Android view for displaying PDFs rendered with PdfiumAndroid

Results 200 AndroidPdfViewer issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, when I use onRender(new OnRenderListener(), the PDF is not displayed. If I don't use the RenderListener, the PDF document is displayed. What am I doing wrong? Android API 30...

If PDFView is used in ViewPager,it may show blank page, this issue is caused by the follow code: ` @Override protected void onDetachedFromWindow() { recycle(); if (renderingHandlerThread != null) {...

Thanks for the lib!

when I add the dependencies in android it gives the error msg "fix the problem in dependencies"

Yes, you can set maximum zoom to `Constants.Pinch.MAXIMUM_ZOOM` Work well for doubleTapZoom but not working during pinch. _Originally posted by @barteksc in https://github.com/barteksc/AndroidPdfViewer/issues/211#issuecomment-285103802_

well I need it to support for the Urdu language in which Rtl horizontal swipe require I was able to do that by some coding but then the error came...

Sometimes the page turns down, but it doesn't reach the speed or sliding distance, and the current page should just bounce back, but it actually turns up after bouncing back

E/PDFView: load pdf error java.io.FileNotFoundException: https://firebasestorage.googleapis.com/v0/b/2F1624359278920?alt=media&token=3fd24e3a-7b96-4159-8889-5ea1a0894e0c at android.content.res.AssetManager.nativeOpenAsset(Native Method) at android.content.res.AssetManager.open(AssetManager.java:903) at android.content.res.AssetManager.open(AssetManager.java:880) at com.github.barteksc.pdfviewer.util.FileUtils.fileFromAsset(FileUtils.java:37) at com.github.barteksc.pdfviewer.source.AssetSource.createDocument(AssetSource.java:39) at com.github.barteksc.pdfviewer.DecodingAsyncTask.doInBackground(DecodingAsyncTask.java:49) at com.github.barteksc.pdfviewer.DecodingAsyncTask.doInBackground(DecodingAsyncTask.java:25) at android.os.AsyncTask$3.call(AsyncTask.java:394) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at...

E/PDFView: load pdf error java.io.FileNotFoundException: at android.content.res.AssetManager.openAsset(Native Method) at android.content.res.AssetManager.open(AssetManager.java:364) at android.content.res.AssetManager.open(AssetManager.java:338) at com.github.barteksc.pdfviewer.util.FileUtils.fileFromAsset(FileUtils.java:37) at com.github.barteksc.pdfviewer.source.AssetSource.createDocument(AssetSource.java:39) at com.github.barteksc.pdfviewer.DecodingAsyncTask.doInBackground(DecodingAsyncTask.java:53) at com.github.barteksc.pdfviewer.DecodingAsyncTask.doInBackground(DecodingAsyncTask.java:25) at android.os.AsyncTask$2.call(AsyncTask.java:295) at java.util.concurrent.FutureTask.run(FutureTask.java:237) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588) at java.lang.Thread.run(Thread.java:818)