No Description

cooperku_kdanmobile 189e21e190 Upgrade sdk to v1.0.8.6 2019-03-13 6 years ago
KMPDFSDK 189e21e190 Upgrade sdk to v1.0.8.6 2019-03-13 6 years ago
libs 189e21e190 Upgrade sdk to v1.0.8.6 2019-03-13 6 years ago
src c048026202 Fix IllegalStateException at ReaderViewModel:getPageText 6 years ago
.gitignore 8c3d769dac modify git ignore file 6 years ago
README.md e189fa399e README.md edited online with Bitbucket 6 years ago
build.gradle 189e21e190 Upgrade sdk to v1.0.8.6 2019-03-13 6 years ago
proguard-rules.pro 860255a133 Init 6 years ago
reader.iml 860255a133 Init 6 years ago

README.md

How To Use

Please refer to this demo app for importing. https://bitbucket.org/kdanandroid/pdfreaderviewapp/

5 steps you have to do:

Step 1.

git submodule add https://bitbucket.org/kdanandroid/pdfreaderreadermodule.git PDFReaderReaderModule

Step 2.

setting.gradle

include ':app', ':PDFReaderReaderModule'

Step 3

app/build.gradle

dependencies {
	implementation project(':PDFReaderReaderModule')
}

repositories {
	flatDir {
		dirs 'libs', '../PDFReaderReaderModule/libs'
	}
}

Step 4.

Put libkmpdf.so files of each cpu platform(in KMPDFSDK folder) into app/src/main/jniLibs/[cpu-platform].

Step 5.

MISSION COMPLETED

For module maintainer

If you recieved the new sdk file, please update KMPDFSDK folder !!!

Good Luck 5566!