SimplePdfReader is a PDF reader library written completely in Jetpack Compose, this was created using PdfRender and coroutine.
- Very simple
- Zoom and pan
- Double tap to zoom and pan
Add the JitPack maven repository
maven { url "https://jitpack.io" }
Add the dependency
implementation("com.github.idesade:compose-pdf-reader:LATEST_VERSION")
PdfReader(File("path/file.pdf"))