I’m using this library: <https://github.com/bartek...
# android
a
I’m using this library: https://github.com/barteksc/AndroidPdfViewer And this is my code, but the pdf is not displayed, anyone know reason?
Copy code
AndroidViewBinding(factory = PdfViewerBinding::inflate) {
    pdfView.fromUri(Uri.parse("<https://kotlinlang.org/docs/kotlin-reference.pdf>"))
}