How do I use MUpdf in an existing java project

耗尽温柔 提交于 2019-12-11 05:55:37

问题


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?


回答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).



来源:https://stackoverflow.com/questions/14445234/how-do-i-use-mupdf-in-an-existing-java-project

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!