You are not logged in.
I love MuPDF, but it doesn't store page number before you exit as other viewers do. I wrote a new header 'pdfpage.h' under the 'apps' directory and hacked 'pdfapps.c' a bit so that now it auto-saves and loads page numbers. The hack is based on a svn version, which keeps changing and makes patching hard, so I put my hacks in the README.txt.
The source can be retrived here: https://github.com/kaikaizi/mupdfPage/
To use, clone latest source:
git clone git://git.ghostscript.com/mupdf.git
drop 'pdfpage.h' into apps directory, and apply the 4 changes in 'pdfapps.c'.
Offline
Check out llpp and zathura. The former uses mupdf to render PDFs, the latter can (with a plugin). Both are very fast (llpp just FLIES), and have that auto-loading/saving page numbers. And, zathura has genious keybindings.
But cool project. Thanks.
Offline