MuPDF
MuPDF is a lightweight PDF viewer and toolkit written in portable C.
The renderer in MuPDF is tailored for high quality anti-aliased graphics. It renders text with metrics and spacing accurate to within fractions of a pixel for the highest fidelity in reproducing the look of a printed page on screen.
MuPDF has a small footprint. A binary that includes the standard Roman fonts is only one megabyte. A build with full CJK support (including an Asian font) is approximately five megabytes.
MuPDF has support for all non-interactive PDF 1.7 features, and the toolkit provides a simple API for accessing the internal structures of the PDF document. Example code for navigating interactive links and bookmarks, encrypting PDF files, extracting fonts, images, and searchable text, and rendering pages to image files is provided.
MuPDF is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
MuPDF is Copyright 2006-2010 Artifex Software, Inc.
For commercial licensing please contact sales@artifex.com.
Install the MuPDF plug-in for Firefox on Windows. The plug-in does not work with newer versions of Firefox.
The latest development source is available directly from the darcs repository. Browse the source or use the following command line to check out the source:
darcs get http://mupdf.com/repos/mupdf
You can also get the source from our experimental git mirror:
git clone http://mupdf.com/repos/mupdf.git
If you are compiling from source you will need several third party libraries:
freetype2, jbig2dec, libjpeg, openjpeg, and zlib.
We have prepared a package
(mupdf-thirdparty.zip)
that you can unzip in the mupdf source
tree if you don't have them installed on your system.
| L, R | Rotate page in 90° increments |
| +, - | Zoom in and out |
| W | Shrink wrap window |
| N, space | Next page |
| B, backspace | Previous page |
| Shift-N | Skip 10 pages forward |
| Shift-B | Skip 10 pages backward |
| M | Mark page for snap back |
| T | Pop back to last mark |
| 123G | Go to page |
Report bugs at our bug tracker.