MuPDF App Design This is a proposal for the design requirements of a new MuPDF mobile app. MAIN UI When you open the app, we should show a simple file chooser. When...
MuPDF Build Sizes As built on Raspberry PI 3, sizes of Mutool stripped. The basic size for the MuPDF core is 934,144. (934K) The maximum size it builds to is 16,...
Building the Android example First do these steps, as you would do with any muPDF project: get the latest code git submodule update init make generate...
Changing the MuPDF build System At the moment, the MuPDF team provides separate build files for each of our supported platforms. For Windows, we provide a VS2005 solution...
Detecting Changes between Incremental Saves This is required so we can verify that the changes between different signings conform to the permissions. Proposal All...
MuPDF Color Management A short note outlining ideas/issues in bringing color management to MuPDF. CMM interface : Although we have not had a single customer want...
Quick Start How to open a document and render some pages For a simple example of how to open a document and render some pages, see docs/example.c . FIXME: Transplant...
The Context Overview The core MuPDF library is designed for simplicity, portability, and ease of integration. For all these reasons, it has no global variables, has...
What is MuPDF? Overview MuPDF is a portable C library for opening, manipulating and rendering documents in a variety of formats, including PDF, XPS, SVG, e pub, and...
GhostProof The GhostProof project involves using Ghostscript and MuPDF together to provide an interactive color correct proofing tool. Ghostscript will process the...
Template issue text for github repositories without any license Take care to verify that the library contains the symbol pdf to ucs2 buf() (this was introduced after...
MuRaster What is MuRaster? MuRaster is a simple piece of code that shows how you`d use MuPDF within a printer to rasterise input documents. It`s intended as a basis...
Signing Windows Builds Get a cpopy of the Artifex certificate/keys/password. Then run: signtool.exe sign /f key for signing exes.pfx /p password /t http://timestamp...