How to use MUpdf in an existing java project

The Mupdf documentation shows 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. It can be done? If so, how can I bring only the right items to my project?

+1
java pdf mupdf
source share
1 answer

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

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

+1
source share

All Articles