mupdf-qt icon indicating copy to clipboard operation
mupdf-qt copied to clipboard

Qt5 interface of the popular PDF library MuPDF

Results 7 mupdf-qt issues
Sort by recently updated
recently updated
newest added

I followed the steps from https://github.com/xiangxw/mupdf-qt up until: "Open CMakeLists.txt with Qt Creator(Qt5 built with mingw), run cmake and build mupdf-qt". At this step, when I try to build mupdf-qt...

I have compiled the project on win10 with MSYS MinGW. Then what should I do if I want to use mupdf in my qt project? If anyone konw something about...

在vs2015及以上 出现编译错误: 主要错误文件 thirdparty\jbig2dec\config_win32.h # if defined(_MSC_VER) # if _MSC_VER < 1500 /* VS 2008 has vsnprintf */ # define vsnprintf _vsnprintf # endif # endif //# define snprintf _snprintf...

Hello, Is it possible to compile this library for android? Ubuntu 14.04 x64, Qt 5.9.3 android_armv7

we don't have to put the include file into the source directory

add in .pro: INCLUDEPATH += /opt/mupdf-qt/include LIBS += /opt/mupdf-qt/lib/libmupdf-qt.a but get Error: mypdf.o: In function `MyPdf::openDocument()': /root/QtExample/build-mupdfTest-Desktop_Qt_5_7_0_GCC_64bit-Debug/../mupdfTest/mypdf.cpp:45: undefined reference to`MuPDF::Page::~Page()' /root/QtExample/build-mupdfTest-Desktop_Qt_5_7_0_GCC_64bit-Debug/../mupdfTest/mypdf.cpp:50: undefined reference to `MuPDF::Document::~Document()' /root/QtExample/build-mupdfTest-Desktop_Qt_5_7_0_GCC_64bit-Debug/../mupdfTest/mypdf.cpp:53: undefined reference to`MuPDF::loadDocument(QString const&)'...

Hello, I am interested in your library wrapper to use in my application: https://launchpad.net/equalx since it muPDF is very small, fast and EqualX uses Qt. However, I hope mupdf-qt solves...