1

Mupdf documentation shows me how to use the library as an application and deploy it. However, I want to suck it into an existing java project and build my application on top of it. Can this be done? If so, how do I bring just the pieces needed, into my project?

Patrick
  • 345
  • 2
  • 14
  • Duplicate at: http://stackoverflow.com/questions/19478168/android-pdf-viewer-library-or-mupdf-library-tutorials (which is later but has more discussion within it) – akauppi Feb 12 '14 at 12:31

1 Answers1

1

Take a look at jMuPdf. I never used it, but it seems to be active.

Otherwise you will need to create Java Native Bindings (JNA or JNI).

Christian Kuetbach
  • 15,850
  • 5
  • 43
  • 79