I have a requirement where I need to display PDF
file within my Android
app. I have used PDFViewer.jar
to do so in some of my Activities
, which is explained here https://github.com/jblough/Android-Pdf-Viewer-Library . Now I am stuck up with displaying PDF file inside a Fragment
. But PDFViewer.jar
has been limited to Activity
. I have seen the source code of PDFViewer.jar
and am unable to convert it for Fragment
. Can anyone help me please.
Thanks
This is load PDF in fragment use PDFViewer