DImuthuUpe / AndroidPdfViewer

Android view for displaying PDFs rendered with PdfiumAndroid
Apache License 2.0
8.13k stars 1.89k forks source link

Unable to view pdf from Amazon url #1032

Closed BlackVick closed 3 years ago

BlackVick commented 3 years ago

activity.pdfView.fromUri(Uri.parse(currentFile.getFile())) .defaultPage(1) .enableSwipe(true) .swipeHorizontal(false) .enableAnnotationRendering(true) .pageFitPolicy(FitPolicy.WIDTH) .scrollHandle(new DefaultScrollHandle(DocumentFileViewer.this)) .load();