This package browser is in early development. Mind the rough edges.

mupdf

Lightweight PDF viewer and toolkit

MuPDF is a C library that implements a PDF and XPS parsing and rendering engine. It is used primarily to render pages into bitmaps, but also provides support for other operations such as searching and listing the table of contents and hyperlinks.

The library ships with a rudimentary X11 viewer, and a set of command line tools for batch rendering pdfdraw, rewriting files pdfclean, and examining the file structure pdfshow.

Installation

Install the latest version of mupdf as follows:

guix install mupdf

Or install a particular version:

guix install mupdf@1.26.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of mupdf about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/mupdf'><img src='https://packages.guix.gnu.org/packages/mupdf/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/mupdf/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/mupdf)

Example Org:

[[https://packages.guix.gnu.org/packages/mupdf][https://packages.guix.gnu.org/packages/mupdf/badges/latest-version.svg]]