Android-MuPDF
Android-MuPDF copied to clipboard
MuPDF usage for magazine reading
https://github.com/joniks/Android-MuPDF/blob/6d544a72e82ee89a48db965c7fa07f4c1b71274a/library/src/com/artifex/mupdflib/MuPDFActivity.java#L501-L507 - which configuration is this querying? - does this still apply to the most recent Android app as of Nov 2023?
Does MuPDF have java related documents?
Hi, Can you build new so file from current source code of Mupdf project?
Hi @joniks I've just use this library and success. but now i need to uplaod my application to the googlePlay ,so i need the arm64-v8a.so,but i dont know how to...
FATAL EXCEPTION: main Process: com.sunnymum.xing, PID: 17390 java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.sunnymum.client-2/base.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]] couldn't find "libmupdf.so" at java.lang.Runtime.loadLibrary(Runtime.java:366) at java.lang.System.loadLibrary(System.java:988) at com.artifex.mupdfdemo.MuPDFCore.(MuPDFCore.java:16) at com.artifex.mupdfdemo.MuPDFActivity.openFile(MuPDFActivity.java:212) at com.artifex.mupdfdemo.MuPDFActivity.onCreate(MuPDFActivity.java:308)
MuPDF doesn't support 64 bit. only 32 bit .so file available. please update it with 64 bit
*\* If I am trying to render 1.68MB pdf file I am getting blank black screen If I am scrolling the mDocView ( listview ) memory issue came and crash...
Hi,this library is normal on other devices,only not mormal on vivo phone.
I have added libmupdf_java.so files under libs folder. but application is crashing and not working for me. _java.lang.UnsatisfiedLinkError: No implementation found for long com.artifex.mupdf.MuPDFCore.openBuffer(java.lang.String) (tried Java_com_artifex_mupdf_MuPDFCore_openBuffer and Java_com_artifex_mupdf_MuPDFCore_openBuffer__Ljava_lang_String_2) at com.artifex.mupdf.MuPDFCore.openBuffer(Native...