Skip to content

ddksaku/PDF_Viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

#Android MUPDF LIBRARY PROJECT(GRADLE)#

This is project from ghostscript.com(http://www.ghostscript.com/).

All ndk build mechanism is done by gradle.

Sdk is updated to android v-21, android ndk is updated v-10

USASGE

  • 1.Add all related holders to src/main/jni from ghostscript*
    • andprof
    • docs
    • generated
    • include
    • resources
    • scripts
    • source
    • thirdparty
  • 2.Add android mk files to src/main/jni*
    • android.mk
    • Application.mk
    • Core.mk
    • ThirdParty.mk
  • 3.Add C file*
    • mupdf.c

Compile can be done via 2 ways

* gradle build
* nkd-build command

Compiled .so files are place in src/main/obj/local

Gradle based PDF Vertical Scrollview Demo Project#

This is demo project for android-pdf-library(gradle)(www.github.com/ddksaku/android-pdf-library). The project is using mupdf.so built by above project.

Features

  • Pick file from file browser and Render
  • Swipe page via Vertical Drag

Improvement

  • Android Robotium test added
  • All Building mechanism are Gradle based.

About

mupdf gradle based

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages