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
.
- Versions: 1.26.0
- Website: https://mupdf.com
- Licenses: AGPL 3+ · ASL 2.0 · Modified BSD · SIL OFL 1.1 · X11
- Package source: gnu/packages/pdf.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]