Questions tagged [androidpdfviewer]

Android Pdf Viewer Library created by @barteksc available on GitHub.

Library for displaying PDF documents on Android, with animations, gestures, zoom and double tap support. It is based on PdfiumAndroid for decoding PDF files. Works on API 11 (Android 3.0) and higher. Licensed under Apache License 2.0.

82 questions
0
votes
3 answers

Set RTL scroll direction for PDFView - Android

I am using one Github library for view PDF file. https://github.com/barteksc/AndroidPdfViewer i want to set scroll direction RTL. please help to change scroll direction of this library. I have tried solution from below…
Ankita Guna
  • 33
  • 1
  • 6
-1
votes
1 answer

How to convert a string containing numbers separated by comma to Integer in java?

I have added AndroidPdfViewer library in my app, and i added a single pdf file in assets folder but i want to show it chapter wise as i added chapter wise buttons on home screen, i am sending page numbers as a string using putExtra to the…
Gopal Meena
  • 407
  • 8
  • 20
-1
votes
1 answer

How can I Open a PDF document using PDFView inside an AlertDialog?

I am creating an app where people can share documents with it. I want to create it in a way that when a user clicks on the document, it opens inside the application, rather than downloading and opening it with a third party app like WPS. I want the…
willy
  • 101
  • 1
  • 9
-1
votes
2 answers

Android: Opening PDF in Oreo

Guys I'm having trouble opening PDF in my project using Version Oreo, but my code works fine on other OS versions. I have a List of PDFs inside my ListView, onClick it should open the PDF externally, I tried to open it directly and through…
KKT
  • 35
  • 4
-2
votes
1 answer

Show pdf in android app without download it and without using web view

I put a pdf file on the server. Now I want to show the pdf file in the Android application without downloading the file and without using the web view. I found the library but it did not show anything and I do not know why !! This Library is…
uttab 2018
  • 17
  • 3
-2
votes
1 answer

android pdfviewer / fragment

417/5000 Hello I have a pdfview that works perfectly, for against it I can not add it to a fragment I use: implementation 'com.github.barteksc: android-pdf-viewer: 2.8.2' implementation 'com.github.barteksc: android-pdf-viewer: 3.1.0-beta 1' Here…
Syl Fly
  • 11
  • 5
-3
votes
1 answer

How to create a ViewPager with Tabs and PDFviewer in each Tab?

How can I create a viewpager with tablayout each tab containing pdfviewer loading a separate pdf file from asset folder. thanks in advance.
1 2 3 4 5
6