How do I use MUpdf in an existing java project
Asked Answered
S

1

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?

Smelser answered 21/1, 2013 at 18:49 Comment(1)
Duplicate at: #19478668 (which is later but has more discussion within it)Waistline
T
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).

Tutorial answered 21/1, 2013 at 19:26 Comment(1)
I knew the part about JNI, but I hadn't seen jMUPDF. I'll check that out. Thanks!Smelser

© 2022 - 2024 — McMap. All rights reserved.