mupdf
mupdf utilities compiled on Win8 with VS2010: are the exe's executable on every Win system?
I compiled the mupdf command line utilities on Windows8 with Visual Studio 2010 Professional with the included VS projects. They work. If I want to move them to another system (any Windows) is it eno开[详细]
2023-04-08 16:24 分类:问答troubles with implicit declaration static (compiling customized mupdf library)
I am compiling mupdf with a custom version of some functions in mupdf library. There are two functi开发者_运维问答ons that seem to call each other so when I create the _custom version of them an error[详细]
2023-04-06 04:22 分类:问答referencing mupdf in Qt4 project
I have libfitz.a and libmupdf.a in /usr/local/lib (previously compiled). then I included the headers: #include <fitz.h>[详细]
2023-04-05 01:31 分类:问答is MuPdf library faster than xpdf/poppler at rendering images from pdf pages?
Is MuPdf library faster at rendering images from pdf pages than开发者_如何学Go xpdf/poppler? They say it is high-performance.From what I have tested mupdf is about 10% to 50% faster than poppler but t[详细]
2023-04-03 05:01 分类:问答Develop an ebook reader on iPhone/iPad using MuPDF library
Can I开发者_开发技巧 develop an ebook reader on iphone/ipad using MuPDF library? Do you have any good idea? Please help me with some good tutorials.Sorry for the late answer but it could help people[详细]
2023-04-02 16:28 分类:问答Android PDF Rendering
I would like to render/open PDF file (stored in SDCard) i开发者_如何学JAVAn Android without using in-build application or viewer.[详细]
2023-03-29 02:34 分类:问答iOS alternative PDF Renderer [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-17 20:07 分类:问答Error undefined reference in build muPDF for android (need help)
this is sample error in cygwin C:/mupdf-0.8.165/android/jni/../../mupdf/pdf_nametree.c:111: undefined referenceto `fz_array_get\'[详细]
2023-03-08 11:18 分类:问答How to find and retrieve video content in a pdf file via mupdf library for Android
I need to check if a Richmedia content (video embedded in a pdf file) is available in a pdf file or not via mupdf library for an android application.[详细]
2023-03-02 01:03 分类:问答Include .so library to android ndk project
I\'m beginning with android NDK. I have to compile a native library for the 1.6 sdk (mupdf) but it requires the ljnigraphics lib (which was added lately on 2.2). I\'m trying to include the compiled li[详细]
2023-02-25 10:45 分类:问答