Skip to content

PDF reader Android library based on Jetpack Compose and Android PDFReader

License

Notifications You must be signed in to change notification settings

IdeSade/compose-pdf-reader

Repository files navigation

SimplePdfReader - Jetpack Compose PDF reader

GitHub release JitPack

SimplePdfReader is a PDF reader library written completely in Jetpack Compose, this was created using PdfRender and coroutine.

Features

  • Very simple
  • Zoom and pan
  • Double tap to zoom and pan

Demo

demo

Get Started

Integrate

Add the JitPack maven repository

maven { url "https://jitpack.io"  }

Add the dependency

implementation("com.github.idesade:compose-pdf-reader:LATEST_VERSION")

How to use

PdfReader(File("path/file.pdf"))

About

PDF reader Android library based on Jetpack Compose and Android PDFReader

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages