Skip to content

Android view for displaying PDFs rendered with PdfiumAndroid

License

Notifications You must be signed in to change notification settings

LightSun/AndroidPdfViewer

 
 

Repository files navigation

Android Pdf Viewer

  • fork from 'barteksc/AndroidPdfViewer'. but add new features.
  • compile'd native of pdfium from the google source at 2021.
  • Had used to real online project.

New features

  • support for transform screen x,y to pdf pages'.
  • support add/remove image for pdf page.
  • add lot of new methods. like getPageRotation.

Gradle

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
  implementation 'com.github.LightSun:AndroidPdfViewer:10.1.4'

About

Android view for displaying PDFs rendered with PdfiumAndroid

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 41.8%
  • Java 36.8%
  • C++ 21.0%
  • Other 0.4%